Searched defs:curTest (Results 1 – 2 of 2) sorted by relevance
51 bool TestRunner::IsTestInSuite(const Test* const curTest, char const* suiteName) const in IsTestInSuite() argument57 void TestRunner::RunTest(TestResults* const result, Test* const curTest, int const maxTestTimeInMs)… in RunTest()
34 Test* curTest = list.GetHead(); in RunTestsIf() local