Lines Matching refs:TestController
34 struct TestController { struct
111 extern TestController gTestController; argument
130 inline void TestController::TrackAllocations(bool track) { in TrackAllocations()
134 inline bool TestController::TrackingEnabled() { in TrackingEnabled()
138 inline void TestController::SetFailureCountdown(long count) { in SetFailureCountdown()
143 inline void TestController::CancelFailureCountdown() { in CancelFailureCountdown()
147 inline void TestController::BeginLeakDetection() { in BeginLeakDetection()
154 inline bool TestController::LeakDetectionEnabled() { in LeakDetectionEnabled()
158 inline void TestController::EndLeakDetection() { in EndLeakDetection()
162 inline void TestController::SetCurrentTestCategory(const char* str) { in SetCurrentTestCategory()
168 inline void TestController::SetCurrentContainer(const char* str) { in SetCurrentContainer()
172 inline void TestController::SetCurrentTestName(const char* str) { in SetCurrentTestName()
176 inline void TestController::SetVerbose(bool val) { in SetVerbose()
180 inline void TestController::TurnOffExceptions() { in TurnOffExceptions()