Manages TestListener.A single instance of this class is used when running the test. It is usually created by the test runner (TestRunner).
Definition: TestResult.h:47
ProtectorContext(Test *test, TestResult *result, const std::string &shortDescription)
Definition: ProtectorContext.h:20
std::string m_shortDescription
Definition: ProtectorContext.h:38
TestResult * m_result
Definition: ProtectorContext.h:37
Protector context (Implementation). Implementation detail.
Definition: ProtectorContext.h:17
Test * m_test
Definition: ProtectorContext.h:36