revise test cases accepted/tizen_unified_dev accepted/tizen/unified/20230713.082748 accepted/tizen/unified/dev/20230726.115902
authorYoungjae Shin <yj99.shin@samsung.com>
Tue, 11 Jul 2023 08:04:15 +0000 (17:04 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 12 Jul 2023 01:02:20 +0000 (10:02 +0900)
commit694f7b2b42440a9af281dfb62557bc1d9d988d0f
tree8d7b280c9581f23f076e6b3c31bd5d9afe395d92
parent05d9a1957363bc5687995416cae2d79cde811cbd
revise test cases

- add negative test cases
- Set PublishWithReply return type(exception) same as other API
- Improved invalid parameters and status checks
32 files changed:
CMakeLists.txt
common/AittDiscovery.cc
common/AittDiscovery.h
common/GlibMainLoop.cc
common/PosixMainLoop.cc
include/AITT.h
include/AittException.h
modules/tcp/tests/AESEncryptor_test.cc
modules/tcp/tests/AES_Compatibility_test.cc
modules/tcp/tests/TCPServer_test.cc
modules/tcp/tests/TCP_test.cc
src/AITT.cc
src/AITTImpl.cc
src/AITTImpl.h
src/ModuleManager.cc
tests/AITT_TCP_test.cc
tests/AITT_fixturetest.cc [new file with mode: 0644]
tests/AITT_manualtest.cc
tests/AITT_test.cc
tests/AittOption_test.cc [new file with mode: 0644]
tests/AittStream_test.cc
tests/AittTests.h
tests/CMakeLists.txt
tests/MainLoopHandler_test.cc
tests/ModuleLoader_test.cc
tests/MosquittoMQ_mocktest.cc
tests/MosquittoMQ_test.cc
tests/MosquittoMock.cc
tests/MosquittoMock.h
tests/RequestResponse_test.cc
tests/aitt_c_manualtest.cc
tests/aitt_c_test.cc