Searched refs:CppUnit (Results 51 - 75 of 255) sorted by relevance

1234567891011

/haiku-fatelf/src/tests/kits/support/bautolock/
H A DAutolockLockerTest.h17 class CppUnit::Test;
25 static CppUnit::Test *suite(void);
/haiku-fatelf/src/tests/kits/support/blocker/
H A DDestructionTest2.h15 class CppUnit::Test;
23 static CppUnit::Test *suite(void);
/haiku-fatelf/headers/tools/cppunit/cppunit/extensions/
H A DHelperMacros.h14 namespace CppUnit namespace
24 virtual CppUnit::TestFixture *makeFixture() =0;
26 } // namespace CppUnit
59 * class MyTest : public CppUnit::TestFixture {
74 * \code static CppUnit::TestSuite *suite()\endcode
86 * CppUnit::Test* tp =
87 * CppUnit::TestFactoryRegistry::getRegistry().makeTest();
95 * class StringTest : public CppUnit::TestFixture {
127 class ThisTestFixtureFactory : public CppUnit::TestFixtureFactory \
129 virtual CppUnit
[all...]
H A DTestFactory.h6 namespace CppUnit { namespace
23 } // namespace CppUnit
H A DTypeInfoHelper.h11 namespace CppUnit { namespace
27 } // namespace CppUnit
/haiku-fatelf/src/tests/kits/app/broster/
H A DRosterTest.cpp12 CppUnit::Test* RosterTestSuite()
14 CppUnit::TestSuite *testSuite = new CppUnit::TestSuite();
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DOutputter.h7 namespace CppUnit namespace
28 } // namespace CppUnit
H A DTestFixture.h6 namespace CppUnit { namespace
27 * class MathTest : public CppUnit::TestFixture {
57 * CppUnit::Test *test = new CppUnit::TestCaller<MathTest>( "testAdd",
67 * static CppUnit::TestSuite *MathTest::suite () {
68 * CppUnit::TestSuite *suiteOfTests = new CppUnit::TestSuite;
69 * suiteOfTests->addTest(new CppUnit::TestCaller<MathTest>(
71 * suiteOfTests->addTest(new CppUnit::TestCaller<MathTest>(
H A DSourceLine.h9 * \relates CppUnit::SourceLine
13 #define CPPUNIT_SOURCELINE() ::CppUnit::SourceLine( __FILE__, __LINE__ )
16 namespace CppUnit namespace
56 } // namespace CppUnit
H A DPortability.h66 namespace CppUnit { namespace
80 namespace CppUnit {
94 # error Cannot define CppUnit::OStringStream.
/haiku-fatelf/src/tests/bin/makeudfimage/
H A DAllocatorTest.h11 static CppUnit::Test* Suite();
/haiku-fatelf/src/tests/kits/locale/number_format/generic_number_format/
H A DGenericNumberFormatConstructorTest.h6 class GenericNumberFormatConstructorTest : public CppUnit::TestCase {
/haiku-fatelf/src/tests/kits/storage/
H A DMimeSnifferTest.h10 static CppUnit::Test* Suite();
H A DVolumeTest.h13 class CppUnit::Test;
19 static CppUnit::Test* Suite();
H A DAppFileInfoTest.h13 class CppUnit::Test;
18 static CppUnit::Test* Suite();
H A DNodeInfoTest.h13 class CppUnit::Test;
18 static CppUnit::Test* Suite();
/haiku-fatelf/src/tests/system/kernel/util/
H A DVectorMapTest.h10 static CppUnit::Test* Suite();
/haiku-fatelf/src/tools/cppunit/
H A DBTestSuite.cpp26 for ( map<string, CppUnit::Test*>::iterator it = fTests.begin();
37 BTestSuite::run( CppUnit::TestResult *result ) {
38 for ( map<string, CppUnit::Test*>::iterator it = fTests.begin();
57 for ( map<string, CppUnit::Test *>::const_iterator it = fTests.begin();
69 BTestSuite::addTest(string name, CppUnit::Test *test) {
91 const map<string, CppUnit::Test*> &
/haiku-fatelf/headers/tools/cppunit/
H A DThreadedTestCaller.h16 template <class TestClass, class ExpectedException = CppUnit::NoExceptionExpected>
17 class CPPUNIT_API BThreadedTestCaller : public CppUnit::TestCase {
29 virtual CppUnit::TestResult *run();
30 virtual void run(CppUnit::TestResult *result);
96 throw CppUnit::Exception("BThreadedTestCaller::addThread() - Attempt to add thread under duplicated name ('"
102 CppUnit::TestResult *
104 CppUnit::TestResult *result = new CppUnit::TestResult;
111 BThreadedTestCaller<TestClass, ExpectedException>::run(CppUnit::TestResult *result) {
115 throw CppUnit
[all...]
H A DThreadManager.h23 status_t LaunchThread(CppUnit::TestResult *result);
37 CppUnit::TestResult *fTestResult;
108 BThreadManager<TestClass, ExpectedException>::LaunchThread(CppUnit::TestResult *result) {
123 throw CppUnit::Exception("BThreadManager::LaunchThread() -- Error acquiring thread semaphore");
149 throw CppUnit::Exception("BThreadManager::Run() -- NULL fObject pointer");
167 CppUnit::ExpectedExceptionTraits<ExpectedException>::expectedException();
169 } catch ( CppUnit::Exception &e ) {
171 CppUnit::Exception *threadException = new CppUnit::Exception(
179 CppUnit
[all...]
H A DSemaphoreSyncObject.h7 //! Semaphore based implementation of CppUnit::SynchronizedObject::SynchronizationObject
11 class CPPUNIT_API SemaphoreSyncObject : public CppUnit::SynchronizedObject::SynchronizationObject {
/haiku-fatelf/src/tests/kits/support/bstring/
H A DStringTest.cpp20 CppUnit::Test *StringTestSuite()
22 CppUnit::TestSuite *testSuite = new CppUnit::TestSuite();
H A DStringCharAccessTest.cpp42 CppUnit::Test *StringCharAccessTest::suite(void)
44 typedef CppUnit::TestCaller<StringCharAccessTest>
/haiku-fatelf/src/tests/kits/support/bblockcache/
H A DBlockCacheExerciseTest.h20 class BlockCacheExerciseTest : public CppUnit::TestCase {
43 static CppUnit::Test *suite(void);
/haiku-fatelf/src/tests/kits/support/bmemoryio/
H A DMallocWriteTest.cpp41 CppUnit::Test *MallocWriteTest::suite(void)
43 typedef CppUnit::TestCaller<MallocWriteTest>

Completed in 139 milliseconds

1234567891011