Lines Matching refs:gTestController
68 gTestController.SetCurrentTestCategory("weak");
70 gTestController.BeginLeakDetection();
76 gTestController.SetFailureCountdown(count);
83 gTestController.CancelFailureCountdown();
86 failed = gTestController.ReportLeaked();
90 gTestController.ReportSuccess(count);
106 gTestController.SetCurrentTestCategory("const");
108 gTestController.BeginLeakDetection();
113 gTestController.SetFailureCountdown(count);
120 gTestController.CancelFailureCountdown();
122 failed = gTestController.ReportLeaked();
126 gTestController.ReportSuccess(count);
148 gTestController.SetCurrentTestCategory("strong");
150 gTestController.BeginLeakDetection();
158 gTestController.SetFailureCountdown(count);
161 gTestController.CancelFailureCountdown();
165 gTestController.CancelFailureCountdown(); in catch()
187 bool leaked = gTestController.ReportLeaked();
193 gTestController.ReportSuccess(count);