Uses of Class
net.thucydides.core.model.TestOutcome
-
Uses of TestOutcome in net.serenitybdd.core.history
Methods in net.serenitybdd.core.history with parameters of type TestOutcome Modifier and Type Method Description static PreviousTestOutcomePreviousTestOutcome. from(TestOutcome testOutcome)java.util.Set<? extends Flag>HistoricalFlagProvider. getFlagsFor(TestOutcome testOutcome) -
Uses of TestOutcome in net.serenitybdd.core.model
Constructors in net.serenitybdd.core.model with parameters of type TestOutcome Constructor Description FailureDetails(TestOutcome testOutcome) -
Uses of TestOutcome in net.thucydides.core.logging
Methods in net.thucydides.core.logging with parameters of type TestOutcome Modifier and Type Method Description voidConsoleLoggingListener. testFailed(TestOutcome testOutcome, java.lang.Throwable cause)voidConsoleLoggingListener. testFinished(TestOutcome result)voidConsoleLoggingListener. testFinished(TestOutcome result, boolean isInDataDrivenTest) -
Uses of TestOutcome in net.thucydides.core.matchers
Methods in net.thucydides.core.matchers that return types with arguments of type TestOutcome Modifier and Type Method Description static org.hamcrest.Matcher<TestOutcome>PublicThucydidesMatchers. containsResults(TestResult... testResults)Methods in net.thucydides.core.matchers with parameters of type TestOutcome Modifier and Type Method Description booleanTestOutcomeResultsMatcher. matchesSafely(TestOutcome testOutcome) -
Uses of TestOutcome in net.thucydides.core.model
Methods in net.thucydides.core.model that return TestOutcome Modifier and Type Method Description TestOutcomeTestOutcome. addVersion(java.lang.String version)TestOutcomeTestOutcome. addVersions(java.util.List<java.lang.String> versions)TestOutcomeTestOutcome. copy()TestOutcomeTestOutcome. forProject(java.lang.String project)static TestOutcomeTestOutcome. forTest(java.lang.String methodName, java.lang.Class<?> testCase)Create a new test outcome instance for a given test class or user story.static TestOutcomeTestOutcome. forTestInStory(java.lang.String testName, java.lang.Class<?> testCase, Story story)static TestOutcomeTestOutcome. forTestInStory(java.lang.String testName, Story story)TestOutcomeTestOutcome. fromStep(int index)TestOutcomeTestOutcome. inTestRunTimestamped(java.time.ZonedDateTime testRunTimestamp)TestOutcomeTestOutcome. recordChildSteps(java.util.List<TestStep> steps)TestOutcomeTestOutcome. recordStep(TestStep step)Add a test step to this acceptance test.TestOutcomeTestOutcome. recordSteps(java.util.List<TestStep> steps)TestOutcomeTestOutcome. setToManual()TestOutcomeTestOutcome. usingIssueTracking(IssueTracking issueTracking)TestOutcomeTestOutcome. withDataRowsfilteredbyTag(TestTag tag)TestOutcomeTestOutcome. withDataRowsfilteredbyTagsFrom(java.util.Collection<TestTag> filterTags)protected TestOutcomeTestOutcome. withFlagProvider(FlagProvider flagProvider)Set the current flag provider; only used for testing purposes.TestOutcomeTestOutcome. withId(java.lang.String id)TestOutcomeTestOutcome. withIssues(java.util.List<java.lang.String> issues)TestOutcomeTestOutcome. withMethodName(java.lang.String methodName)TestOutcomeTestOutcome. withQualifier(java.lang.String qualifier)TestOutcomeTestOutcome. withResult(TestResult annotatedResult)TestOutcomeTestOutcome. withSteps(java.util.List<TestStep> childSteps)TestOutcomeTestOutcome. withTags(java.util.Set<TestTag> tags)TestOutcomeTestOutcome. withTestSource(java.lang.String testSource)Methods in net.thucydides.core.model with parameters of type TestOutcome Modifier and Type Method Description static java.lang.StringBadgeBackground. forOutcome(TestOutcome outcome)static java.lang.StringContextIcon. forOutcome(TestOutcome testOutcome)java.lang.StringReportNamer. getNormalizedTestNameFor(TestOutcome testOutcome)Return a filesystem-friendly version of the test case name.java.lang.StringReportNamer. getSimpleTestNameFor(TestOutcome testOutcome)Return a filesystem-friendly version of the test case name.Constructors in net.thucydides.core.model with parameters of type TestOutcome Constructor Description OptionalElements(TestOutcome testOutcome)TestOutcomeSummary(TestOutcome testOutcome)TestOutcomeSummary(TestOutcome testOutcome, java.nio.file.Path testReportLink)TitleBuilder(TestOutcome testOutcome, IssueTracking issueTracking, EnvironmentVariables environmentVariables, boolean qualified)TitleBuilder(TestOutcome testOutcome, IssueTracking issueTracking, EnvironmentVariables environmentVariables, boolean qualified, boolean showContext) -
Uses of TestOutcome in net.thucydides.core.model.flags
Methods in net.thucydides.core.model.flags with parameters of type TestOutcome Modifier and Type Method Description java.util.Set<? extends Flag>FlagProvider. getFlagsFor(TestOutcome testOutcome)Method parameters in net.thucydides.core.model.flags with type arguments of type TestOutcome Modifier and Type Method Description static FlagCountsFlagCounts. in(java.util.List<? extends TestOutcome> testOutcomes)Constructor parameters in net.thucydides.core.model.flags with type arguments of type TestOutcome Constructor Description FlagCounts(java.util.List<? extends TestOutcome> testOutcomes) -
Uses of TestOutcome in net.thucydides.core.releases
Methods in net.thucydides.core.releases that return types with arguments of type TestOutcome Modifier and Type Method Description java.util.List<TestOutcome>ReleaseManager. enrichOutcomesWithReleaseTags(java.util.List<? extends TestOutcome> outcomes)Method parameters in net.thucydides.core.releases with type arguments of type TestOutcome Modifier and Type Method Description java.util.List<TestOutcome>ReleaseManager. enrichOutcomesWithReleaseTags(java.util.List<? extends TestOutcome> outcomes) -
Uses of TestOutcome in net.thucydides.core.reports
Methods in net.thucydides.core.reports that return TestOutcome Modifier and Type Method Description TestOutcomeFlagsAugmenter. augment(TestOutcome testOutcome)TestOutcomeOutcomeAugmenter. augment(TestOutcome testOutcome)Methods in net.thucydides.core.reports that return types with arguments of type TestOutcome Modifier and Type Method Description java.util.List<? extends TestOutcome>TestOutcomes. getOutcomes()java.util.List<? extends TestOutcome>TestOutcomes. getTests()java.util.Iterator<TestOutcome>TestOutcomeStream. iterator()java.util.List<TestOutcome>TestOutcomeLoader. loadFrom(java.io.File reportDirectory)Load the test outcomes from a given directory, sorted by Titlejava.util.Optional<TestOutcome>AcceptanceTestLoader. loadReportFrom(java.io.File reportFile)java.util.Optional<TestOutcome>AcceptanceTestLoader. loadReportFrom(java.nio.file.Path reportFile)java.util.List<TestOutcome>AcceptanceTestLoader. loadReportsFrom(java.io.File outputDirectory)java.util.List<TestOutcome>AcceptanceTestLoader. loadReportsFrom(java.nio.file.Path outputDirectory)java.util.List<TestOutcome>TestOutcomes. testOutcomesWithName(java.lang.String name)java.util.Optional<? extends TestOutcome>TestOutcomes. testOutcomeWithName(java.lang.String name)Methods in net.thucydides.core.reports with parameters of type TestOutcome Modifier and Type Method Description TestOutcomeFlagsAugmenter. augment(TestOutcome testOutcome)TestOutcomeOutcomeAugmenter. augment(TestOutcome testOutcome)java.io.FileAcceptanceTestReporter. generateReportFor(TestOutcome testOutcome)Generate reports for a given acceptance test run.Method parameters in net.thucydides.core.reports with type arguments of type TestOutcome Modifier and Type Method Description voidReportService. generateReportsFor(java.util.List<TestOutcome> testOutcomeResults)A test runner can generate reports via Reporter instances that subscribe to the test runner.static TestOutcomesTestOutcomes. of(java.util.Collection<? extends TestOutcome> outcomes)Constructor parameters in net.thucydides.core.reports with type arguments of type TestOutcome Constructor Description TestOutcomes(java.util.Collection<? extends TestOutcome> outcomes, double estimatedAverageStepCount)TestOutcomes(java.util.Collection<? extends TestOutcome> outcomes, double estimatedAverageStepCount, java.lang.String label)TestOutcomes(java.util.Collection<? extends TestOutcome> outcomes, double estimatedAverageStepCount, java.lang.String label, TestTag testTag, TestResult resultFilter, TestOutcomes rootOutcomes, EnvironmentVariables environmentVariables)TestOutcomes(java.util.List<? extends TestOutcome> outcomes, double estimatedAverageStepCount, java.lang.String label, TestResult resultFilter)TestOutcomes(java.util.List<? extends TestOutcome> outcomes, double estimatedAverageStepCount, java.lang.String label, TestTag tag) -
Uses of TestOutcome in net.thucydides.core.reports.adaptors
Methods in net.thucydides.core.reports.adaptors that return types with arguments of type TestOutcome Modifier and Type Method Description java.util.List<TestOutcome>TestOutcomeAdaptor. loadOutcomes()java.util.List<TestOutcome>TestOutcomeAdaptor. loadOutcomesFrom(java.io.File source) -
Uses of TestOutcome in net.thucydides.core.reports.adaptors.common
Methods in net.thucydides.core.reports.adaptors.common that return types with arguments of type TestOutcome Modifier and Type Method Description java.util.List<TestOutcome>FilebasedOutcomeAdaptor. loadOutcomes() -
Uses of TestOutcome in net.thucydides.core.reports.adaptors.lettuce
Methods in net.thucydides.core.reports.adaptors.lettuce that return types with arguments of type TestOutcome Modifier and Type Method Description java.util.List<TestOutcome>LettuceXUnitAdaptor. loadOutcomesFrom(java.io.File source) -
Uses of TestOutcome in net.thucydides.core.reports.adaptors.specflow
Methods in net.thucydides.core.reports.adaptors.specflow that return types with arguments of type TestOutcome Modifier and Type Method Description java.util.List<TestOutcome>SpecflowAdaptor. loadOutcomesFrom(java.io.File source)Loads TestOutcomes from a SpecFlow output file or a directory containing output files. -
Uses of TestOutcome in net.thucydides.core.reports.adaptors.xunit
Methods in net.thucydides.core.reports.adaptors.xunit that return types with arguments of type TestOutcome Modifier and Type Method Description java.util.List<TestOutcome>DefaultXUnitAdaptor. loadOutcomesFrom(java.io.File source)java.util.List<TestOutcome>DefaultXUnitAdaptor. testOutcomesIn(java.io.File xunitFile) -
Uses of TestOutcome in net.thucydides.core.reports.html
Methods in net.thucydides.core.reports.html with parameters of type TestOutcome Modifier and Type Method Description booleanTestOutcomeFilter. matches(TestOutcome testOutcome) -
Uses of TestOutcome in net.thucydides.core.reports.json
Methods in net.thucydides.core.reports.json that return types with arguments of type TestOutcome Modifier and Type Method Description java.util.Optional<TestOutcome>JSONConverter. fromJson(java.io.InputStream inputStream)java.util.Optional<TestOutcome>JSONConverter. fromJson(java.io.Reader in)java.util.Optional<TestOutcome>JSONTestOutcomeReporter. loadReportFrom(java.io.File reportFile)java.util.Optional<TestOutcome>JSONTestOutcomeReporter. loadReportFrom(java.nio.file.Path reportFile)java.util.List<TestOutcome>JSONTestOutcomeReporter. loadReportsFrom(java.io.File outputDirectory)java.util.List<TestOutcome>JSONTestOutcomeReporter. loadReportsFrom(java.nio.file.Path outputDirectory)Methods in net.thucydides.core.reports.json with parameters of type TestOutcome Modifier and Type Method Description java.io.FileJSONTestOutcomeReporter. generateReportFor(TestOutcome testOutcome)voidJSONConverter. toJson(TestOutcome storedTestOutcome, java.io.OutputStream outputStream) -
Uses of TestOutcome in net.thucydides.core.reports.json.gson
Methods in net.thucydides.core.reports.json.gson that return types with arguments of type TestOutcome Modifier and Type Method Description java.util.Optional<TestOutcome>GsonJSONConverter. fromJson(java.io.InputStream inputStream)java.util.Optional<TestOutcome>GsonJSONConverter. fromJson(java.io.Reader jsonReader)Methods in net.thucydides.core.reports.json.gson with parameters of type TestOutcome Modifier and Type Method Description voidGsonJSONConverter. toJson(TestOutcome testOutcome, java.io.OutputStream outputStream) -
Uses of TestOutcome in net.thucydides.core.reports.junit
Method parameters in net.thucydides.core.reports.junit with type arguments of type TestOutcome Modifier and Type Method Description voidJUnitXMLConverter. write(java.lang.String testCaseName, java.util.List<TestOutcome> outcomes, java.io.OutputStream outputStream) -
Uses of TestOutcome in net.thucydides.core.reports.matchers
Methods in net.thucydides.core.reports.matchers that return types with arguments of type TestOutcome Modifier and Type Method Description static org.hamcrest.Matcher<TestOutcome>TestOutcomeMatchers. havingTag(TestTag expectedTag)static org.hamcrest.Matcher<TestOutcome>TestOutcomeMatchers. havingTagName(java.lang.String tagName)static org.hamcrest.Matcher<TestOutcome>TestOutcomeMatchers. havingTagType(java.lang.String tagType)static org.hamcrest.Matcher<TestOutcome>TestOutcomeMatchers. withResult(TestResult expectedResult) -
Uses of TestOutcome in net.thucydides.core.reports.remoteTesting
Methods in net.thucydides.core.reports.remoteTesting with parameters of type TestOutcome Modifier and Type Method Description java.lang.StringBrowserStackLinkGenerator. linkFor(TestOutcome testOutcome)java.lang.StringLinkGenerator. linkFor(TestOutcome testOutcome)java.lang.StringRemoteTestingLinkManager. linkFor(TestOutcome testOutcome) -
Uses of TestOutcome in net.thucydides.core.reports.xml
Methods in net.thucydides.core.reports.xml that return types with arguments of type TestOutcome Modifier and Type Method Description java.util.Optional<TestOutcome>XMLTestOutcomeReporter. loadReportFrom(java.io.File reportFile)Deprecated.java.util.Optional<TestOutcome>XMLTestOutcomeReporter. loadReportFrom(java.nio.file.Path reportFile)Deprecated.java.util.List<TestOutcome>XMLTestOutcomeReporter. loadReportsFrom(java.io.File outputDirectory)Deprecated.java.util.List<TestOutcome>XMLTestOutcomeReporter. loadReportsFrom(java.nio.file.Path outputDirectory)Deprecated.Methods in net.thucydides.core.reports.xml with parameters of type TestOutcome Modifier and Type Method Description java.io.FileXMLTestOutcomeReporter. generateReportFor(TestOutcome testOutcome)Deprecated.Generate an XML report for a given test run. -
Uses of TestOutcome in net.thucydides.core.requirements
Methods in net.thucydides.core.requirements with parameters of type TestOutcome Modifier and Type Method Description java.util.Optional<Requirement>ParentRequirementsProvided. forOutcome(TestOutcome testOutcome)java.util.List<Requirement>BaseRequirementsService. getAncestorRequirementsFor(TestOutcome testOutcome)java.util.List<Requirement>RequirementsService. getAncestorRequirementsFor(TestOutcome testOutcome)java.util.Optional<Requirement>BaseRequirementsService. getParentRequirementFor(TestOutcome testOutcome)java.util.Optional<Requirement>ParentRequirementProvider. getParentRequirementFor(TestOutcome testOutcome)java.util.Optional<Requirement>RequirementsService. getParentRequirementFor(TestOutcome testOutcome)java.util.Optional<Requirement>FileSystemRequirementsTagProvider. getParentRequirementOf(TestOutcome testOutcome)java.util.Optional<Requirement>PackageAnnotationBasedTagProvider. getParentRequirementOf(TestOutcome testOutcome)java.util.Optional<Requirement>PackageRequirementsTagProvider. getParentRequirementOf(TestOutcome testOutcome)java.util.Optional<Requirement>RequirementsTagProvider. getParentRequirementOf(TestOutcome testOutcome)java.util.List<java.lang.String>BaseRequirementsService. getReleaseVersionsFor(TestOutcome testOutcome)java.util.List<java.lang.String>RequirementsService. getReleaseVersionsFor(TestOutcome testOutcome)java.util.Set<TestTag>FileSystemRequirementsTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>PackageAnnotationBasedTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>PackageRequirementsTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Optional<Requirement>PackageRequirementsTagProvider. getTestCaseRequirementOf(TestOutcome testOutcome) -
Uses of TestOutcome in net.thucydides.core.requirements.reports
Methods in net.thucydides.core.requirements.reports with parameters of type TestOutcome Modifier and Type Method Description static java.util.List<java.lang.String>ReportBadges. from(TestOutcome outcome)static ScenarioOutcomeScenarioOutcomes. outcomeFrom(TestOutcome testOutcome)Method parameters in net.thucydides.core.requirements.reports with type arguments of type TestOutcome Modifier and Type Method Description static java.util.List<java.lang.String>ReportBadges. from(java.util.List<TestOutcome> outcomes, java.lang.String scenarioName) -
Uses of TestOutcome in net.thucydides.core.statistics.service
Methods in net.thucydides.core.statistics.service with parameters of type TestOutcome Modifier and Type Method Description java.util.Set<TestTag>AnnotationBasedTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>ContextTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>FeatureStoryTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>InjectedTagProvider. getTagsFor(TestOutcome testOutcome)java.util.Set<TestTag>TagProvider. getTagsFor(TestOutcome testOutcome)Returns the tags associated with a given test outcome. -
Uses of TestOutcome in net.thucydides.core.steps
Methods in net.thucydides.core.steps with parameters of type TestOutcome Modifier and Type Method Description voidStepListener. testFailed(TestOutcome testOutcome, java.lang.Throwable cause)The test failed, but not while executing a step.voidStepListener. testFinished(TestOutcome result)Called when a test finishes.default voidStepListener. testFinished(TestOutcome result, boolean isInDataDrivenTest) -
Uses of TestOutcome in net.thucydides.core.tags
Methods in net.thucydides.core.tags that return types with arguments of type TestOutcome Modifier and Type Method Description java.util.List<? extends TestOutcome>OutcomeTagFilter. outcomesFilteredByTagIn(java.util.List<? extends TestOutcome> testOutcomes)Methods in net.thucydides.core.tags with parameters of type TestOutcome Modifier and Type Method Description java.util.List<TestTag>BreadcrumbTagFilter. getRequirementBreadcrumbsFrom(TestOutcome testOutcome)Method parameters in net.thucydides.core.tags with type arguments of type TestOutcome Modifier and Type Method Description java.util.List<? extends TestOutcome>OutcomeTagFilter. outcomesFilteredByTagIn(java.util.List<? extends TestOutcome> testOutcomes)