Searched defs:test (Results 1 – 9 of 9) sorted by relevance
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | TestResults.cpp | 17 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 D | TestList.cpp | 14 void TestList::Add(Test* test) in Add() 34 ListAdder::ListAdder(TestList& list, Test* test) in ListAdder()
|
| H A D | CompositeTestReporter.cpp | 46 void CompositeTestReporter::ReportTestStart(TestDetails const& test) in ReportTestStart() 52 void CompositeTestReporter::ReportTestFinish(TestDetails const& test, float secondsElapsed) in ReportTestFinish()
|
| H A D | DeferredTestResult.cpp | 31 DeferredTestResult::DeferredTestResult(char const* suite, char const* test) in DeferredTestResult()
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestTestList.cpp | 17 Test test("test"); in TEST() local 43 Test test(""); in TEST() local
|
| H A D | TestTestRunner.cpp | 76 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 D | TestTest.cpp | 102 Test test("test"); in TEST() local 109 Test test("test", "testSuite"); in TEST() local
|
| H A D | TestUnitTestPP.cpp | 80 NoThrowTest test; in TEST() local 103 WrongThrowTest test; in TEST() local
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | AtomicTests.cpp | 50 static MT::Atomic32Base<int32> test = { 0 }; in SUITE() local 68 MT::Atomic32<int32> test; in SUITE() local
|