Uses of Class
net.thucydides.core.reports.TestOutcomes
Packages that use TestOutcomes
Package
Description
The Thucydides domain model, which represents acceptance test runs.
Thucydides generates reports in HTML and XML by default.
-
Uses of TestOutcomes in net.thucydides.core.model
Constructors in net.thucydides.core.model with parameters of type TestOutcomesModifierConstructorDescriptionOutcomeCounter(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 -
Uses of TestOutcomes in net.thucydides.core.releases
Methods in net.thucydides.core.releases with parameters of type TestOutcomesModifier and TypeMethodDescriptionReleaseManager.getFlattenedReleasesFrom(TestOutcomes testOutcomes) ReleaseManager.getJSONReleasesFrom(TestOutcomes testOutcomes) ReleaseManager.getReleasesFrom(TestOutcomes testOutcomes) -
Uses of TestOutcomes in net.thucydides.core.reports
Methods in net.thucydides.core.reports that return TestOutcomesModifier and TypeMethodDescriptionTestOutcomes.filteredByEnvironmentTags()TestOutcomes.forRequirement(Requirement requirement) UserStoryTestReporter.generateReportsForTestResultsFrom(File sourceDirectory) Generates a set of user story reports from a given directory.TestOutcomes.getCompromisedTests()TestOutcomes.getErrorTests()TestOutcomes.getFailingTests()Find the failing test outcomes in this setTestOutcomes.getPassingTests()Find the successful test outcomes in this setTestOutcomes.getPendingTests()Find the pending or ignored test outcomes in this setTestOutcomes.getRootOutcomes()TestOutcomes.getUnsuccessfulTests()TestOutcomes.havingResult(String result) TestOutcomes.havingResult(TestResult result) static TestOutcomesTestOutcomes.of(Collection<? extends TestOutcome> outcomes) static TestOutcomesTestOutcomeLoader.testOutcomesIn(File reportsDirectory) TestOutcomes.withCardNumber(String issueCardNumber) TestOutcomes.withErrorType(String testFailureErrorType) static TestOutcomesTestOutcomes.withNoResults()TestOutcomes.withRequirementsTags()TestOutcomes.withResult(TestResult result) TestOutcomes.withResultFilter(TestResult testResult) Find the test outcomes with a given tag nameTestOutcomes.withTags(Collection<TestTag> tags) TestOutcomes.withTagType(String tagType) Find the test outcomes with a given tag typeTestOutcomes.withTagTypes(List<String> tagTypes) Methods in net.thucydides.core.reports with parameters of type TestOutcomesModifier and TypeMethodDescriptionvoidAcceptanceTestFullReporter.generateReportsFor(TestOutcomes testOutcomes) Generate reports for a given acceptance test run.Constructors in net.thucydides.core.reports with parameters of type TestOutcomesModifierConstructorDescriptionTestOutcomeMatcher(TestOutcomes outcomes) protectedTestOutcomes(Collection<? extends TestOutcome> outcomes, double estimatedAverageStepCount, 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 TestOutcomesModifier and TypeMethodDescriptionCSVReporter.generateReportFor(TestOutcomes testOutcomes, String reportName) -
Uses of TestOutcomes in net.thucydides.core.reports.html
Methods in net.thucydides.core.reports.html with parameters of type TestOutcomesModifier and TypeMethodDescriptionstatic ResultCountsResultCounts.forOutcomesIn(TestOutcomes testOutcomes) Constructors in net.thucydides.core.reports.html with parameters of type TestOutcomes -
Uses of TestOutcomes in net.thucydides.core.reports.junit
Methods in net.thucydides.core.reports.junit with parameters of type TestOutcomesModifier and TypeMethodDescriptionvoidJUnitXMLOutcomeReporter.generateReportsFor(TestOutcomes testOutcomes) -
Uses of TestOutcomes in net.thucydides.core.requirements.reports
Methods in net.thucydides.core.requirements.reports that return TestOutcomesModifier and TypeMethodDescriptionRequirementOutcome.getTestOutcomes()RequirementsOutcomes.getTestOutcomes()RequirementOutcome.getTests()Methods in net.thucydides.core.requirements.reports with parameters of type TestOutcomesModifier and TypeMethodDescriptionFileSystemRequirmentsOutcomeFactory.buildRequirementsOutcomesFrom(TestOutcomes testOutcomes) FileSystemRequirmentsOutcomeFactory.buildRequirementsOutcomesFrom(Requirement parentRequirement, TestOutcomes testOutcomes) MultipleSourceRequirmentsOutcomeFactory.buildRequirementsOutcomesFrom(TestOutcomes testOutcomes) MultipleSourceRequirmentsOutcomeFactory.buildRequirementsOutcomesFrom(Requirement parentRequirement, TestOutcomes testOutcomes) RequirementsOutcomeFactory.buildRequirementsOutcomesFrom(TestOutcomes testOutcomes) RequirementsOutcomeFactory.buildRequirementsOutcomesFrom(Requirement parentRequirement, TestOutcomes testOutcomes) static List<ScenarioOutcome>ScenarioOutcomes.from(TestOutcomes testOutcomes) RequirementOutcome.withTestOutcomes(TestOutcomes testOutcomes) Constructors in net.thucydides.core.requirements.reports with parameters of type TestOutcomesModifierConstructorDescriptionAcceptanceCriteriaRequirmentCounter(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(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)