Interface TestCaseResult
-
- All Superinterfaces:
java.lang.Iterable<TestResult>
,TestResult
public interface TestCaseResult extends TestResult
A Test Case Result is the parent result element of zero or multipleTestStepResult
s and the child of exactly oneTestModuleResult
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<TestStepResult>
testStepResults()
Return the Test Case Results-
Methods inherited from interface de.interactive_instruments.etf.client.TestResult
description, duration, label, resultStatus, startDate, type
-
-
-
-
Method Detail
-
testStepResults
java.util.Collection<TestStepResult> testStepResults()
Return the Test Case Results- Returns:
- TestCaseResult
-
-