SmartTester
2.0.0
Smart Tester is unit testing and regression testing framework used for testing SmartCGMS system.
|
7 #ifndef _MAPPING_FILTER_UNIT_TESTER_H_
8 #define _MAPPING_FILTER_UNIT_TESTER_H_
9 #include <rtl/hresult.h>
10 #include "../testers/GenericUnitTester.h"
66 HRESULT eventMappingTest(
const tester::MappingFilterConfig &config, scgms::NDevice_Event_Code eventCode,
const GUID& signalId = Invalid_GUID);
69 #endif // !_MAPPING_FILTER_UNIT_TESTER_H_
HRESULT notConfiguredSignalMappingTest()
Definition: MappingFilterUnitTester.cpp:131
HRESULT allSourceIdTest()
Definition: MappingFilterUnitTester.cpp:278
Definition: MappingFilterUnitTester.h:16
HRESULT infoEventMappingTest()
Definition: MappingFilterUnitTester.cpp:68
HRESULT differentSrcIdNullDestinationIdTest()
Definition: MappingFilterUnitTester.cpp:224
Definition: FilterConfiguration.h:70
HRESULT nullDestinationIdTest()
Definition: MappingFilterUnitTester.cpp:184
HRESULT levelEventMappingTest()
Definition: MappingFilterUnitTester.cpp:63
HRESULT parametersEventMappingTest()
Definition: MappingFilterUnitTester.cpp:73
Definition: GenericUnitTester.h:281
void executeSpecificTests() override
Executes all tests for a specific filter. Needs to be implemented by derived class.
Definition: MappingFilterUnitTester.cpp:16