added tests for SafeMap
This commit is contained in:
@@ -31,6 +31,8 @@ SCENARIO("Testing the SimCore Track")
|
|||||||
store.overRideValue("h1", 3);
|
store.overRideValue("h1", 3);
|
||||||
REQUIRE(store.size() == 1);
|
REQUIRE(store.size() == 1);
|
||||||
REQUIRE(store.getValue("h1") == 3);
|
REQUIRE(store.getValue("h1") == 3);
|
||||||
|
REQUIRE(store.hasKey("h1") == true);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user