Uses of Class
net.thucydides.core.model.TestStep
Packages that use TestStep
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of TestStep in net.thucydides.core.model
Fields in net.thucydides.core.model declared as TestStepFields in net.thucydides.core.model with type parameters of type TestStepModifier and TypeFieldDescriptionTestStep.COMPROMISED_TESTSTEPSTestStep.ERROR_TESTSTEPSTestStep.FAILING_TESTSTEPSTestStep.IGNORED_TESTSTEPSTestStep.SKIPPED_TESTSTEPSTestStep.SUCCESSFUL_TESTSTEPSMethods in net.thucydides.core.model that return TestStepModifier and TypeMethodDescriptionTestStep.addChildStep(TestStep step) TestStep.addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource) TestStep.asManual()TestStep.clone()protected TestStepTestStep.copyOfThisTestStep()TestOutcome.currentGroup()TestOutcome.lastStep()TestStep.recordReportData(ReportData reportData) TestStep.startingAt(ZonedDateTime time) TestStep.unrendered()TestStep.withReportData(ReportData reportData) TestStep.TestStepBuilder.withResult(TestResult result) TestStep.withResult(TestResult annotatedResult) Methods in net.thucydides.core.model that return types with arguments of type TestStepModifier and TypeMethodDescriptionTestStep.children()TestOutcome.currentStep()DataTable.filterStepsWithTagsFrom(List<TestStep> testSteps, Collection<TestTag> tags) TestOutcome.firstStepWithErrorMessage()TestStep.getChildren()TestOutcome.getFailingStep()TestStep.getFlattenedSteps()TestOutcome.getFlattenedTestSteps()TestOutcome.getLatestTopLevelTestStep()TestOutcome.getLeafTestSteps()Collection<? extends TestStep>TestStep.getLeafTestSteps()TestOutcome.getTestSteps()An acceptance test is made up of a series of steps.TestOutcome.testStepWithDescription(String expectedDescription) Methods in net.thucydides.core.model with parameters of type TestStepModifier and TypeMethodDescriptionTestStep.addChildStep(TestStep step) TestOutcome.recordStep(TestStep step) Add a test step to this acceptance test.voidMethod parameters in net.thucydides.core.model with type arguments of type TestStepModifier and TypeMethodDescriptionvoidTestOutcome.addFailingStepAsSibling(List<TestStep> testStepList, Throwable testFailureCause) DataTable.filterStepsWithTagsFrom(List<TestStep> testSteps, Collection<TestTag> tags) TestOutcome.recordChildSteps(List<TestStep> steps) TestOutcome.recordSteps(List<TestStep> steps) Constructor parameters in net.thucydides.core.model with type arguments of type TestStepModifierConstructorDescriptionStepReplacer(List<TestStep> stepsToReplace) protectedTestOutcome(ZonedDateTime startTime, long duration, String title, String description, String name, String id, Class<?> testCase, List<TestStep> testSteps, List<String> issues, List<String> additionalIssues, List<CastMember> actors, Set<TestTag> tags, Story userStory, FailureCause testFailureCause, String testFailureClassname, String testFailureMessage, String testFailureSummary, TestResult annotatedResult, DataTable dataTable, Optional<String> qualifier, String driver, boolean manualTest, boolean isManualTestingUpToDate, String lastTested, List<String> testEvidence, String projectKey, EnvironmentVariables environmentVariables, ExternalLink externalLink, String context) -
Uses of TestStep in net.thucydides.core.reports.adaptors.specflow
Methods in net.thucydides.core.reports.adaptors.specflow that return TestStep -
Uses of TestStep in net.thucydides.core.reports.integration
Methods in net.thucydides.core.reports.integration that return TestStepModifier and TypeMethodDescriptionstatic TestStepTestStepFactory.errorTestStepCalled(String description) static TestStepTestStepFactory.failingTestStepCalled(String description) static TestStepTestStepFactory.flakyTestStepCalled(String description) static TestStepTestStepFactory.ignoredTestStepCalled(String description) static TestStepTestStepFactory.pendingTestStepCalled(String description) static TestStepTestStepFactory.skippedTestStepCalled(String description) static TestStepTestStepFactory.successfulTestStepCalled(String description)