Integration tests for Configuration and SwitchManager 95/129695/8
authorLukasz Wlazly <l.wlazly@partner.samsung.com>
Tue, 16 May 2017 13:28:19 +0000 (15:28 +0200)
committerLukasz Wlazly <l.wlazly@partner.samsung.com>
Tue, 23 May 2017 09:47:34 +0000 (11:47 +0200)
commit3c3b6522f8198a72bd2aab6b48bfe423cf97698a
treeafb6124dbd82ffe39e0dc07be0e40d924048fbf3
parent3ab2081060ee22189ac9f583dd83ed1a41311803
Integration tests for Configuration and SwitchManager

Change-Id: Ic52cb42766bec9b2cbc12cc83aab74c12b0e7782
30 files changed:
src/AccessoriesSwitchProvider.cpp
src/AccessoriesSwitchProvider.hpp
src/CompositeSwitchProvider.cpp
src/CompositeSwitchProvider.hpp
src/Condition.hpp
src/ConditionAll.hpp
src/ConditionAny.hpp [deleted file]
src/ConditionEqual.hpp
src/Configuration.hpp
src/Observer.hpp
src/QueryBuilder.cpp
src/SQLiteConfiguration.cpp
src/SQLiteConfiguration.hpp
src/Subject.hpp
src/Switch.cpp
src/Switch.hpp
src/SwitchConfigurationItem.cpp
src/SwitchConfigurationItem.hpp
src/SwitchConfigurationItemObserver.hpp
src/SwitchId.hpp
src/SwitchManager.cpp
src/SwitchManager.hpp
src/SwitchProvider.cpp
src/SwitchProvider.hpp
src/UniversalSwitchLog.hpp [moved from src/universalswitch.hpp with 93% similarity]
src/universalswitch.cpp
tests/CMakeLists.txt
tests/ConfigurationTests.cpp [new file with mode: 0644]
tests/ConfigurationTests.hpp [new file with mode: 0644]
tests/main.cpp [deleted file]