Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testPut () |
Test special adds (basic cases is done in setUp already). | |
void | testGet () |
Test the retrieval of elements from the StringMap. | |
void | testInsert () |
void | testUpdate () |
void | testErase () |
void | testIteration () |
void | testClear () |
void | testEmptyFront () |
void | testManyItems () |
Private Member Functions | |
CPPUNIT_TEST_SUITE (StringMapTest) | |
CPPUNIT_TEST (testPut) | |
CPPUNIT_TEST (testGet) | |
CPPUNIT_TEST (testInsert) | |
CPPUNIT_TEST (testUpdate) | |
CPPUNIT_TEST (testErase) | |
CPPUNIT_TEST (testIteration) | |
CPPUNIT_TEST (testClear) | |
CPPUNIT_TEST (testEmptyFront) | |
CPPUNIT_TEST (testManyItems) | |
CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
StringMap | sm |
void StringMapTest::testGet | ( | ) | [inline] |
Test the retrieval of elements from the StringMap.