KeymapTest
KeymapTest::AddTests(BTestSuite& parent)
suite.addTest(new CppUnit::TestCaller<KeymapTest>(
"KeymapTest::TestEquals", &KeymapTest::TestEquals));
suite.addTest(new CppUnit::TestCaller<KeymapTest>(
"KeymapTest::TestAssignment", &KeymapTest::TestAssignment));
suite.addTest(new CppUnit::TestCaller<KeymapTest>(
"KeymapTest::TestGetChars", &KeymapTest::TestGetChars));
KeymapTest::KeymapTest()
KeymapTest::~KeymapTest()
KeymapTest::TestEquals()
KeymapTest::TestAssignment()
KeymapTest::TestGetChars()
class KeymapTest : public CppUnit::TestCase {
KeymapTest();
virtual ~KeymapTest();
KeymapTest::AddTests(*suite);