Lines Matching refs:TestContext
18 class TestContext; variable
41 TestContext* CurrentContext() const in CurrentContext()
43 void SetCurrentContext(TestContext* context);
84 TestContext* fCurrentContext;
90 class TestContext {
92 TestContext(GlobalTestContext* globalContext);
93 TestContext(TestContext& parent, Test* test);
94 ~TestContext();
96 static TestContext* Current();
99 TestContext* Parent() const { return fParent; } in Parent()
124 TestContext* fParent;
131 /*static*/ inline TestContext*
132 TestContext::Current() in Current()
139 TestContext::PrintArgs(const char* format, va_list args) in PrintArgs()
146 TestContext::Print(const char* format,...) in Print()
158 TestContext::Error(const char* format,...) in Error()
168 TestContext::AssertFailed(const char* file, int line, const char* function, in AssertFailed()
176 TestContext::AssertFailed(const char* file, int line, const char* function, in AssertFailed()