Uses of Class
io.quarkus.deployment.dev.testing.TestSupport
-
Packages that use TestSupport Package Description io.quarkus.deployment.dev io.quarkus.deployment.dev.testing -
-
Uses of TestSupport in io.quarkus.deployment.dev
Methods in io.quarkus.deployment.dev that return TestSupport Modifier and Type Method Description TestSupportRuntimeUpdatesProcessor. getTestSupport()Constructors in io.quarkus.deployment.dev with parameters of type TestSupport Constructor Description RuntimeUpdatesProcessor(Path applicationRoot, DevModeContext context, QuarkusCompiler compiler, DevModeType devModeType, BiConsumer<Set<String>,ClassScanResult> restartCallback, BiConsumer<DevModeContext.ModuleInfo,String> copyResourceNotification, BiFunction<String,byte[],byte[]> classTransformers, TestSupport testSupport) -
Uses of TestSupport in io.quarkus.deployment.dev.testing
Methods in io.quarkus.deployment.dev.testing that return TestSupport Modifier and Type Method Description TestSupportTestSupport. setConfiguredDisplayTestOutput(boolean displayTestOutput)TestSupportTestSupport. setTestType(TestType testType)Methods in io.quarkus.deployment.dev.testing that return types with arguments of type TestSupport Modifier and Type Method Description static Optional<TestSupport>TestSupport. instance()Methods in io.quarkus.deployment.dev.testing with parameters of type TestSupport Modifier and Type Method Description protected voidTestTracingProcessor.ExcludePatternCommand. configure(TestSupport testSupport)protected voidTestTracingProcessor.ExcludeTagsCommand. configure(TestSupport testSupport)protected voidTestTracingProcessor.IncludePatternCommand. configure(TestSupport testSupport)protected voidTestTracingProcessor.IncludeTagsCommand. configure(TestSupport testSupport)protected abstract voidTestTracingProcessor.TestSelectionCommand. configure(TestSupport testSupport)Constructors in io.quarkus.deployment.dev.testing with parameters of type TestSupport Constructor Description ModuleTestRunner(TestSupport testSupport, CuratedApplication testApplication, DevModeContext.ModuleInfo moduleInfo)
-