Home | History | Annotate | Download | only in eh

Lines Matching refs:TestController

38 long TestController::possible_failure_count = 0;
39 const char* TestController::current_test = "<unknown>";
40 const char* TestController::current_test_category = "no category";
41 const char* TestController::current_container = 0;
42 bool TestController::nc_verbose = true;
43 bool TestController::never_fail = false;
44 bool TestController::track_allocations = false;
45 bool TestController::leak_detection_enabled = false;
46 TestController gTestController;
49 void TestController::maybe_fail(long) {
273 void TestController::ClearAllocationSet() {
282 bool TestController::ReportLeaked() {
310 void TestController::PrintTestName(bool err) {
320 void TestController::ReportSuccess(int count) {
325 long& TestController::Failure_threshold() {