Home
last modified time | relevance | path

Searched defs:curTest (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DTestRunner.cpp51 bool TestRunner::IsTestInSuite(const Test* const curTest, char const* suiteName) const in IsTestInSuite() argument
57 void TestRunner::RunTest(TestResults* const result, Test* const curTest, int const maxTestTimeInMs)… in RunTest()
H A DTestRunner.h34 Test* curTest = list.GetHead(); in RunTestsIf() local