Class RequirementOutcome.OutcomeCounter
java.lang.Object
net.thucydides.core.reports.TestOutcomeCounter
net.thucydides.core.requirements.reports.RequirementOutcome.OutcomeCounter
- Enclosing class:
- RequirementOutcome
public class RequirementOutcome.OutcomeCounter extends TestOutcomeCounter
-
Field Summary
Fields inherited from class net.thucydides.core.reports.TestOutcomeCounter
testType -
Constructor Summary
Constructors Constructor Description OutcomeCounter(TestType testType) -
Method Summary
Modifier and Type Method Description intwithAnyResult()intwithFailureOrError()intwithIndeterminateResult()intwithResult(java.lang.String expectedResult)intwithResult(TestResult expectedResult)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OutcomeCounter
-
-
Method Details
-
withResult
public int withResult(java.lang.String expectedResult) -
withResult
-
withIndeterminateResult
public int withIndeterminateResult() -
withFailureOrError
public int withFailureOrError() -
withAnyResult
public int withAnyResult()
-