Adding unit tests
authorJustin Dickow <jjdickow@gmail.com>
Fri, 27 Jun 2014 15:21:46 +0000 (11:21 -0400)
committerJustin Dickow <jjdickow@gmail.com>
Fri, 27 Jun 2014 15:21:46 +0000 (11:21 -0400)
commit5a59c031430712fe270e72e8521866193c27fa56
tree88d77b2918ab4b917091ec7d89b422d183a22259
parentb2a7010450dc4f805a6c3299e5ddd0cb1350e8fa
Adding unit tests

Signed-off-by: Justin Dickow <jjdickow@gmail.com>
197 files changed:
test/CMakeLists.txt [new file with mode: 0644]
test/components/CMakeLists.txt [new file with mode: 0644]
test/components/HMI/HMI-Console tests.txt [new file with mode: 0644]
test/components/application_manager/CMakeLists.txt [new file with mode: 0644]
test/components/application_manager/api_converter_v1_test.cpp [new file with mode: 0644]
test/components/application_manager/formatters_commands.cc [new file with mode: 0644]
test/components/application_manager/formatters_commands.h [new file with mode: 0644]
test/components/application_manager/generated_factory.cc [new file with mode: 0644]
test/components/application_manager/generated_factory.h [new file with mode: 0644]
test/components/application_manager/policies_manager/CMakeLists.txt [new file with mode: 0644]
test/components/application_manager/policies_manager/include/policies_manager/policies_table_test.h [new file with mode: 0644]
test/components/application_manager/policies_manager/log4cxx.properties [new file with mode: 0644]
test/components/application_manager/policies_manager/policy_table.json [new file with mode: 0644]
test/components/application_manager/policies_manager/smartDeviceLink.ini [new file with mode: 0644]
test/components/application_manager/policies_manager/src/policies_table_test.cc [new file with mode: 0644]
test/components/application_manager/rpc/CMakeLists.txt [new file with mode: 0644]
test/components/application_manager/rpc/XmlTests/New.xml [new file with mode: 0755]
test/components/application_manager/rpc/include/rpc/AdminAppTest.h [new file with mode: 0644]
test/components/application_manager/rpc/include/rpc/CheckHMIMessageHandler.h [new file with mode: 0755]
test/components/application_manager/rpc/include/rpc/GMockClassContainer.h [new file with mode: 0644]
test/components/application_manager/rpc/include/rpc/GTestFord.h [new file with mode: 0644]
test/components/application_manager/rpc/include/rpc/HMIMessageHandlerTester.h [new file with mode: 0755]
test/components/application_manager/rpc/include/rpc/ICheckClass.h [new file with mode: 0644]
test/components/application_manager/rpc/include/rpc/InitHMI.h [new file with mode: 0644]
test/components/application_manager/rpc/include/rpc/addTest.h [new file with mode: 0644]
test/components/application_manager/rpc/include/rpc/binaryFord.h [new file with mode: 0644]
test/components/application_manager/rpc/include/rpc/initStartData.h [new file with mode: 0644]
test/components/application_manager/rpc/include/rpc/noParamsFord.h [new file with mode: 0644]
test/components/application_manager/rpc/include/rpc/testHMI.h [new file with mode: 0644]
test/components/application_manager/rpc/include/rpc/unaryFord.h [new file with mode: 0644]
test/components/application_manager/rpc/include/rpc/xmlParser.h [new file with mode: 0755]
test/components/application_manager/rpc/src/AdminAppTest.cc [new file with mode: 0644]
test/components/application_manager/rpc/src/CkeckHMIMessageHandler.cc [new file with mode: 0644]
test/components/application_manager/rpc/src/GMockClassContainer.cc [new file with mode: 0644]
test/components/application_manager/rpc/src/GTestFord.cc [new file with mode: 0644]
test/components/application_manager/rpc/src/HMIMessageHandlerTester.cc [new file with mode: 0755]
test/components/application_manager/rpc/src/ICheckClass.cc [new file with mode: 0644]
test/components/application_manager/rpc/src/InitHMI.cc [new file with mode: 0644]
test/components/application_manager/rpc/src/addTest.cc [new file with mode: 0644]
test/components/application_manager/rpc/src/initStartData.cc [new file with mode: 0644]
test/components/application_manager/rpc/src/testHMI.cc [new file with mode: 0644]
test/components/application_manager/rpc/src/xmlParser.cc [new file with mode: 0755]
test/components/connection_handler/CMakeLists.txt [new file with mode: 0644]
test/components/connection_handler/include/connection_handler/heart_beat_monitor_test.h [new file with mode: 0644]
test/components/connection_handler/src/heart_beat_monitor_test.cc [new file with mode: 0644]
test/components/dbus/CMakeLists.txt [new file with mode: 0644]
test/components/dbus/log4cxx.properties [new file with mode: 0644]
test/components/dbus/src/test_dbus_adapter.cc [new file with mode: 0644]
test/components/dbus/src/test_dbus_message_controller.cc [new file with mode: 0644]
test/components/dbus/src/test_schema.cc [new file with mode: 0644]
test/components/formatters/CMakeLists.txt [new file with mode: 0644]
test/components/formatters/src/generic_json_formatter_test.cc [new file with mode: 0644]
test/components/hmi_message_handler/CMakeLists.txt [new file with mode: 0644]
test/components/hmi_message_handler/include/hmi_message_handler/mock_dbus_message_controller.h [new file with mode: 0644]
test/components/hmi_message_handler/include/hmi_message_handler/mock_subscriber.h [new file with mode: 0644]
test/components/hmi_message_handler/log4cxx.properties [new file with mode: 0644]
test/components/hmi_message_handler/src/mock_subscriber.cc [new file with mode: 0644]
test/components/hmi_message_handler/src/test_dbus_message_adapter.cc [new file with mode: 0644]
test/components/json_handler/CMakeLists.txt [new file with mode: 0644]
test/components/json_handler/include/json_handler/formatter_json_alrpcv1_test.h [new file with mode: 0644]
test/components/json_handler/include/json_handler/formatter_json_alrpcv2_test.h [new file with mode: 0644]
test/components/json_handler/include/json_handler/formatter_json_rpcv2_test.h [new file with mode: 0644]
test/components/json_handler/include/json_handler/formatter_test_helper.h [new file with mode: 0644]
test/components/json_handler/include/json_handler/meta_formatter_test_helper.h [new file with mode: 0644]
test/components/json_handler/include/json_handler/smart_schema_draft_test.h [new file with mode: 0644]
test/components/json_handler/src/FormatterJsonSDLRPCv1Test.cpp [new file with mode: 0644]
test/components/json_handler/src/FormatterJsonSDLRPCv2Test.cpp [new file with mode: 0644]
test/components/json_handler/src/formatter_json_alrpcv1_test.cc [new file with mode: 0644]
test/components/json_handler/src/formatter_json_alrpcv2_test.cc [new file with mode: 0644]
test/components/json_handler/src/formatter_json_rpc2_test.cc [new file with mode: 0644]
test/components/json_handler/src/formatter_json_rpc_test.cc [new file with mode: 0644]
test/components/json_handler/src/formatter_test_helper.cc [new file with mode: 0644]
test/components/json_handler/src/meta_formatter_test.cc [new file with mode: 0644]
test/components/json_handler/src/meta_formatter_test_helper.cc [new file with mode: 0644]
test/components/json_handler/src/smart_schema_draft_test.cc [new file with mode: 0644]
test/components/json_handler/src/test_json_rpc_full_scenario.cpp [new file with mode: 0644]
test/components/json_handler/test_JSONHandler_v4_protocol_v1_2_no_extra.xml [new file with mode: 0644]
test/components/json_handler/test_JSONHandler_v4_protocol_v2_0_revP.xml [new file with mode: 0644]
test/components/json_handler/test_json_rpc.xml [new file with mode: 0644]
test/components/media_manager/CMakeLists.txt [new file with mode: 0644]
test/components/media_manager/include/media_manager/media_manager_impl_test.h [new file with mode: 0644]
test/components/media_manager/src/media_manager_impl_test.cc [new file with mode: 0644]
test/components/mobile_message_handler/CMakeLists.txt [new file with mode: 0644]
test/components/mobile_message_handler/include/mobile_message_handler/mobile_message_handler_test.h [new file with mode: 0644]
test/components/mobile_message_handler/log4cxx.properties [new file with mode: 0644]
test/components/mobile_message_handler/src/mobile_message_handler_test.cc [new file with mode: 0644]
test/components/policies/CMakeLists.txt [new file with mode: 0644]
test/components/policies/CreateInteractionChoiceSet.json [new file with mode: 0644]
test/components/policies/SDLPolicyTable_basic.json [new file with mode: 0644]
test/components/policies/SDLPreloadPolicyTable_not_use_in_tests_because_commnets_.json [new file with mode: 0644]
test/components/policies/bad.json [new file with mode: 0644]
test/components/policies/generic_policy_manager_test.cc [new file with mode: 0644]
test/components/policies/log4cxx.properties [new file with mode: 0644]
test/components/policies/performance_test.cc [new file with mode: 0644]
test/components/policies/policies_draft_test.cc [new file with mode: 0644]
test/components/policies/schema/CMakeLists.txt [new file with mode: 0644]
test/components/policies/schema/policy_table_schema_test.cc [new file with mode: 0644]
test/components/policies/schema/policy_table_test_fixture.h [new file with mode: 0644]
test/components/policies/schema/preloaded_pt_schema_test.cc [new file with mode: 0644]
test/components/policies/schema/valid_policy_table.json [new file with mode: 0644]
test/components/policies/schema/valid_preloaded_pt_1.json [new file with mode: 0644]
test/components/policies/schema/valid_preloaded_pt_2.json [new file with mode: 0644]
test/components/policies/wp1_integration_test.cc [new file with mode: 0644]
test/components/protocol_handler/CMakeLists.txt [new file with mode: 0644]
test/components/protocol_handler/include/protocol_handler/protocol_handler_tm_test.h [new file with mode: 0644]
test/components/protocol_handler/src/protocol_handler_tm_test.cc [new file with mode: 0644]
test/components/qt_hmi/CMakeLists.txt [new file with mode: 0644]
test/components/qt_hmi/log4cxx.properties [new file with mode: 0644]
test/components/qt_hmi/qt_hmi_test.cc [new file with mode: 0644]
test/components/qt_hmi/readme.txt [new file with mode: 0644]
test/components/qt_hmi/src/tst_AddSubMenu.qml [new file with mode: 0644]
test/components/qt_hmi/src/tst_ScrollableMessage.qml [new file with mode: 0644]
test/components/qt_hmi/src/tst_Slider.qml [new file with mode: 0644]
test/components/request_watchdog/CMakeLists.txt [new file with mode: 0644]
test/components/request_watchdog/include/request_watchdog/request_watchdog_test.h [new file with mode: 0644]
test/components/request_watchdog/src/request_watchdog_test.cc [new file with mode: 0644]
test/components/rpc_base/CMakeLists.txt [new file with mode: 0644]
test/components/rpc_base/rpc_base_json_test.cc [new file with mode: 0644]
test/components/rpc_base/rpc_base_test.cc [new file with mode: 0644]
test/components/smart_objects/CMakeLists.txt [new file with mode: 0644]
test/components/smart_objects/SchemaItem/AlwaysFalseSchemaItemTest.cpp [new file with mode: 0644]
test/components/smart_objects/SchemaItem/AlwaysTrueSchemaItemTest.cpp [new file with mode: 0644]
test/components/smart_objects/SchemaItem/CMakeLists.txt [new file with mode: 0644]
test/components/smart_objects/SchemaItem/EnumSchemaItemTest.cpp [new file with mode: 0644]
test/components/smart_objects/SchemaItem/ObjectSchemaItemTest.cpp [new file with mode: 0644]
test/components/smart_objects/SchemaItem/object_optional_schema_test.cc [new file with mode: 0644]
test/components/smart_objects/SchemaItem/test_ArraySchemaItemTest.cpp [new file with mode: 0644]
test/components/smart_objects/SchemaItem/test_BoolSchemaItemTest.cpp [new file with mode: 0644]
test/components/smart_objects/SchemaItem/test_NumberSchemaItemTest.cpp [new file with mode: 0644]
test/components/smart_objects/SchemaItem/test_StringSchemaItemTest.cpp [new file with mode: 0644]
test/components/smart_objects/SmartObjectConvertionTimeTest.cc [new file with mode: 0644]
test/components/smart_objects/SmartObjectConvertionTimeTest.h [new file with mode: 0644]
test/components/smart_objects/SmartObjectDraftTest.cc [new file with mode: 0644]
test/components/smart_objects/SmartObjectDraftTest.h [new file with mode: 0644]
test/components/smart_objects/SmartObjectInvalidTest.cc [new file with mode: 0644]
test/components/smart_objects/SmartObjectInvalidTest.h [new file with mode: 0644]
test/components/smart_objects/SmartObjectStressTest.cc [new file with mode: 0644]
test/components/smart_objects/SmartObjectStressTest.h [new file with mode: 0644]
test/components/smart_objects/SmartObjectUnitTest.cc [new file with mode: 0644]
test/components/smart_objects/SmartObjectUnitTest.h [new file with mode: 0644]
test/components/smart_objects/TSharedPtrTest.cc [new file with mode: 0644]
test/components/smart_objects/TSharedPtrTest.h [new file with mode: 0644]
test/components/smart_objects/map_performance_test.cc [new file with mode: 0644]
test/components/smart_objects/smart_object_performance_test.cc [new file with mode: 0644]
test/components/transport_manager/CMakeLists.txt [new file with mode: 0644]
test/components/transport_manager/HandleGeneratorsTest.cpp [new file with mode: 0644]
test/components/transport_manager/ListenersTest.cpp [new file with mode: 0644]
test/components/transport_manager/TcpSimulator.cpp [new file with mode: 0644]
test/components/transport_manager/TransportManagerTestWithCorrectDeviceAdapter.cpp [new file with mode: 0644]
test/components/transport_manager/TransportManagerTestWithHighDataTransferRate.cpp [new file with mode: 0644]
test/components/transport_manager/TransportManagerTestWithIncorrectDeviceAdapter.cpp [new file with mode: 0644]
test/components/transport_manager/TransportManagerTestWithMultiThreadedClient.cpp [new file with mode: 0644]
test/components/transport_manager/TransportManagerTestWithMultipleClients.cpp [new file with mode: 0644]
test/components/transport_manager/TransportManagerTestWithMultipleDeviceAdapters.cpp [new file with mode: 0644]
test/components/transport_manager/include/transport_manager/mock_application.h [new file with mode: 0644]
test/components/transport_manager/include/transport_manager/mock_connection.h [new file with mode: 0644]
test/components/transport_manager/include/transport_manager/mock_connection_factory.h [new file with mode: 0644]
test/components/transport_manager/include/transport_manager/mock_device.h [new file with mode: 0644]
test/components/transport_manager/include/transport_manager/mock_device_scanner.h [new file with mode: 0644]
test/components/transport_manager/include/transport_manager/mock_transport_adapter.h [new file with mode: 0644]
test/components/transport_manager/include/transport_manager/mock_transport_adapter_listener.h [new file with mode: 0644]
test/components/transport_manager/include/transport_manager/mock_transport_manager_listener.h [new file with mode: 0644]
test/components/transport_manager/include/transport_manager/raw_message_matcher.h [new file with mode: 0644]
test/components/transport_manager/log4cplus.properties [new file with mode: 0644]
test/components/transport_manager/log4cplus_disabled.properties [new file with mode: 0644]
test/components/transport_manager/log4cxx.properties [new file with mode: 0644]
test/components/transport_manager/src/mock_application.cc [new file with mode: 0644]
test/components/transport_manager/src/mock_connection.cc [new file with mode: 0644]
test/components/transport_manager/src/mock_connection_factory.cc [new file with mode: 0644]
test/components/transport_manager/src/mock_device.cc [new file with mode: 0644]
test/components/transport_manager/src/mock_device_scanner.cc [new file with mode: 0644]
test/components/transport_manager/src/mock_transport_adapter.cc [new file with mode: 0644]
test/components/transport_manager/src/raw_message_matcher.cc [new file with mode: 0644]
test/components/transport_manager/src/test_dnssd_service_browser.cc [new file with mode: 0644]
test/components/transport_manager/src/test_tcp_transport_adapter.cc [new file with mode: 0644]
test/components/transport_manager/src/transport_manager.cc [new file with mode: 0644]
test/components/transport_manager/test_DnssdServiceDiscovery.sh [new file with mode: 0755]
test/components/transport_manager/transport_manager_instance_test.cc [new file with mode: 0644]
test/components/transport_manager/transport_manager_instance_test.h [new file with mode: 0644]
test/components/utils/CMakeLists.txt [new file with mode: 0644]
test/components/utils/include/utils/file_system_tests.h [new file with mode: 0644]
test/components/utils/include/utils/prioritized_queue_tests.h [new file with mode: 0644]
test/components/utils/src/file_system_tests.cc [new file with mode: 0644]
test/components/utils/src/prioritized_queue_tests.cc [new file with mode: 0644]
test/gtest-example/CMakeLists.txt [new file with mode: 0644]
test/gtest-example/example.cpp [new file with mode: 0644]
test/scripts/random_stream.py [new file with mode: 0755]
test/test_suit.cc [new file with mode: 0644]
test/thirdPartyLibs/CMakeLists.txt [new file with mode: 0644]
test/thirdPartyLibs/jsoncpp/CMakeLists.txt [new file with mode: 0644]
test/thirdPartyLibs/jsoncpp/include/jsoncpp/json_reader_test.h [new file with mode: 0644]
test/thirdPartyLibs/jsoncpp/src/json_reader_test.cc [new file with mode: 0644]
test/tools/CMakeLists.txt [new file with mode: 0644]
test/tools/intergen/CMakeLists.txt [new file with mode: 0644]
test/tools/intergen/src/generated_interface_tests.cc [new file with mode: 0644]
test/tools/intergen/test_hmi_interafce.xml [new file with mode: 0644]
test/tools/intergen/test_interface.xml [new file with mode: 0644]