Searched refs:RunTestsIf (Results 1 – 4 of 4) sorted by relevance
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestTestRunner.cpp | 79 RunTestsIf(list, NULL, True(), 0); in TEST_FIXTURE() 89 RunTestsIf(list, NULL, True(), 0); in TEST_FIXTURE() 113 RunTestsIf(list, NULL, True(), 0); in TEST_FIXTURE() 142 RunTestsIf(list, NULL, True(), 0); in TEST_FIXTURE() 156 RunTestsIf(list, NULL, True(), 0); in TEST_FIXTURE() 169 RunTestsIf(list, NULL, True(), 0); in TEST_FIXTURE() 182 RunTestsIf(list, NULL, True(), 0); in TEST_FIXTURE() 191 RunTestsIf(list, NULL, True(), 0); in TEST_FIXTURE() 200 RunTestsIf(list, NULL, True(), 3); in TEST_FIXTURE() 209 RunTestsIf(list, NULL, True(), 3); in TEST_FIXTURE() [all …]
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | TestRunner.h | 31 int RunTestsIf(TestList const& list, char const* suiteName, in RunTestsIf() function
|
| H A D | TestRunner.cpp | 17 return runner.RunTestsIf(Test::GetTestList(), NULL, True(), 0); in RunAllTests()
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | README.md | 80 - Predicated test execution (via TestRunner::RunTestsIf)
|