Searched refs:Test (Results 276 - 300 of 458) sorted by relevance

<<111213141516171819

/haiku/src/tests/kits/support/bstring/
H A DStringCharAccessTest.cpp41 CppUnit::Test *StringCharAccessTest::suite(void)
46 return(new StringCharAccessTestCaller("BString::CharAccess Test",
H A DStringSubCopyTest.cpp44 CppUnit::Test *StringSubCopyTest::suite(void)
49 return(new StringSubCopyTestCaller("BString::SubCopy Test",
H A DStringSplitTest.cpp54 CppUnit::Test *StringSplitTest::suite(void)
59 return(new StringSplitTestCaller("BString::Split Test",
H A DStringTest.cpp1 #include "cppunit/Test.h"
22 CppUnit::Test *StringTestSuite()
/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp32 static Test *suite(void);
43 Test *
75 static Test *suite(void);
86 Test *
118 static Test *suite(void);
129 Test *
161 static Test *suite(void);
172 Test *
199 static Test *suite(void);
210 Test *
[all...]
H A DDateTimeTest.cpp47 CppUnit::Test*
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DTextControlTest.cpp46 Test*
104 Test::MessageReceived(message);
/haiku/src/tests/kits/locale/
H A DCollatorTest.cpp30 struct Test { struct
38 const Test tests[] = {
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp26 class BitmapTest : public Test {
30 Test(name),
88 class RectsTest : public Test {
92 Test("Rects")
186 class GradientTest : public Test {
190 Test("Gradient")
225 class NestedStatesTest : public Test {
229 Test("Nested view states")
272 class ClippingTest : public Test {
276 Test("Vie
[all...]
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp290 // Test
291 struct Test : BHandler { struct in inherits:BHandler
296 Test(const char* name, const char* description) function in struct:Test
304 virtual ~Test()
315 struct GroupLayoutTest1 : public Test {
318 Test("Group", "Simple BGroupLayout.")
393 struct GroupAlignedLayoutTest1 : public Test {
395 : Test("Group aligned", "Simple BGroupLayout, rows 1 and 3 aligned.")
494 struct GridLayoutTest1 : public Test {
496 : Test("Gri
[all...]
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp58 class Test : public DoublyLinkedListLinkImpl<Test> { class in inherits:DoublyLinkedListLinkImpl
60 Test(TestSuite& suite, off_t offset, size_t length,
63 Test& AddSource(addr_t base, size_t length);
64 Test& NextResult(off_t offset, bool partialBegin,
66 Test& AddTarget(addr_t base, size_t length,
105 typedef DoublyLinkedList<Test> TestList;
132 while (Test* test = fTests.RemoveHead()) {
137 Test& AddTest(off_t offset, size_t length, bool isWrite, uint32 flags)
139 Test* tes
297 Test::Test(TestSuite& suite, off_t offset, size_t length, bool isWrite, function in class:Test
[all...]
/haiku/src/tools/cppunit/cppunit/
H A DTextTestResult.cpp3 #include <cppunit/Test.h>
23 TextTestResult::addFailure( Test *test, Exception *e )
38 TextTestResult::startTest( Test *test )
171 stream << "Test Results:" << endl;
/haiku/src/tests/kits/interface/
H A DGraphicsDefsTest.cpp70 static Test *suite(void);
81 Test *
115 Test *
/haiku/src/tests/kits/app/bapplication/
H A DAppQuitRequestedTester.cpp72 Test* AppQuitRequestedTester::Suite()
/haiku/src/tests/kits/app/bhandler/
H A DAddFilterTest.cpp89 Test* TAddFilterTest::Suite()
H A DUnlockLooperTest.cpp77 Test* TUnlockLooperTest::Suite()
/haiku/src/tests/kits/app/blooper/
H A DLooperTest.cpp18 Test* LooperTestSuite()
/haiku/src/tests/kits/app/broster/
H A DLaunchTester.h94 static Test* Suite();
/haiku/src/tests/kits/storage/
H A DQueryTest.h20 static CppUnit::Test* Suite();
29 // Test functions
/haiku/src/tests/kits/support/bautolock/
H A DAutolockLooperTest.cpp83 CppUnit::Test *AutolockLooperTest::suite(void)
89 AutolockLooperTestCaller *threadedTest = new AutolockLooperTestCaller("BAutolock::Looper Test", theTest);
/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheConcurrencyTest.h41 static Test *suite(void);
/haiku/src/tests/kits/support/bmemoryio/
H A DConstTest.cpp47 CppUnit::Test *ConstTest::suite(void)
52 return(new ConstTestCaller("BMemoryIO::Const Test", &ConstTest::PerformTest));
H A DMallocSeekTest.cpp50 CppUnit::Test *MallocSeekTest::suite(void)
55 return(new MallocSeekTestCaller("BMallocIO::Seek Test", &MallocSeekTest::PerformTest));
H A DSeekTest.cpp47 CppUnit::Test *SeekTest::suite(void)
52 return(new SeekTestCaller("BMemoryIO::Seek Test", &SeekTest::PerformTest));
/haiku/headers/tools/cppunit/
H A DTestShell.h6 #include <cppunit/Test.h>
27 // takes no arguments and returns a pointer to a CppUnit::Test
28 typedef CppUnit::Test* (*SuiteFunction)(void);
69 void AddTest(const std::string &name, CppUnit::Test* test);
109 typedef std::map<std::string, CppUnit::Test*> TestMap;

Completed in 118 milliseconds

<<111213141516171819