Searched refs:KeymapTest (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/shared/
H A DKeymapTest.h18 class KeymapTest : public CppUnit::TestCase { class in inherits:CppUnit::TestCase
20 KeymapTest();
21 virtual ~KeymapTest();
H A DKeymapTest.cpp18 #include "KeymapTest.h"
21 KeymapTest::KeymapTest() function in class:KeymapTest
28 KeymapTest::~KeymapTest()
34 KeymapTest::TestEquals()
50 KeymapTest::TestAssignment()
63 KeymapTest::TestGetChars()
119 KeymapTest::AddTests(BTestSuite& parent)
121 CppUnit::TestSuite& suite = *new CppUnit::TestSuite("KeymapTest");
[all...]
H A DSharedTestAddon.cpp18 #include "KeymapTest.h"
35 KeymapTest::AddTests(*suite);

Completed in 37 milliseconds