Uses of Class
io.quarkus.deployment.dev.testing.TestListenerBuildItem
-
Packages that use TestListenerBuildItem Package Description io.quarkus.deployment.console io.quarkus.deployment.dev.testing -
-
Uses of TestListenerBuildItem in io.quarkus.deployment.console
Method parameters in io.quarkus.deployment.console with type arguments of type TestListenerBuildItem Modifier and Type Method Description (package private) ConsoleInstalledBuildItemConsoleProcessor. setupConsole(TestConfig config, BuildProducer<TestListenerBuildItem> testListenerBuildItemBuildProducer, LaunchModeBuildItem launchModeBuildItem, ConsoleConfig consoleConfig)Installs the interactive console for continuous testing (and other usages) -
Uses of TestListenerBuildItem in io.quarkus.deployment.dev.testing
Methods in io.quarkus.deployment.dev.testing that return TestListenerBuildItem Modifier and Type Method Description (package private) TestListenerBuildItemTestTracingProcessor. sharedStateListener()Method parameters in io.quarkus.deployment.dev.testing with type arguments of type TestListenerBuildItem Modifier and Type Method Description (package private) voidTestTracingProcessor. startTesting(TestConfig config, LiveReloadBuildItem liveReloadBuildItem, LaunchModeBuildItem launchModeBuildItem, List<TestListenerBuildItem> testListenerBuildItems)
-