Class RunAndCheckWithAgentMojoTestBase

java.lang.Object
io.quarkus.maven.it.MojoTestBase
io.quarkus.maven.it.RunAndCheckWithAgentMojoTestBase

public class RunAndCheckWithAgentMojoTestBase extends MojoTestBase
  • Field Details

    • runningAgent

      protected RunningInvoker runningAgent
    • agentDir

      protected File agentDir
    • testDir

      protected File testDir
    • devModeClient

      protected io.quarkus.test.devmode.util.DevModeClient devModeClient
  • Constructor Details

    • RunAndCheckWithAgentMojoTestBase

      public RunAndCheckWithAgentMojoTestBase()
  • Method Details

    • cleanup

      @AfterEach public void cleanup() throws IOException
      Throws:
      IOException
    • runAndCheck

      protected void runAndCheck() throws FileNotFoundException, org.apache.maven.shared.invoker.MavenInvocationException
      Throws:
      FileNotFoundException
      org.apache.maven.shared.invoker.MavenInvocationException
    • runAndCheckModule

      protected void runAndCheckModule(String module)