Uses of Class
io.quarkus.deployment.dev.testing.TestConfig
-
Packages that use TestConfig Package Description io.quarkus.deployment.console io.quarkus.deployment.dev.testing -
-
Uses of TestConfig in io.quarkus.deployment.console
Methods in io.quarkus.deployment.console with parameters of type TestConfig Modifier and Type Method Description static voidConsoleHelper. installConsole(TestConfig config, ConsoleConfig consoleConfig, ConsoleRuntimeConfig consoleRuntimeConfig, ConsoleConfig logConfig, boolean test)(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 TestConfig in io.quarkus.deployment.dev.testing
Methods in io.quarkus.deployment.dev.testing that return TestConfig Modifier and Type Method Description TestConfigTestSupport. getConfig()Methods in io.quarkus.deployment.dev.testing with parameters of type TestConfig Modifier and Type Method Description voidTestSupport. setConfig(TestConfig config)(package private) voidTestTracingProcessor. startTesting(TestConfig config, LiveReloadBuildItem liveReloadBuildItem, LaunchModeBuildItem launchModeBuildItem, List<TestListenerBuildItem> testListenerBuildItems)
-