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()Constructors in io.quarkus.deployment.dev.testing with parameters of type TestSupport Constructor Description TestRunner(TestSupport testSupport, DevModeContext devModeContext, CuratedApplication testApplication)
-