summaryrefslogtreecommitdiff
path: root/src/components/telemetry_monitor/test/application_manager_observer_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-2/+2
|
* Update test namespaces in transport_manager and telemetry_monitor testsIvo Stoilov (GitHub)2017-01-251-1/+1
| | | | Related tasks APPLINK-30588 APPLINK-30974
* Format all code in projectKozoriz2016-04-261-1/+2
| | | | | | | | | | Formated all code in appMain, components, plugins to correct coding-style Used clang-format-3.6 Used 2 commands : find src/appMain/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/components/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/plugins/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file
* Changes after reviewKozoriz2016-03-171-1/+1
| | | | | | | Renamed h && cc file names in telemetry_monitor. Corrected header-guards. Corrected commented code in gmock. Created TODO and tasks for them.
* TimeTester refatctoring.Kozoriz2016-03-101-0/+59
Removed singletone using from TimeTester. TimeTester renamed -> TelemetryMonitor. All files and directories corrected. Tests corrected, all works. Disabled 2 tests(task created). Related to : APPLINK-21915