Home
last modified time | relevance | path

Searched refs:RunTest (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DTestRunner.h39 RunTest(m_result, curTest, maxTestTimeInMs); in RunTestsIf()
56 void RunTest(TestResults* const result, Test* const curTest, int const maxTestTimeInMs) const;
H A DTestRunner.cpp57 void TestRunner::RunTest(TestResults* const result, Test* const curTest, int const maxTestTimeInMs)… in RunTest() function in UnitTest::TestRunner