Uses of Class
net.thucydides.core.model.stacktrace.FailureCause
| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.screenshots | |
| net.thucydides.core.model.stacktrace | |
| net.thucydides.core.steps |
-
Uses of FailureCause in net.thucydides.core.model
Methods in net.thucydides.core.model that return FailureCause Modifier and Type Method Description FailureCauseTestStep. getException()FailureCauseTestStep. getNestedException()FailureCauseTestOutcome. getNestedTestFailureCause()FailureCauseTestOutcome. getTestFailureCause()Constructors in net.thucydides.core.model with parameters of type FailureCause Constructor Description 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 FailureCause in net.thucydides.core.model.screenshots
Methods in net.thucydides.core.model.screenshots that return FailureCause Modifier and Type Method Description FailureCauseScreenshot. getError()Constructors in net.thucydides.core.model.screenshots with parameters of type FailureCause Constructor Description Screenshot(java.lang.String filename, java.lang.String description, int width, long timestamp, FailureCause error)Screenshot(java.lang.String filename, java.lang.String description, int width, long timestamp, FailureCause error, int depth) -
Uses of FailureCause in net.thucydides.core.model.stacktrace
Methods in net.thucydides.core.model.stacktrace that return FailureCause Modifier and Type Method Description FailureCauseRootCauseAnalyzer. getRootCause()Methods in net.thucydides.core.model.stacktrace that return types with arguments of type FailureCause Modifier and Type Method Description java.util.Optional<FailureCause>FailureCause. getRootCause() -
Uses of FailureCause in net.thucydides.core.steps
Methods in net.thucydides.core.steps that return FailureCause Modifier and Type Method Description FailureCauseTestFailureCause. getRootCause()Constructors in net.thucydides.core.steps with parameters of type FailureCause Constructor Description TestFailureCause(java.lang.Throwable originalCause, FailureCause rootCause, java.lang.String testFailureClassname, java.lang.String testFailureMessage, TestResult annotatedResult)