Interface Messages.TestStepFinishedOrBuilder

    • Method Detail

      • hasTestStepResult

        boolean hasTestStepResult()
        .io.cucumber.messages.TestStepFinished.TestStepResult test_step_result = 1;
      • hasTimestamp

        boolean hasTimestamp()
        .io.cucumber.messages.Timestamp timestamp = 2;
      • getTimestamp

        Messages.Timestamp getTimestamp()
        .io.cucumber.messages.Timestamp timestamp = 2;
      • getTestStepId

        String getTestStepId()
        string test_step_id = 3;
      • getTestStepIdBytes

        com.google.protobuf.ByteString getTestStepIdBytes()
        string test_step_id = 3;
      • getTestCaseStartedId

        String getTestCaseStartedId()
        string test_case_started_id = 4;
      • getTestCaseStartedIdBytes

        com.google.protobuf.ByteString getTestCaseStartedIdBytes()
        string test_case_started_id = 4;