Uses of Class
io.quarkus.deployment.dev.testing.TestSupport
Packages that use TestSupport
-
Uses of TestSupport in io.quarkus.deployment.dev
Methods in io.quarkus.deployment.dev that return TestSupportConstructors in io.quarkus.deployment.dev with parameters of type TestSupportModifierConstructorDescriptionRuntimeUpdatesProcessor(Path applicationRoot, DevModeContext context, QuarkusCompiler compiler, io.quarkus.dev.spi.DevModeType devModeType, BiConsumer<Set<String>, ClassScanResult> restartCallback, BiConsumer<DevModeContext.ModuleInfo, String> copyResourceNotification, BiFunction<String, byte[], byte[]> classTransformers, TestSupport testSupport, AtomicReference<Throwable> deploymentProblem) -
Uses of TestSupport in io.quarkus.deployment.dev.testing
Methods in io.quarkus.deployment.dev.testing that return TestSupportModifier and TypeMethodDescriptionTestSupport.setConfiguredDisplayTestOutput(boolean displayTestOutput) TestSupport.setTestType(TestType testType) Methods in io.quarkus.deployment.dev.testing that return types with arguments of type TestSupportMethods in io.quarkus.deployment.dev.testing with parameters of type TestSupportModifier and TypeMethodDescriptionprotected 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 TestSupportModifierConstructorDescriptionModuleTestRunner(TestSupport testSupport, io.quarkus.bootstrap.app.CuratedApplication testApplication, DevModeContext.ModuleInfo moduleInfo)