Package io.quarkus.maven.it
Class RunAndCheckWithAgentMojoTestBase
java.lang.Object
io.quarkus.maven.it.MojoTestBase
io.quarkus.maven.it.RunAndCheckWithAgentMojoTestBase
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Fileprotected io.quarkus.test.devmode.util.DevModeClientprotected RunningInvokerprotected File -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()protected voidprotected voidrunAndCheckModule(String module) Methods inherited from class io.quarkus.maven.it.MojoTestBase
assertThatOutputWorksCorrectly, disableDevToolsTestConfig, enableDevToolsTestConfig, enableDevToolsTestConfig, filter, getEnv, getFilesEndingWith, getTargetDir, initEmptyProject, initInvoker, initProject, initProject, loadPom, passUserSettings
-
Field Details
-
runningAgent
-
agentDir
-
testDir
-
devModeClient
protected io.quarkus.test.devmode.util.DevModeClient devModeClient
-
-
Constructor Details
-
RunAndCheckWithAgentMojoTestBase
public RunAndCheckWithAgentMojoTestBase()
-
-
Method Details
-
cleanup
- Throws:
IOException
-
runAndCheck
protected void runAndCheck() throws FileNotFoundException, org.apache.maven.shared.invoker.MavenInvocationException- Throws:
FileNotFoundExceptionorg.apache.maven.shared.invoker.MavenInvocationException
-
runAndCheckModule
-