Home
last modified time | relevance | path

Searched refs:True (Results 1 – 3 of 3) 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.h16 struct True struct
H A DTestRunner.cpp17 return runner.RunTestsIf(Test::GetTestList(), NULL, True(), 0); in RunAllTests()