Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testGet () |
Test the retrieval of elements from the StringMap. | |
void | testInsert () |
void | testUpdate () |
void | testErase () |
void | testClear () |
void | testManyItems () |
Private Member Functions | |
CPPUNIT_TEST_SUITE (StringMapTest) | |
CPPUNIT_TEST (testGet) | |
CPPUNIT_TEST (testInsert) | |
CPPUNIT_TEST (testUpdate) | |
CPPUNIT_TEST (testErase) | |
CPPUNIT_TEST (testClear) | |
CPPUNIT_TEST (testManyItems) | |
CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
StringMap | sm |
void StringMapTest::testGet | ( | ) | [inline] |
Test the retrieval of elements from the StringMap.