| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.formatters | |
| net.thucydides.core.reports |
Thucydides generates reports in HTML and XML by default.
|
| net.thucydides.core.requirements.reports |
| Modifier and Type | Method and Description |
|---|---|
static TestType |
TestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestType[] |
TestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TestOutcome.countNestedStepsWithResult(TestResult expectedResult,
TestType testType) |
int |
TestOutcome.countResults(TestResult expectedResult,
TestType expectedType) |
boolean |
TestOutcome.typeCompatibleWith(TestType testType) |
| Constructor and Description |
|---|
OutcomeCounter(TestType testType,
TestOutcomes outcomes) |
ScenarioOutcomeCounter(TestType testType,
TestOutcomes outcomes) |
| Modifier and Type | Method and Description |
|---|---|
TestCoverageFormatter.FormattedPercentageStepCoverage |
TestCoverageFormatter.percentSteps(TestType testType) |
TestCoverageFormatter.FormattedPercentageCoverage |
TestCoverageFormatter.percentTests(TestType testType) |
| Constructor and Description |
|---|
FormattedCoverage(TestType testType) |
FormattedPercentageCoverage(TestType testType) |
FormattedPercentageStepCoverage(TestType testType) |
| Modifier and Type | Field and Description |
|---|---|
protected TestType |
TestOutcomeCounter.testType |
| Modifier and Type | Method and Description |
|---|---|
OutcomeCounter |
TestOutcomes.count(TestType testType) |
protected int |
TestOutcomes.countTestsWithResult(TestResult expectedResult,
TestType testType) |
TestCoverageFormatter.FormattedPercentageCoverage |
TestOutcomes.getFormattedPercentage(TestType testType) |
TestOutcomes |
TestOutcomes.ofType(TestType testType) |
TestOutcomes.OutcomeProportionStepCounter |
TestOutcomes.proportionalStepsOf(TestType testType) |
TestOutcomes.OutcomeProportionCounter |
TestOutcomes.proportionOf(TestType testType) |
| Constructor and Description |
|---|
OutcomeProportionCounter(TestType testType) |
OutcomeProportionStepCounter(TestType testType) |
TestOutcomeCounter(TestType testType) |
| Modifier and Type | Method and Description |
|---|---|
RequirementOutcome.OutcomeCounter |
RequirementOutcome.count(TestType testType) |
OutcomeCounter |
RequirementsOutcomes.count(TestType testType) |
RequirementsPercentageFormatter |
RequirementOutcome.getFormattedPercentage(TestType testType) |
RequirementsPercentageFormatter |
RequirementsOutcomes.getFormattedPercentage(TestType testType) |
RequirementsProportionCounter |
RequirementOutcome.percentage(TestType testType) |
RequirementsProportionCounter |
RequirementsOutcomes.proportionOf(TestType testType) |
| Constructor and Description |
|---|
OutcomeCounter(TestType testType) |
RequirementsProportionCounter(TestType testType,
TestOutcomes testOutcomes,
long estimatedTotalTests) |
Copyright © 2022. All rights reserved.