Home
last modified time | relevance | path

Searched defs:testFinished (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/
H A DIFlickerServiceResultsCollector.kt33 fun testFinished(description: Description) method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/
H A DRunBlockingTestOnTestScopeTest.kt259 var testFinished = false in <lambda>() variable
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/junit/
H A DMockitoTestListener.java15 void testFinished(TestFinishedEvent event); in testFinished() method
H A DNoOpTestListener.java11 public void testFinished(TestFinishedEvent event) {} in testFinished() method in NoOpTestListener
H A DStrictStubsRunnerTestListener.java19 public void testFinished(TestFinishedEvent event) {} in testFinished() method in StrictStubsRunnerTestListener
H A DMismatchReportingTestListener.java26 public void testFinished(TestFinishedEvent event) { in testFinished() method in MismatchReportingTestListener
H A DUniversalTestListener.java41 public void testFinished(TestFinishedEvent event) { in testFinished() method in UniversalTestListener
/aosp_15_r20/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/
H A DTestLifecycleListener.java32 default void testFinished(String testName) {} in testFinished() method
/aosp_15_r20/platform_testing/libraries/device-collectors/src/main/java/android/device/loggers/
H A DTestCaseLogger.java40 public void testFinished(Description description) throws Exception { in testFinished() method in TestCaseLogger
/aosp_15_r20/test/robolectric-extensions/clearcut-junit-listener/src/main/java/com/google/asuite/clearcut/junit/listener/
H A DClearcutJunitListener.java60 public void testFinished(Description description) throws Exception { in testFinished() method in ClearcutJunitListener
/aosp_15_r20/external/cronet/testing/android/junit/java/src/org/chromium/testing/local/
H A DJsonListener.java42 public void testFinished(Description d) throws Exception { in testFinished() method in JsonListener
H A DGtestListener.java61 public void testFinished(Description d) throws Exception { in testFinished() method in GtestListener
H A DGtestLogger.java36 public void testFinished(Description test, boolean passed, long elapsedTimeMillis) { in testFinished() method in GtestLogger
/aosp_15_r20/platform_testing/libraries/health/runners/longevity/host/src/android/host/test/longevity/listener/
H A DTimeoutTerminator.java55 public void testFinished(Description description) { in testFinished() method in TimeoutTerminator
/aosp_15_r20/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/sample/
H A DPrintListener.java47 public void testFinished(Description description) throws Exception { in testFinished() method in PrintListener
/aosp_15_r20/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/listener/
H A DBatteryTerminator.java63 public void testFinished(Description description) { in testFinished() method in BatteryTerminator
/aosp_15_r20/external/vogar/src/vogar/target/
H A DTargetMonitorRunListener.java51 public void testFinished(Description description) throws Exception { in testFinished() method in TargetMonitorRunListener
/aosp_15_r20/external/junit/src/main/java/org/junit/runner/notification/
H A DRunListener.java114 public void testFinished(Description description) throws Exception { in testFinished() method in RunListener
H A DSynchronizedRunListener.java85 public void testFinished(Description description) throws Exception { in testFinished() method in SynchronizedRunListener
/aosp_15_r20/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationResultForwarder.java113 public void testFinished(Description description) throws IOException { in testFinished() method in IsolationResultForwarder
/aosp_15_r20/platform_testing/libraries/health/rules/multivalentTests/src/android/platform/test/rule/
H A DStringingListener.kt48 override fun testFinished(description: Description?) { in testFinished() method in android.platform.test.rule.StringingListener
/aosp_15_r20/platform_testing/libraries/device-collectors/src/main/java/android/device/stressmodes/
H A DBackgroundTranscodingStressTestMode.java115 public final void testFinished(Description description) throws Exception { in testFinished() method in BackgroundTranscodingStressTestMode
H A DLockContentionStressMode.java138 public final void testFinished(Description description) throws Exception { in testFinished() method in LockContentionStressMode
/aosp_15_r20/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
H A DBedsteadRunListener.java84 public void testFinished(Description description) throws Exception { in testFinished() method in BedsteadRunListener
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
H A DTestScopeTest.kt273 var testFinished = false in <lambda>() variable

1234