Interface Messages.TestStepFinished.TestStepResultOrBuilder

    • Method Detail

      • getStatusValue

        int getStatusValue()
        .io.cucumber.messages.TestStepFinished.TestStepResult.Status status = 1;
      • getMessage

        String getMessage()
        string message = 2;
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        string message = 2;
      • hasDuration

        boolean hasDuration()
        .io.cucumber.messages.Duration duration = 3;
      • getDuration

        Messages.Duration getDuration()
        .io.cucumber.messages.Duration duration = 3;
      • getWillBeRetried

        boolean getWillBeRetried()
        bool will_be_retried = 4;