Uses of Class
io.quarkus.test.QuarkusDevModeTest
Packages that use QuarkusDevModeTest
-
Uses of QuarkusDevModeTest in io.quarkus.test
Methods in io.quarkus.test that return QuarkusDevModeTestModifier and TypeMethodDescriptionQuarkusDevModeTest.setAllowFailedStart(boolean allowFailedStart) QuarkusDevModeTest.setArchiveProducer(Supplier<org.jboss.shrinkwrap.api.spec.JavaArchive> archiveProducer) QuarkusDevModeTest.setBuildSystemProperty(String name, String value) QuarkusDevModeTest.setCodeGenSources(String... codeGenSources) QuarkusDevModeTest.setCommandLineArgs(String[] commandLineArgs) QuarkusDevModeTest.setLogFileName(String logFileName) Deprecated, for removal: This API element is subject to removal in a future version.QuarkusDevModeTest.setLogRecordPredicate(Predicate<LogRecord> predicate) QuarkusDevModeTest.setTestArchiveProducer(Supplier<org.jboss.shrinkwrap.api.spec.JavaArchive> testArchiveProducer) QuarkusDevModeTest.withApplicationRoot(Consumer<org.jboss.shrinkwrap.api.spec.JavaArchive> applicationRootConsumer) Customize the application root.QuarkusDevModeTest.withEmptyApplication()Use an empty application for the testQuarkusDevModeTest.withTestArchive(Consumer<org.jboss.shrinkwrap.api.spec.JavaArchive> testArchiveConsumer) Customize the application root.