Uses of Class
net.thucydides.model.domain.ExternalLink
Packages that use ExternalLink
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of ExternalLink in net.thucydides.model.domain
Methods in net.thucydides.model.domain that return ExternalLinkMethods in net.thucydides.model.domain with parameters of type ExternalLinkModifier and TypeMethodDescriptionvoidTestStep.setExternalLink(ExternalLink externalLink) voidTestOutcome.setLink(ExternalLink externalLink) Constructors in net.thucydides.model.domain with parameters of type ExternalLinkModifierConstructorDescriptionprotectedTestOutcome(ZonedDateTime startTime, long duration, String title, String description, String name, String id, String scenarioId, String methodName, Class<?> testCase, List<TestStep> testSteps, List<String> issues, List<String> additionalIssues, List<CastMember> actors, Set<TestTag> tags, TestTag featureTag, 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, String testSource, String testOutlineName) -
Uses of ExternalLink in net.thucydides.model.requirements.reports
Methods in net.thucydides.model.requirements.reports that return ExternalLinkModifier and TypeMethodDescriptionScenarioOutcome.getExternalLink()ScenarioSummaryOutcome.getExternalLink()SingleScenarioOutcome.getExternalLink()Constructors in net.thucydides.model.requirements.reports with parameters of type ExternalLinkModifierConstructorDescriptionSingleScenarioOutcome(String name, String simplifiedName, String type, TestResult result, String scenarioReport, ZonedDateTime startTime, Long duration, Boolean manual, String description, List<String> steps, List<String> examples, int exampleCount, String parentName, String parentReport, Set<TestTag> tags, Rule rule, ExternalLink externalLink, Collection<TestTag> scenarioTags, String context)