Uses of Class
net.thucydides.core.model.TestStep
| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.reports.adaptors.specflow | |
| net.thucydides.core.reports.integration | |
| net.thucydides.core.steps |
-
Uses of TestStep in net.thucydides.core.model
Fields in net.thucydides.core.model declared as TestStep Modifier and Type Field Description static TestStepTestStep. NO_STEPFields in net.thucydides.core.model with type parameters of type TestStep Modifier and Type Field Description static java.util.function.Predicate<TestStep>TestStep. COMPROMISED_TESTSTEPSstatic java.util.function.Predicate<TestStep>TestStep. ERROR_TESTSTEPSstatic java.util.function.Predicate<TestStep>TestStep. FAILING_TESTSTEPSstatic java.util.function.Predicate<TestStep>TestStep. IGNORED_TESTSTEPSstatic java.util.function.Predicate<TestStep>TestStep. SKIPPED_TESTSTEPSstatic java.util.function.Predicate<TestStep>TestStep. SUCCESSFUL_TESTSTEPSMethods in net.thucydides.core.model that return TestStep Modifier and Type Method Description TestStepTestStep. addChildStep(TestStep step)TestStepTestStep. addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource)TestStepTestStep. asManual()TestStepTestStep. clone()protected TestStepTestStep. copyOfThisTestStep()TestStepTestOutcome. currentGroup()TestStepTestOutcome. lastStep()TestStepTestStep. recordReportData(ReportData reportData)TestStepTestStep. startingAt(java.time.ZonedDateTime time)TestStepTestStep. unrendered()TestStepTestStep. withReportData(ReportData reportData)TestStepTestStep.TestStepBuilder. withResult(TestResult result)TestStepTestStep. withResult(TestResult annotatedResult)Methods in net.thucydides.core.model that return types with arguments of type TestStep Modifier and Type Method Description protected java.util.List<TestStep>TestStep. children()java.util.Optional<TestStep>TestOutcome. currentStep()java.util.List<TestStep>DataTable. filterStepsWithTagsFrom(java.util.List<TestStep> testSteps, java.util.Collection<TestTag> tags)java.util.Optional<TestStep>TestOutcome. firstStepWithErrorMessage()java.util.List<TestStep>TestStep. getChildren()java.util.Optional<TestStep>TestOutcome. getFailingStep()java.util.List<? extends TestStep>TestStep. getFlattenedSteps()java.util.List<TestStep>TestOutcome. getFlattenedTestSteps()java.util.Optional<TestStep>TestOutcome. getLatestTopLevelTestStep()java.util.List<TestStep>TestOutcome. getLeafTestSteps()java.util.Collection<? extends TestStep>TestStep. getLeafTestSteps()java.util.List<TestStep>TestOutcome. getTestSteps()An acceptance test is made up of a series of steps.java.util.Optional<TestStep>TestOutcome. testStepWithDescription(java.lang.String expectedDescription)Methods in net.thucydides.core.model with parameters of type TestStep Modifier and Type Method Description TestStepTestStep. addChildStep(TestStep step)TestOutcomeTestOutcome. recordStep(TestStep step)Add a test step to this acceptance test.voidTestOutcome.StepReplacer. with(TestStep mergedStep)Method parameters in net.thucydides.core.model with type arguments of type TestStep Modifier and Type Method Description voidTestOutcome. addFailingStepAsSibling(java.util.List<TestStep> testStepList, java.lang.Throwable testFailureCause)java.util.List<TestStep>DataTable. filterStepsWithTagsFrom(java.util.List<TestStep> testSteps, java.util.Collection<TestTag> tags)TestOutcomeTestOutcome. recordChildSteps(java.util.List<TestStep> steps)TestOutcomeTestOutcome. recordSteps(java.util.List<TestStep> steps)TestOutcome.StepReplacerTestOutcome. replace(java.util.List<TestStep> stepsToMerge)TestOutcomeTestOutcome. withSteps(java.util.List<TestStep> childSteps)Constructor parameters in net.thucydides.core.model with type arguments of type TestStep Constructor Description StepReplacer(java.util.List<TestStep> stepsToReplace)TestOutcome(java.time.ZonedDateTime startTime, long duration, java.lang.String title, java.lang.String description, java.lang.String name, java.lang.String id, java.lang.Class<?> testCase, java.util.List<TestStep> testSteps, java.util.List<java.lang.String> issues, java.util.List<java.lang.String> additionalIssues, java.util.List<CastMember> actors, java.util.Set<TestTag> tags, Story userStory, FailureCause testFailureCause, java.lang.String testFailureClassname, java.lang.String testFailureMessage, java.lang.String testFailureSummary, TestResult annotatedResult, DataTable dataTable, java.util.Optional<java.lang.String> qualifier, java.lang.String driver, boolean manualTest, boolean isManualTestingUpToDate, java.lang.String lastTested, java.util.List<java.lang.String> testEvidence, java.lang.String projectKey, EnvironmentVariables environmentVariables, ExternalLink externalLink, java.lang.String context) -
Uses of TestStep in net.thucydides.core.reports.adaptors.specflow
Methods in net.thucydides.core.reports.adaptors.specflow that return TestStep Modifier and Type Method Description TestStepScenarioStepReader. consumeNextStepFrom(java.util.List<java.lang.String> lines) -
Uses of TestStep in net.thucydides.core.reports.integration
Methods in net.thucydides.core.reports.integration that return TestStep Modifier and Type Method Description static TestStepTestStepFactory. errorTestStepCalled(java.lang.String description)static TestStepTestStepFactory. failingTestStepCalled(java.lang.String description)static TestStepTestStepFactory. flakyTestStepCalled(java.lang.String description)static TestStepTestStepFactory. ignoredTestStepCalled(java.lang.String description)static TestStepTestStepFactory. pendingTestStepCalled(java.lang.String description)static TestStepTestStepFactory. skippedTestStepCalled(java.lang.String description)static TestStepTestStepFactory. successfulTestStepCalled(java.lang.String description) -
Uses of TestStep in net.thucydides.core.steps
Method parameters in net.thucydides.core.steps with type arguments of type TestStep Modifier and Type Method Description static java.util.Optional<TestFailureCause>TestFailureCause. from(java.util.List<TestStep> testSteps)