Interface WithSteps

All Known Subinterfaces:
ExecutableItem
All Known Implementing Classes:
FixtureResult, StepResult, TestResult

public interface WithSteps
The marker interface for model objects with steps.
Since:
2.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets steps.
  • Method Details

    • getSteps

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