Uses of Class
net.thucydides.core.reports.TestOutcomes
| 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 |
-
Uses of TestOutcomes in net.thucydides.core.model
Constructors in net.thucydides.core.model with parameters of type TestOutcomes Constructor Description OutcomeCounter(TestType testType, TestOutcomes outcomes)ScenarioOutcomeCounter(TestType testType, TestOutcomes outcomes) -
Uses of TestOutcomes in net.thucydides.core.model.formatters
Constructors in net.thucydides.core.model.formatters with parameters of type TestOutcomes Constructor Description TestCoverageFormatter(TestOutcomes outcomes) -
Uses of TestOutcomes in net.thucydides.core.releases
Methods in net.thucydides.core.releases with parameters of type TestOutcomes Modifier and Type Method Description java.util.List<Release>ReleaseManager. getFlattenedReleasesFrom(TestOutcomes testOutcomes)java.lang.StringReleaseManager. getJSONReleasesFrom(TestOutcomes testOutcomes)java.util.List<Release>ReleaseManager. getReleasesFrom(TestOutcomes testOutcomes) -
Uses of TestOutcomes in net.thucydides.core.reports
Methods in net.thucydides.core.reports that return TestOutcomes Modifier and Type Method Description TestOutcomesTestOutcomes. filteredByEnvironmentTags()TestOutcomesTestOutcomes. forRequirement(Requirement requirement)TestOutcomesTestOutcomeLoader.TestOutcomeLoaderBuilder. from(java.io.File reportsDirectory)TestOutcomesUserStoryTestReporter. generateReportsForTestResultsFrom(java.io.File sourceDirectory)Generates a set of user story reports from a given directory.TestOutcomesTestOutcomes. getCompromisedTests()TestOutcomesTestOutcomes. getErrorTests()TestOutcomesTestOutcomes. getFailingTests()Find the failing test outcomes in this setTestOutcomesTestOutcomes. getPassingTests()Find the successful test outcomes in this setTestOutcomesTestOutcomes. getPendingTests()Find the pending or ignored test outcomes in this setTestOutcomesTestOutcomes. getRootOutcomes()TestOutcomesTestOutcomes. getUnsuccessfulTests()TestOutcomesTestOutcomes. havingResult(java.lang.String result)TestOutcomesTestOutcomes. havingResult(TestResult result)static TestOutcomesTestOutcomes. of(java.util.Collection<? extends TestOutcome> outcomes)TestOutcomesTestOutcomes. ofType(TestType testType)static TestOutcomesTestOutcomeLoader. testOutcomesIn(java.io.File reportsDirectory)TestOutcomesTestOutcomes. withCardNumber(java.lang.String issueCardNumber)TestOutcomesTestOutcomes. withErrorType(java.lang.String testFailureErrorType)TestOutcomesTestOutcomes. withLabel(java.lang.String label)static TestOutcomesTestOutcomes. withNoResults()TestOutcomesTestOutcomes. withRequirementsTags()TestOutcomesTestOutcomes. withResult(TestResult result)TestOutcomesTestOutcomes. withResultFilter(TestResult testResult)TestOutcomesTestOutcomes. withTag(java.lang.String tagName)Find the test outcomes with a given tag nameTestOutcomesTestOutcomes. withTag(TestTag tag)TestOutcomesTestOutcomes. withTags(java.util.Collection<TestTag> tags)TestOutcomesTestOutcomes. withTagType(java.lang.String tagType)Find the test outcomes with a given tag typeTestOutcomesTestOutcomes. withTagTypes(java.util.List<java.lang.String> tagTypes)Methods in net.thucydides.core.reports with parameters of type TestOutcomes Modifier and Type Method Description voidAcceptanceTestFullReporter. generateReportsFor(TestOutcomes testOutcomes)Generate reports for a given acceptance test run.Constructors in net.thucydides.core.reports with parameters of type TestOutcomes Constructor Description TestOutcomeMatcher(TestOutcomes outcomes)TestOutcomes(java.util.Collection<? extends TestOutcome> outcomes, double estimatedAverageStepCount, java.lang.String label, TestTag testTag, TestResult resultFilter, TestOutcomes rootOutcomes, EnvironmentVariables environmentVariables) -
Uses of TestOutcomes in net.thucydides.core.reports.csv
Methods in net.thucydides.core.reports.csv with parameters of type TestOutcomes Modifier and Type Method Description java.io.FileCSVReporter. generateReportFor(TestOutcomes testOutcomes, java.lang.String reportName) -
Uses of TestOutcomes in net.thucydides.core.reports.html
Methods in net.thucydides.core.reports.html with parameters of type TestOutcomes Modifier and Type Method Description static ResultCountsResultCounts. forOutcomesIn(TestOutcomes testOutcomes)Constructors in net.thucydides.core.reports.html with parameters of type TestOutcomes Constructor Description ResultCounts(TestOutcomes testOutcomes) -
Uses of TestOutcomes in net.thucydides.core.reports.junit
Methods in net.thucydides.core.reports.junit with parameters of type TestOutcomes Modifier and Type Method Description voidJUnitXMLOutcomeReporter. generateReportsFor(TestOutcomes testOutcomes) -
Uses of TestOutcomes in net.thucydides.core.requirements.reports
Methods in net.thucydides.core.requirements.reports that return TestOutcomes Modifier and Type Method Description TestOutcomesRequirementOutcome. getTestOutcomes()TestOutcomesRequirementsOutcomes. getTestOutcomes()TestOutcomesRequirementOutcome. getTests()Methods in net.thucydides.core.requirements.reports with parameters of type TestOutcomes Modifier and Type Method Description RequirementsOutcomesFileSystemRequirmentsOutcomeFactory. buildRequirementsOutcomesFrom(TestOutcomes testOutcomes)RequirementsOutcomesFileSystemRequirmentsOutcomeFactory. buildRequirementsOutcomesFrom(Requirement parentRequirement, TestOutcomes testOutcomes)RequirementsOutcomesMultipleSourceRequirmentsOutcomeFactory. buildRequirementsOutcomesFrom(TestOutcomes testOutcomes)RequirementsOutcomesMultipleSourceRequirmentsOutcomeFactory. buildRequirementsOutcomesFrom(Requirement parentRequirement, TestOutcomes testOutcomes)RequirementsOutcomesRequirementsOutcomeFactory. buildRequirementsOutcomesFrom(TestOutcomes testOutcomes)RequirementsOutcomesRequirementsOutcomeFactory. buildRequirementsOutcomesFrom(Requirement parentRequirement, TestOutcomes testOutcomes)static java.util.List<ScenarioOutcome>ScenarioOutcomes. from(TestOutcomes testOutcomes)RequirementOutcomeRequirementOutcome. withTestOutcomes(TestOutcomes testOutcomes)Constructors in net.thucydides.core.requirements.reports with parameters of type TestOutcomes Constructor Description AcceptanceCriteriaRequirmentCounter(TestOutcomes testOutcomes)ChildRequirementCounter(Requirement requirement, TestOutcomes testOutcomes)PercentageRequirementCounter(Requirement requirement, TestOutcomes testOutcomes)RequirementOutcome(Requirement requirement, TestOutcomes testOutcomes, long requirementsWithoutTests, long estimatedUnimplementedTests, IssueTracking issueTracking)RequirementOutcome(Requirement requirement, TestOutcomes testOutcomes, IssueTracking issueTracking)RequirementsOutcomes(java.util.List<Requirement> requirements, TestOutcomes testOutcomes, IssueTracking issueTracking, EnvironmentVariables environmentVariables, java.util.List<? extends RequirementsTagProvider> requirementsTagProviders, ReportNameProvider reportNameProvider, java.lang.String overview)RequirementsOutcomes(Requirement parentRequirement, java.util.List<Requirement> requirements, TestOutcomes testOutcomes, IssueTracking issueTracking, EnvironmentVariables environmentVariables, java.util.List<? extends RequirementsTagProvider> requirementsTagProviders, ReportNameProvider reportNameProvider, java.lang.String overview)RequirementsProportionCounter(TestType testType, TestOutcomes testOutcomes, long estimatedTotalTests)SubrequirementsCount(Requirement requirement, TestOutcomes testOutcomes)