Package net.thucydides.core.model
Class ScenarioOutcomeCounter
java.lang.Object
net.thucydides.core.reports.TestOutcomeCounter
net.thucydides.core.model.ScenarioOutcomeCounter
public class ScenarioOutcomeCounter extends TestOutcomeCounter
-
Field Summary
Fields inherited from class net.thucydides.core.reports.TestOutcomeCounter
testType -
Constructor Summary
Constructors Constructor Description ScenarioOutcomeCounter(TestType testType, TestOutcomes outcomes) -
Method Summary
Modifier and Type Method Description intgetTotal()intwithAnyResult()intwithCompromisedResults()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
-
ScenarioOutcomeCounter
-
-
Method Details
-
withResult
public int withResult(java.lang.String expectedResult) -
withResult
-
getTotal
public int getTotal() -
withIndeterminateResult
public int withIndeterminateResult() -
withFailureOrError
public int withFailureOrError() -
withCompromisedResults
public int withCompromisedResults() -
withAnyResult
public int withAnyResult()
-