Searched refs:testResults (Results 1 – 7 of 7) sorted by relevance
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestCheckMacros.cpp | 17 ScopedCurrentTest scopedResults(testResults); in TEST() 20 failure = (testResults.GetFailureCount() > 0); in TEST() 32 ScopedCurrentTest scopedResults(testResults); in TEST() 45 ScopedCurrentTest scopedResults(testResults); in TEST() 57 ScopedCurrentTest scopedResults(testResults); in TEST() 122 UnitTest::TestResults testResults; in TEST() local 133 UnitTest::TestResults testResults; in TEST() local 191 UnitTest::TestResults testResults; in TEST() local 202 UnitTest::TestResults testResults; in TEST() local 373 UnitTest::TestResults testResults; in TEST() local [all …]
|
| H A D | TestExceptions.cpp | 31 , testResults(&reporter) in SUITE() 48 UnitTest::TestResults testResults; in SUITE() member 88 , testResults(&reporter) in SUITE() 108 UnitTest::TestResults testResults; in SUITE() member 174 , testResults(&reporter) in SUITE() 194 UnitTest::TestResults testResults; in SUITE() member 280 , testResults(&reporter) in SUITE() 302 UnitTest::TestResults testResults; in SUITE() member 370 , testResults(&reporter) in SUITE() 392 UnitTest::TestResults testResults; in SUITE() member [all …]
|
| H A D | TestAssertHandler.cpp | 32 TestResults testResults; in TEST() local 34 Detail::ReportAssertEx(&testResults, &testDetails, "", "", 0); in TEST() 47 TestResults testResults(&reporter); in TEST() local 53 Detail::ReportAssertEx(&testResults, &testDetails, "", "", 0); in TEST() 70 TestResults testResults(&reporter); in TEST() local 75 Detail::ReportAssertEx(&testResults, &testDetails, description, filename, lineNumber); in TEST() 91 TestResults testResults(&reporter); in TEST() local 96 Detail::ReportAssertEx(&testResults, &testDetails, "", "", 0); in TEST()
|
| H A D | TestTimeConstraintMacro.cpp | 21 UnitTest::TestResults testResults(&reporter); in TEST() local 22 ScopedCurrentTest scopedResults(testResults); in TEST() 42 UnitTest::TestResults testResults(&reporter); in TEST() local 43 ScopedCurrentTest scopedResults(testResults); in TEST() 73 UnitTest::TestResults testResults(&reporter); in TEST_FIXTURE() local 74 ScopedCurrentTest scopedResults(testResults); in TEST_FIXTURE()
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | CurrentTest.cpp | 8 static TestResults* testResults = NULL; in Results() local 9 return testResults; in Results()
|
| H A D | ReportAssert.cpp | 39 UNITTEST_LINKAGE void ReportAssertEx(TestResults* testResults, in ReportAssertEx() argument 48 testResults->OnTestFailure(assertDetails, description); in ReportAssertEx()
|
| H A D | ReportAssertImpl.h | 20 UNITTEST_LINKAGE void ReportAssertEx(TestResults* testResults,
|