Searched refs:TestResult (Results 1 - 24 of 24) sorted by relevance

/haiku/src/tools/cppunit/cppunit/
H A DTestResult.cpp3 #include <cppunit/TestResult.h>
8 /// Construct a TestResult
9 TestResult::TestResult( SynchronizationObject *syncObject ) function in class:CppUnit::TestResult
17 TestResult::~TestResult()
27 TestResult::reset()
39 TestResult::addError( Test *test,
50 TestResult::addFailure( Test *test, Exception *e )
59 TestResult
[all...]
H A DRepeatedTest.cpp2 #include <cppunit/TestResult.h>
26 RepeatedTest::run( TestResult *result )
H A DTestCase.cpp7 #include "cppunit/TestResult.h"
15 /// Create a default TestResult
16 CppUnit::TestResult*
19 return new TestResult;
25 TestCase::run( TestResult *result )
63 TestResult *
66 TestResult *result = defaultResult();
H A DTestSetUp.cpp23 TestSetUp::run( TestResult *result )
H A DTestRunner.cpp5 #include <cppunit/TestResult.h>
22 , m_eventManager( new TestResult() )
157 * The instance of TestResult results returned is the one that is used to run the
160 TestResult &
H A DTestSuite.cpp2 #include "cppunit/TestResult.h"
32 /// Runs the tests and collects their result in a TestResult.
34 TestSuite::run( TestResult *result )
H A DTextTestResult.cpp25 TestResult::addFailure( test, e );
/haiku/headers/tools/cppunit/cppunit/
H A DTest.h9 class TestResult;
18 * When a Test is run, the result is collected by a TestResult object.
30 virtual void run (TestResult *result) = 0;
H A DTestResult.h35 * TestResult supplies a template method 'setSynchronizationObject()'
38 * they fill a subclass of TestResult which effects change in another
45 class CPPUNIT_API TestResult : protected SynchronizedObject class in namespace:CppUnit
48 TestResult( SynchronizationObject *syncObject = 0 );
49 virtual ~TestResult();
73 TestResult( const TestResult &other );
74 TestResult &operator =( const TestResult &other );
H A DTestCase.h13 class TestResult;
36 virtual void run(TestResult *result);
42 virtual TestResult *run();
48 //! Create TestResult for the run(void) method.
49 TestResult *defaultResult();
H A DTestSuite.h20 class TestResult;
53 void run( TestResult *result );
H A DTextTestResult.h4 #include <cppunit/TestResult.h>
19 class CPPUNIT_API TextTestResult : public TestResult,
/haiku/headers/tools/cppunit/cppunit/extensions/
H A DTestSetUp.h9 class TestResult;
17 void run( TestResult *result );
H A DTestDecorator.h9 class TestResult;
26 void run (TestResult *result);
52 inline void TestDecorator::run (TestResult *result)
H A DRepeatedTest.h10 class TestResult;
25 void run( TestResult *result );
/haiku/headers/tools/cppunit/cppunit/ui/text/
H A DTestRunner.h14 class TestResult;
80 TestResult &eventManager() const;
94 TestResult *m_eventManager;
/haiku/headers/tools/cppunit/
H A DTestSuite.h10 class TestResult;
19 virtual void run(CppUnit::TestResult *result);
H A DThreadedTestCaller.h6 #include <cppunit/TestResult.h>
14 class TestResult;
29 virtual CppUnit::TestResult *run();
30 virtual void run(CppUnit::TestResult *result);
102 CppUnit::TestResult *
104 CppUnit::TestResult *result = new CppUnit::TestResult;
111 BThreadedTestCaller<TestClass, ExpectedException>::run(CppUnit::TestResult *result) {
H A DThreadManager.h5 #include <cppunit/TestResult.h>
23 status_t LaunchThread(CppUnit::TestResult *result);
37 CppUnit::TestResult *fTestResult;
108 BThreadManager<TestClass, ExpectedException>::LaunchThread(CppUnit::TestResult *result) {
141 // Said exceptions are caught and noted in the TestResult
H A DTestShell.h8 #include <cppunit/TestResult.h>
118 CppUnit::TestResult fTestResults;
/haiku/src/tools/restest/
H A Drestest.cpp42 struct TestResult { struct
43 TestResult(const char* filename) function in struct:TestResult
48 ~TestResult()
176 TestResult& testResult)
252 TestResult* testResult = new TestResult(filename);
280 TestResult* testResult = (TestResult*)testResults.ItemAt(i);
295 TestResult* testResult = (TestResult*)testResult
[all...]
/haiku/src/tools/cppunit/
H A DBTestSuite.cpp3 #include <cppunit/TestResult.h>
34 /// Runs the tests and collects their result in a TestResult.
37 BTestSuite::run( CppUnit::TestResult *result ) {
H A DTestShell.cpp19 #include <cppunit/TestResult.h>
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp160 virtual void run( CppUnit::TestResult *result )

Completed in 91 milliseconds