public class OutcomeCounter extends TestOutcomeCounter
testType
Constructor and Description |
---|
OutcomeCounter(TestType testType,
TestOutcomes outcomes) |
Modifier and Type | Method and Description |
---|---|
int |
getTotal() |
int |
withAnyResult() |
int |
withFailureOrError() |
int |
withIndeterminateResult() |
int |
withResult(String expectedResult) |
int |
withResult(TestResult expectedResult) |
public OutcomeCounter(TestType testType, TestOutcomes outcomes)
public int withResult(String expectedResult)
public int withResult(TestResult expectedResult)
public int getTotal()
public int withIndeterminateResult()
public int withFailureOrError()
public int withAnyResult()
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.