| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.formatters | |
| net.thucydides.core.releases | |
| net.thucydides.core.reports |
Thucydides generates reports in HTML and XML by default.
|
| net.thucydides.core.reports.csv | |
| net.thucydides.core.reports.html | |
| net.thucydides.core.reports.junit | |
| net.thucydides.core.requirements.reports |
| Constructor and Description |
|---|
OutcomeCounter(TestType testType,
TestOutcomes outcomes) |
ScenarioOutcomeCounter(TestType testType,
TestOutcomes outcomes) |
| Constructor and Description |
|---|
TestCoverageFormatter(TestOutcomes outcomes) |
| Modifier and Type | Method and Description |
|---|---|
List<Release> |
ReleaseManager.getFlattenedReleasesFrom(TestOutcomes testOutcomes) |
String |
ReleaseManager.getJSONReleasesFrom(TestOutcomes testOutcomes) |
List<Release> |
ReleaseManager.getReleasesFrom(TestOutcomes testOutcomes) |
| Modifier and Type | Method and Description |
|---|---|
TestOutcomes |
TestOutcomes.filteredByEnvironmentTags() |
TestOutcomes |
TestOutcomes.forRequirement(Requirement requirement) |
TestOutcomes |
TestOutcomeLoader.TestOutcomeLoaderBuilder.from(File reportsDirectory) |
TestOutcomes |
UserStoryTestReporter.generateReportsForTestResultsFrom(File sourceDirectory)
Generates a set of user story reports from a given directory.
|
TestOutcomes |
TestOutcomes.getAbortedTests() |
TestOutcomes |
TestOutcomes.getCompromisedTests() |
TestOutcomes |
TestOutcomes.getErrorTests() |
TestOutcomes |
TestOutcomes.getFailingTests()
Find the failing test outcomes in this set
|
TestOutcomes |
TestOutcomes.getPassingTests()
Find the successful test outcomes in this set
|
TestOutcomes |
TestOutcomes.getPendingTests()
Find the pending or ignored test outcomes in this set
|
TestOutcomes |
TestOutcomes.getRootOutcomes() |
TestOutcomes |
TestOutcomes.getUnsuccessfulTests() |
TestOutcomes |
TestOutcomes.havingResult(String result) |
TestOutcomes |
TestOutcomes.havingResult(TestResult result) |
static TestOutcomes |
TestOutcomes.of(Collection<? extends TestOutcome> outcomes) |
TestOutcomes |
TestOutcomes.ofType(TestType testType) |
static TestOutcomes |
TestOutcomeLoader.testOutcomesIn(File reportsDirectory) |
TestOutcomes |
TestOutcomes.withCardNumber(String issueCardNumber) |
TestOutcomes |
TestOutcomes.withErrorType(String testFailureErrorType) |
TestOutcomes |
TestOutcomes.withLabel(String label) |
static TestOutcomes |
TestOutcomes.withNoResults() |
TestOutcomes |
TestOutcomes.withRequirementsTags() |
TestOutcomes |
TestOutcomes.withResult(TestResult result) |
TestOutcomes |
TestOutcomes.withResultFilter(TestResult testResult) |
TestOutcomes |
TestOutcomes.withTag(String tagName)
Find the test outcomes with a given tag name
|
TestOutcomes |
TestOutcomes.withTag(TestTag tag) |
TestOutcomes |
TestOutcomes.withTags(Collection<TestTag> tags) |
TestOutcomes |
TestOutcomes.withTagType(String tagType)
Find the test outcomes with a given tag type
|
TestOutcomes |
TestOutcomes.withTagTypes(List<String> tagTypes) |
| Modifier and Type | Method and Description |
|---|---|
TestResult |
ResultChecker.checkTestResults(TestOutcomes outcomes) |
void |
AcceptanceTestFullReporter.generateReportsFor(TestOutcomes testOutcomes)
Generate reports for a given acceptance test run.
|
| Constructor and Description |
|---|
TestOutcomeMatcher(TestOutcomes outcomes) |
TestOutcomes(Collection<? extends TestOutcome> outcomes,
double estimatedAverageStepCount,
String label,
TestTag testTag,
TestResult resultFilter,
TestOutcomes rootOutcomes,
EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
File |
CSVReporter.generateReportFor(TestOutcomes testOutcomes,
String reportName) |
| Modifier and Type | Method and Description |
|---|---|
static ResultCounts |
ResultCounts.forOutcomesIn(TestOutcomes testOutcomes) |
| Constructor and Description |
|---|
ResultCounts(TestOutcomes testOutcomes) |
| Modifier and Type | Method and Description |
|---|---|
void |
JUnitXMLOutcomeReporter.generateReportsFor(TestOutcomes testOutcomes) |
| Modifier and Type | Method and Description |
|---|---|
TestOutcomes |
RequirementOutcome.getTestOutcomes() |
TestOutcomes |
RequirementsOutcomes.getTestOutcomes() |
TestOutcomes |
RequirementOutcome.getTests() |
| Constructor and Description |
|---|
AcceptanceCriteriaRequirmentCounter(TestOutcomes testOutcomes) |
ChildRequirementCounter(Requirement requirement,
TestOutcomes testOutcomes) |
PercentageRequirementCounter(Requirement requirement,
TestOutcomes testOutcomes) |
RequirementOutcome(Requirement requirement,
TestOutcomes testOutcomes,
IssueTracking issueTracking) |
RequirementOutcome(Requirement requirement,
TestOutcomes testOutcomes,
long requirementsWithoutTests,
long estimatedUnimplementedTests,
IssueTracking issueTracking) |
RequirementsOutcomes(List<Requirement> requirements,
TestOutcomes testOutcomes,
IssueTracking issueTracking,
EnvironmentVariables environmentVariables,
List<? extends RequirementsTagProvider> requirementsTagProviders,
ReportNameProvider reportNameProvider,
String overview) |
RequirementsOutcomes(Requirement parentRequirement,
List<Requirement> requirements,
TestOutcomes testOutcomes,
IssueTracking issueTracking,
EnvironmentVariables environmentVariables,
List<? extends RequirementsTagProvider> requirementsTagProviders,
ReportNameProvider reportNameProvider,
String overview) |
RequirementsProportionCounter(TestType testType,
TestOutcomes testOutcomes,
long estimatedTotalTests) |
SubrequirementsCount(Requirement requirement,
TestOutcomes testOutcomes) |
Copyright © 2022. All rights reserved.