public class RequirementOutcome.OutcomeCounter extends TestOutcomeCounter
testType| Constructor and Description |
|---|
OutcomeCounter(TestType testType) |
| Modifier and Type | Method and Description |
|---|---|
int |
withAnyResult() |
int |
withFailureOrError() |
int |
withIndeterminateResult() |
int |
withResult(String expectedResult) |
int |
withResult(TestResult expectedResult) |
public OutcomeCounter(TestType testType)
public int withResult(String expectedResult)
public int withResult(TestResult expectedResult)
public int withIndeterminateResult()
public int withFailureOrError()
public int withAnyResult()
Copyright © 2022. All rights reserved.