Searched defs:testFailed (Results 1 - 12 of 12) sorted by relevance

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
H A DApkInstrumentationPreparer.java145 public void testFailed(TestIdentifier test, String trace) { method in class:ApkInstrumentationPreparer.TargetPreparerListener
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
H A DFailureListener.java53 public void testFailed(TestIdentifier test, String trace) { method in class:FailureListener
54 super.testFailed(test, trace);
55 CLog.i("FailureListener.testFailed %s %b %b %b", test.toString(), mBugReportOnFailure, mLogcatOnFailure, mScreenshotOnFailure);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
H A DResultFilter.java87 public void testFailed(TestIdentifier test, String trace) { method in class:ResultFilter
89 super.testFailed(test, trace);
H A DCtsTest.java277 public void testFailed(TestIdentifier test, String trace) { method in class:CtsTest.FailedTestBugreportGenerator
278 super.testFailed(test, trace);
301 public void testFailed(TestIdentifier test, String trace) { method in class:CtsTest.FailedTestLogcatGenerator
302 super.testFailed(test, trace);
325 public void testFailed(TestIdentifier test, String trace) { method in class:CtsTest.FailedTestScreenshotGenerator
326 super.testFailed(test, trace);
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
H A DModuleListener.java97 public void testFailed(TestIdentifier test, String trace) { method in class:ModuleListener
98 CLog.d("ModuleListener.testFailed(%s, %s)", test.toString(), trace);
99 mListener.testFailed(test, trace);
H A DConsoleReporter.java99 public void testFailed(TestIdentifier test, String trace) { method in class:ConsoleReporter
H A DResultReporter.java310 public void testFailed(TestIdentifier test, String trace) { method in class:ResultReporter
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
H A DNoOpTestInvocationListener.java82 public void testFailed(TestIdentifier test, String trace) {} method in class:NoOpTestInvocationListener
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
H A DCtsTestLogReporter.java99 public void testFailed(TestIdentifier test, String trace) { method in class:CtsTestLogReporter
H A DIssueReporter.java61 public void testFailed(TestIdentifier test, String trace) { method in class:IssueReporter
H A DCtsXmlResultReporter.java290 public void testFailed(TestIdentifier test, String trace) { method in class:CtsXmlResultReporter
/cts/tools/vm-tests-tf/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 246 milliseconds