StepResult.passed constructor

StepResult.passed()

Creates a successful result indicating the step ran perfectly.

Implementation

StepResult.passed()
  : status = StepStatus.passed,
    errorMessage = null,
    stackTrace = null;