Package ru.testit.models
Interface ResultWithSteps
-
- All Known Implementing Classes:
FixtureResult,StepResult,TestResult
public interface ResultWithStepsThe marker interface for model objects with steps.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<StepResult>getSteps()Gets steps.
-
-
-
Method Detail
-
getSteps
java.util.List<StepResult> getSteps()
Gets steps.- Returns:
- the steps
-
-