Home | History | Annotate | Download | only in eh

Lines Matching defs:TestController

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