Home
last modified time | relevance | path

Searched refs:TAddCommonFilterTest (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/kits/app/blooper/
H A DAddCommonFilterTest.cpp29 void TAddCommonFilterTest::AddCommonFilterTest1() in AddCommonFilterTest1()
46 void TAddCommonFilterTest::AddCommonFilterTest2() in AddCommonFilterTest2()
63 void TAddCommonFilterTest::AddCommonFilterTest3() in AddCommonFilterTest3()
79 void TAddCommonFilterTest::AddCommonFilterTest4() in AddCommonFilterTest4()
96 ADD_TEST4(BLooper, suite, TAddCommonFilterTest, __test_name__);
97 TestSuite* TAddCommonFilterTest::Suite() in Suite()
H A DAddCommonFilterTest.h22 class TAddCommonFilterTest : public TestCase
25 TAddCommonFilterTest() {;} in TAddCommonFilterTest() function
26 TAddCommonFilterTest(std::string name) : TestCase(name) {;} in TAddCommonFilterTest() function
H A DLooperTest.cpp31 tests->addTest(TAddCommonFilterTest::Suite()); in LooperTestSuite()