Interface ResultWithSteps

All Known Implementing Classes:
FixtureResult, StepResult, TestResult

public interface ResultWithSteps
The marker interface for model objects with steps.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets steps.
  • Method Details

    • getSteps

      List<StepResult> getSteps()
      Gets steps.
      Returns:
      the steps