Class TestRunner

java.lang.Object
dev.enola.common.exec.vorburger.TestRunner
All Implemented Interfaces:
Runner

public class TestRunner extends Object implements Runner
  • Field Details

    • output

      public final String output
    • expectNonZeroExitCode

      public Boolean expectNonZeroExitCode
    • dir

      public Path dir
    • command

      public List<String> command
    • timeout

      public Duration timeout
  • Constructor Details

    • TestRunner

      public TestRunner(int exitCode, String output)
    • TestRunner

      public TestRunner(Exception e)
  • Method Details