Interface TestOutputDescriptor

All Superinterfaces:
OperationDescriptor

public interface TestOutputDescriptor extends OperationDescriptor
Describes a test output operation.
Since:
6.0
  • Method Details

    • getDestination

      Destination getDestination()
      Describes whether the content was printed to the standard output or the standard error.
    • getMessage

      String getMessage()
      The text printed by the test.