Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestTestRunner.cpp14 struct MockTest : public Test struct
16MockTest(char const* testName, bool const success_, bool const assert_, int const count_ = 1) in MockTest() argument
24 virtual void RunImpl() const in RunImpl()
41 bool const success;
42 bool const asserted;
43 int const count;