Uses of Interface
io.quarkus.deployment.dev.testing.TestRunListener
-
Packages that use TestRunListener Package Description io.quarkus.deployment.dev.testing -
-
Uses of TestRunListener in io.quarkus.deployment.dev.testing
Methods in io.quarkus.deployment.dev.testing with parameters of type TestRunListener Modifier and Type Method Description JunitTestRunner.BuilderJunitTestRunner.Builder. addListener(TestRunListener listener)(package private) RunnableModuleTestRunner. prepare(ClassScanResult classScanResult, boolean reRunFailures, long runId, TestRunListener listener)Method parameters in io.quarkus.deployment.dev.testing with type arguments of type TestRunListener Modifier and Type Method Description voidContinuousTestingSharedStateListener. testRunStarted(Consumer<TestRunListener> listenerConsumer)voidTestConsoleHandler. testRunStarted(Consumer<TestRunListener> listenerConsumer)default voidTestListener. testRunStarted(Consumer<TestRunListener> listenerConsumer)
-