-
- Downloads
Add mock code and tests
* Add MockIdentifiable and IdentifiableTest for IIdentifiable
* Add MockEnvironment and EnvironmentTest for IEnvironment
* Add MockLaneLocationQueryService and LaneLocationQueryServiceTest
for ILaneLocationQueryService
* Add MockEntity and EntityTest for IEntity
Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
Showing
- .clang-format 1 addition, 0 deletions.clang-format
- test/CMakeLists.txt 2 additions, 0 deletionstest/CMakeLists.txt
- test/MantleAPI/CMakeLists.txt 14 additions, 0 deletionstest/MantleAPI/CMakeLists.txt
- test/MantleAPI/Common/CMakeLists.txt 17 additions, 0 deletionstest/MantleAPI/Common/CMakeLists.txt
- test/MantleAPI/Common/identifiable_test.cc 61 additions, 0 deletionstest/MantleAPI/Common/identifiable_test.cc
- test/MantleAPI/Common/mock_identifiable.h 30 additions, 0 deletionstest/MantleAPI/Common/mock_identifiable.h
- test/MantleAPI/Execution/CMakeLists.txt 17 additions, 0 deletionstest/MantleAPI/Execution/CMakeLists.txt
- test/MantleAPI/Execution/environment_test.cc 128 additions, 0 deletionstest/MantleAPI/Execution/environment_test.cc
- test/MantleAPI/Execution/mock_environment.h 51 additions, 0 deletionstest/MantleAPI/Execution/mock_environment.h
- test/MantleAPI/Map/CMakeLists.txt 17 additions, 0 deletionstest/MantleAPI/Map/CMakeLists.txt
- test/MantleAPI/Map/lane_location_query_service_test.cc 96 additions, 0 deletionstest/MantleAPI/Map/lane_location_query_service_test.cc
- test/MantleAPI/Map/mock_lane_location_query_service.h 45 additions, 0 deletionstest/MantleAPI/Map/mock_lane_location_query_service.h
- test/MantleAPI/Traffic/CMakeLists.txt 17 additions, 0 deletionstest/MantleAPI/Traffic/CMakeLists.txt
- test/MantleAPI/Traffic/entity_test.cc 155 additions, 0 deletionstest/MantleAPI/Traffic/entity_test.cc
- test/MantleAPI/Traffic/mock_entity.h 60 additions, 0 deletionstest/MantleAPI/Traffic/mock_entity.h
Loading
Please register or sign in to comment