added tests for SafeMap

This commit is contained in:
Henry Winkel
2023-01-09 19:31:48 +01:00
parent 38272e4af7
commit e90a1fc396

View File

@@ -31,6 +31,8 @@ SCENARIO("Testing the SimCore Track")
store.overRideValue("h1", 3);
REQUIRE(store.size() == 1);
REQUIRE(store.getValue("h1") == 3);
REQUIRE(store.hasKey("h1") == true);