Uses of Class
net.thucydides.model.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.model.domain
Constructors in net.thucydides.model.domain with parameters of type TestOutcomesModifierConstructorDescriptionOutcomeCounter(TestType testType, TestOutcomes outcomes) ScenarioOutcomeCounter(TestType testType, TestOutcomes outcomes) -
Uses of TestOutcomes in net.thucydides.model.domain.formatters
Constructors in net.thucydides.model.domain.formatters with parameters of type TestOutcomes -
Uses of TestOutcomes in net.thucydides.model.releases
Methods in net.thucydides.model.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.model.reports
Methods in net.thucydides.model.reports that return TestOutcomesModifier and TypeMethodDescriptionTestOutcomes.directlyUnder(Requirement requirement) TestOutcomes.filteredByEnvironmentTags()TestOutcomes.forRequirement(Requirement requirement) UserStoryTestReporter.generateReportsForTestResultsFrom(File sourceDirectory) Generates a set of user story reports from a given directory.TestOutcomes.getAbortedTests()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 expectedResult) 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.model.reports with parameters of type TestOutcomesModifier and TypeMethodDescriptionResultChecker.checkTestResults(TestOutcomes outcomes) voidAcceptanceTestFullReporter.generateReportsFor(TestOutcomes testOutcomes) Generate reports for a given acceptance test run.Constructors in net.thucydides.model.reports with parameters of type TestOutcomesModifierConstructorDescriptionTestOutcomeMatcher(TestOutcomes outcomes) protectedTestOutcomes(Collection<? extends TestOutcome> outcomes, String label, TestTag testTag, TestResult resultFilter, TestOutcomes rootOutcomes, EnvironmentVariables environmentVariables) -
Uses of TestOutcomes in net.thucydides.model.reports.csv
Methods in net.thucydides.model.reports.csv with parameters of type TestOutcomesModifier and TypeMethodDescriptionCSVReporter.generateReportFor(TestOutcomes testOutcomes, String reportName) -
Uses of TestOutcomes in net.thucydides.model.reports.html
Methods in net.thucydides.model.reports.html that return TestOutcomesModifier and TypeMethodDescriptionstatic TestOutcomesTestOutcomesContext.getCurrentTestOutcomes()Methods in net.thucydides.model.reports.html with parameters of type TestOutcomesModifier and TypeMethodDescriptionstatic ResultCountsResultCounts.forOutcomesIn(TestOutcomes testOutcomes) static voidTestOutcomesContext.setTestOutcomes(TestOutcomes allTestOutcomes) static TagExclusionsTagExclusions.usingEnvironment(EnvironmentVariables environmentVariables, TestOutcomes testOutcomes) Constructors in net.thucydides.model.reports.html with parameters of type TestOutcomesModifierConstructorDescriptionResultCounts(TestOutcomes testOutcomes) TagExclusions(EnvironmentVariables environmentVariables, TestOutcomes testOutcomes) -
Uses of TestOutcomes in net.thucydides.model.reports.junit
Methods in net.thucydides.model.reports.junit with parameters of type TestOutcomesModifier and TypeMethodDescriptionvoidJUnitXMLOutcomeReporter.generateReportsFor(TestOutcomes testOutcomes) -
Uses of TestOutcomes in net.thucydides.model.requirements.reports
Methods in net.thucydides.model.requirements.reports that return TestOutcomesModifier and TypeMethodDescriptionRequirementOutcome.getTestOutcomes()RequirementsOutcomes.getTestOutcomes()RequirementOutcome.getTests()Methods in net.thucydides.model.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, RequirementsService requirements) RequirementOutcome.withTestOutcomes(TestOutcomes testOutcomes) Constructors in net.thucydides.model.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)