| 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.history | |
| net.thucydides.core.reports.html |
XML Report generation.
|
| net.thucydides.core.reports.json | |
| net.thucydides.core.reports.xml |
XML Report generation.
|
| net.thucydides.core.requirements.reports |
| Constructor and Description |
|---|
OutcomeCounter(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.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.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.havingResult(String result) |
TestOutcomes |
TestOutcomes.havingResult(TestResult result) |
static TestOutcomes |
TestOutcomes.of(List<? extends TestOutcome> outcomes) |
TestOutcomes |
TestOutcomes.ofType(TestType testType) |
static TestOutcomes |
TestOutcomeLoader.testOutcomesIn(File reportsDirectory) |
TestOutcomes |
TestOutcomes.withHistory()
Return a copy of the current test outcomes, with test run history and statistics.
|
TestOutcomes |
TestOutcomes.withLabel(String label) |
static TestOutcomes |
TestOutcomes.withNoResults() |
TestOutcomes |
TestOutcomes.withRequirementsTags() |
TestOutcomes |
TestOutcomes.withTag(String tagName)
Find the test outcomes with a given tag name
|
TestOutcomes |
TestOutcomes.withTag(TestTag tag) |
TestOutcomes |
TestOutcomes.withTags(List<TestTag> tags) |
TestOutcomes |
TestOutcomes.withTagType(String tagType)
Find the test outcomes with a given tag type
|
| Modifier and Type | Method and Description |
|---|---|
File |
AcceptanceTestReporter.generateReportFor(TestOutcome testOutcome,
TestOutcomes allTestOutcomes)
Generate reports for a given acceptance test run.
|
| Constructor and Description |
|---|
TestOutcomes.TestOutcomeMatcher(TestOutcomes outcomes) |
TestOutcomes(List<? extends TestOutcome> outcomes,
double estimatedAverageStepCount,
String label,
TestOutcomes rootOutcomes,
EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
File |
CSVReporter.generateReportFor(TestOutcomes testOutcomes,
String reportName) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestHistory.updateData(TestOutcomes testOutcomes) |
| Modifier and Type | Method and Description |
|---|---|
TestOutcomes |
HtmlAggregateStoryReporter.generateReportsForTestResultsFrom(File sourceDirectory) |
| Modifier and Type | Method and Description |
|---|---|
File |
HtmlRequirementsReporter.generateReportFor(RequirementsOutcomes requirementsOutcomes,
TestOutcomes testOutcomes,
String filename) |
File |
HtmlProgressReporter.generateReportFor(RequirementsOutcomes requirementsOutcomes,
TestOutcomes testOutcomes,
String filename) |
File |
HtmlAcceptanceTestReporter.generateReportFor(TestOutcome testOutcome,
TestOutcomes allTestOutcomes)
Generate an HTML report for a given test run.
|
void |
HtmlAggregateStoryReporter.generateReportsForTestResultsIn(TestOutcomes testOutcomes) |
protected String |
HtmlReporter.timestampFrom(TestOutcomes rootOutcomes) |
| Modifier and Type | Method and Description |
|---|---|
File |
JSONTestOutcomeReporter.generateReportFor(TestOutcome testOutcome,
TestOutcomes allTestOutcomes) |
| Modifier and Type | Method and Description |
|---|---|
File |
XMLTestOutcomeReporter.generateReportFor(TestOutcome testOutcome,
TestOutcomes allTestOutcomes)
Generate an XML report for a given test run.
|
| Modifier and Type | Method and Description |
|---|---|
TestOutcomes |
RequirementsOutcomes.getTestOutcomes() |
TestOutcomes |
RequirementOutcome.getTestOutcomes() |
TestOutcomes |
RequirementOutcome.getTests() |
| Modifier and Type | Method and Description |
|---|---|
RequirementsOutcomes |
RequirmentsOutcomeFactory.buildRequirementsOutcomesFrom(Requirement parentRequirement,
TestOutcomes testOutcomes) |
RequirementsOutcomes |
RequirmentsOutcomeFactory.buildRequirementsOutcomesFrom(TestOutcomes testOutcomes) |
RequirementOutcome |
RequirementOutcome.withTestOutcomes(TestOutcomes testOutcomes) |
| Constructor and Description |
|---|
RequirementOutcome(Requirement requirement,
TestOutcomes testOutcomes,
int requirementsWithoutTests,
int estimatedUnimplementedTests,
IssueTracking issueTracking) |
RequirementOutcome(Requirement requirement,
TestOutcomes testOutcomes,
IssueTracking issueTracking) |
RequirementsOutcomes(List<Requirement> requirements,
TestOutcomes testOutcomes,
IssueTracking issueTracking,
EnvironmentVariables environmentVariables,
List<RequirementsTagProvider> requirementsTagProviders) |
RequirementsOutcomes(Requirement parentRequirement,
List<Requirement> requirements,
TestOutcomes testOutcomes,
IssueTracking issueTracking,
EnvironmentVariables environmentVariables,
List<RequirementsTagProvider> requirementsTagProviders) |
RequirementsProportionCounter(TestType testType,
TestOutcomes testOutcomes,
int estimatedTotalTests) |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.