Interface LaunchResult


  • public interface LaunchResult
    Contains information about a run (via Launch) of a command line application. The class is meant to be used as a test method parameter giving the test the ability to assert various aspects of the run.
    • Method Detail

      • getOutput

        default String getOutput()
      • getErrorOutput

        default String getErrorOutput()
      • echoSystemOut

        default void echoSystemOut()
      • exitCode

        int exitCode()