Searched refs:testFailed (Results 1 – 5 of 5) sorted by relevance
185 HashMap<BaseResultsDialog.ResultType, Boolean> testFailed = new HashMap<>(); in getRotationData() local186 testFailed.put(BaseResultsDialog.ResultType.WAYPOINT, false); in getRotationData()187 testFailed.put(BaseResultsDialog.ResultType.PATH, false); in getRotationData()188 testFailed.put(BaseResultsDialog.ResultType.TIME, false); in getRotationData()189 testFailed.put(BaseResultsDialog.ResultType.ROTATION, false); in getRotationData()194 mManager.onRobustnessTestCompleted(testFailed); in getRotationData()
136 public void testFailed(TestDescription test, String trace) { in testFailed() method in ReportProcessor.MediaBitstreamsListener
127 public void testFailed(TestDescription test, String trace) { in testFailed() method in Utils.TestResultListener
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
285 public void testFailed(TestDescription arg0, String arg1) { in testFailed() method in JvmtiHostTest.TestResults