Home
last modified time | relevance | path

Searched refs:RunTestsIf (Results 1 – 4 of 4) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestTestRunner.cpp79 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 DTestRunner.h31 int RunTestsIf(TestList const& list, char const* suiteName, in RunTestsIf() function
H A DTestRunner.cpp17 return runner.RunTestsIf(Test::GetTestList(), NULL, True(), 0); in RunAllTests()
/TaskScheduler/ThirdParty/UnitTest++/
H A DREADME.md80 - Predicated test execution (via TestRunner::RunTestsIf)