Home
last modified time | relevance | path

Searched defs:test (Results 1 – 9 of 9) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DTestResults.cpp17 void TestResults::OnTestStart(TestDetails const& test) in OnTestStart()
25 void TestResults::OnTestFailure(TestDetails const& test, char const* failure) in OnTestFailure()
38 void TestResults::OnTestFinish(TestDetails const& test, float secondsElapsed) in OnTestFinish()
H A DTestList.cpp14 void TestList::Add(Test* test) in Add()
34 ListAdder::ListAdder(TestList& list, Test* test) in ListAdder()
H A DCompositeTestReporter.cpp46 void CompositeTestReporter::ReportTestStart(TestDetails const& test) in ReportTestStart()
52 void CompositeTestReporter::ReportTestFinish(TestDetails const& test, float secondsElapsed) in ReportTestFinish()
H A DDeferredTestResult.cpp31 DeferredTestResult::DeferredTestResult(char const* suite, char const* test) in DeferredTestResult()
/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestTestList.cpp17 Test test("test"); in TEST() local
43 Test test(""); in TEST() local
H A DTestTestRunner.cpp76 MockTest test("goodtest", true, false); in TEST_FIXTURE() local
86 MockTest test("goodtest", true, false); in TEST_FIXTURE() local
110 SlowTest test; in TEST_FIXTURE() local
139 MockTest test("test", true, true); in TEST_FIXTURE() local
188 SlowTest test; in TEST_FIXTURE() local
197 SlowTest test; in TEST_FIXTURE() local
206 SlowTest test; in TEST_FIXTURE() local
234 SlowExemptedTest test; in TEST_FIXTURE() local
H A DTestTest.cpp102 Test test("test"); in TEST() local
109 Test test("test", "testSuite"); in TEST() local
H A DTestUnitTestPP.cpp80 NoThrowTest test; in TEST() local
103 WrongThrowTest test; in TEST() local
/TaskScheduler/SchedulerTests/Tests/
H A DAtomicTests.cpp50 static MT::Atomic32Base<int32> test = { 0 }; in SUITE() local
68 MT::Atomic32<int32> test; in SUITE() local