Searched refs:detector (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/ |
D | DetectRegressionTest.java | 113 DetectRegression detector = spy(DetectRegression.class); in testRunRegressionDetection() local 114 doNothing().when(detector).logResult(any(), any(), any(), any()); in testRunRegressionDetection() 148 detector.runRegressionDetection(before, after); in testRunRegressionDetection() 149 verify(detector, times(1)) in testRunRegressionDetection()
|
/tools/asuite/atest/ |
D | bug_detector_unittest.py | 49 self.detector = bug_detector.BugDetector(['test1'], 5, self.history_file) 101 self.assertEqual(self.detector.get_history(), TEST_DICT)
|
/tools/tradefederation/core/atest/ |
D | bug_detector_unittest.py | 46 self.detector = bug_detector.BugDetector(['test1'], 5, self.history_file) 98 self.assertEqual(self.detector.get_history(), TEST_DICT)
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/jacoco/
org/ ... |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/jacoco/
org/ ... |