Home
last modified time | relevance | path

Searched defs:testResults (Results 1 – 6 of 6) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestCheckMacros.cpp15 UnitTest::TestResults testResults(&reporter); in TEST() local
31 UnitTest::TestResults testResults(&reporter); in TEST() local
44 UnitTest::TestResults testResults(&reporter); in TEST() local
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
386 UnitTest::TestResults testResults; in TEST() local
496 UnitTest::TestResults testResults; in TEST() local
[all …]
H A DTestAssertHandler.cpp32 TestResults testResults; in TEST() local
47 TestResults testResults(&reporter); in TEST() local
70 TestResults testResults(&reporter); in TEST() local
91 TestResults testResults(&reporter); in TEST() local
H A DTestTimeConstraintMacro.cpp21 UnitTest::TestResults testResults(&reporter); in TEST() local
42 UnitTest::TestResults testResults(&reporter); in TEST() local
73 UnitTest::TestResults testResults(&reporter); in TEST_FIXTURE() local
H A DTestExceptions.cpp48 UnitTest::TestResults testResults; in SUITE() member
108 UnitTest::TestResults testResults; in SUITE() member
194 UnitTest::TestResults testResults; in SUITE() member
302 UnitTest::TestResults testResults; in SUITE() member
392 UnitTest::TestResults testResults; in SUITE() member
500 UnitTest::TestResults testResults; in SUITE() member
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DCurrentTest.cpp8 static TestResults* testResults = NULL; in Results() local
H A DReportAssert.cpp39 UNITTEST_LINKAGE void ReportAssertEx(TestResults* testResults, in ReportAssertEx()