| 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 |
| Modifier and Type | Field and Description |
|---|---|
static TestStep |
TestStep.NO_STEP |
| Modifier and Type | Field and Description |
|---|---|
static Predicate<TestStep> |
TestStep.COMPROMISED_TESTSTEPS |
static Predicate<TestStep> |
TestStep.ERROR_TESTSTEPS |
static Predicate<TestStep> |
TestStep.FAILING_TESTSTEPS |
static Predicate<TestStep> |
TestStep.IGNORED_TESTSTEPS |
static Predicate<TestStep> |
TestStep.SKIPPED_TESTSTEPS |
static Predicate<TestStep> |
TestStep.SUCCESSFUL_TESTSTEPS |
| Modifier and Type | Method and Description |
|---|---|
TestStep |
TestStep.addChildStep(TestStep step) |
TestStep |
TestStep.addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource) |
TestStep |
TestStep.asManual() |
TestStep |
TestStep.clone() |
protected TestStep |
TestStep.copyOfThisTestStep() |
TestStep |
TestOutcome.currentGroup() |
TestStep |
TestOutcome.lastStep() |
TestStep |
TestStep.recordReportData(ReportData reportData) |
TestStep |
TestStep.startingAt(ZonedDateTime time) |
TestStep |
TestStep.unrendered() |
TestStep |
TestStep.withReportData(ReportData reportData) |
TestStep |
TestStep.withResult(TestResult annotatedResult) |
TestStep |
TestStep.TestStepBuilder.withResult(TestResult result) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TestStep> |
TestStep.children() |
Optional<TestStep> |
TestOutcome.currentStep() |
List<TestStep> |
DataTable.filterStepsWithTagsFrom(List<TestStep> testSteps,
Collection<TestTag> tags) |
Optional<TestStep> |
TestOutcome.firstStepWithErrorMessage() |
List<TestStep> |
TestStep.getChildren() |
Optional<TestStep> |
TestOutcome.getFailingStep() |
List<? extends TestStep> |
TestStep.getFlattenedSteps() |
List<TestStep> |
TestOutcome.getFlattenedTestSteps() |
Optional<TestStep> |
TestOutcome.getLatestTopLevelTestStep() |
List<TestStep> |
TestOutcome.getLeafTestSteps() |
Collection<? extends TestStep> |
TestStep.getLeafTestSteps() |
List<TestStep> |
TestOutcome.getTestSteps()
An acceptance test is made up of a series of steps.
|
Optional<TestStep> |
TestOutcome.testStepWithDescription(String expectedDescription) |
| Modifier and Type | Method and Description |
|---|---|
TestStep |
TestStep.addChildStep(TestStep step) |
TestOutcome |
TestOutcome.fromStep(TestStep testStep) |
TestOutcome |
TestOutcome.recordStep(TestStep step)
Add a test step to this acceptance test.
|
void |
TestOutcome.StepReplacer.with(TestStep mergedStep) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestOutcome.addFailingStepAsSibling(List<TestStep> testStepList,
Throwable testFailureCause) |
List<TestStep> |
DataTable.filterStepsWithTagsFrom(List<TestStep> testSteps,
Collection<TestTag> tags) |
TestOutcome |
TestOutcome.recordChildSteps(List<TestStep> steps) |
TestOutcome |
TestOutcome.recordSteps(List<TestStep> steps) |
TestOutcome |
TestOutcome.removeTopLevelStepsNotMatching(Predicate<TestStep> condition) |
TestOutcome.StepReplacer |
TestOutcome.replace(List<TestStep> stepsToMerge) |
TestOutcome |
TestOutcome.withExamplesMatching(Predicate<TestStep> condition) |
TestOutcome |
TestOutcome.withSteps(List<TestStep> childSteps) |
| Constructor and Description |
|---|
StepReplacer(List<TestStep> stepsToReplace) |
TestOutcome(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) |
| Modifier and Type | Method and Description |
|---|---|
TestStep |
ScenarioStepReader.consumeNextStepFrom(List<String> lines) |
| Modifier and Type | Method and Description |
|---|---|
static TestStep |
TestStepFactory.errorTestStepCalled(String description) |
static TestStep |
TestStepFactory.failingTestStepCalled(String description) |
static TestStep |
TestStepFactory.flakyTestStepCalled(String description) |
static TestStep |
TestStepFactory.ignoredTestStepCalled(String description) |
static TestStep |
TestStepFactory.pendingTestStepCalled(String description) |
static TestStep |
TestStepFactory.skippedTestStepCalled(String description) |
static TestStep |
TestStepFactory.successfulTestStepCalled(String description) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<TestFailureCause> |
TestFailureCause.from(List<TestStep> testSteps) |
Copyright © 2022. All rights reserved.