Uses of Class
net.thucydides.model.domain.Story
Packages that use Story
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of Story in net.thucydides.model.domain
Methods in net.thucydides.model.domain that return StoryModifier and TypeMethodDescriptionStory.asFeature()static Storystatic StoryStories.findStoryFrom(Class<?> testClass) Find the Story defined directly or indirectly in a class.static StoryObtain a story instance from a given story class.TestOutcome.getUserStory()Story.withDisplayName(String name) static StoryCreate a story using a full class name as an id.static Storystatic StoryStory.withIdAndPath(String storyId, String storyName, String storyPath) static StoryStory.withIdAndPathAndFeature(String storyId, String storyName, String storyPath, String featureClassName, String featureName) Story.withNarrative(String narrative) Story.withStoryName(String name) Methods in net.thucydides.model.domain with parameters of type StoryModifier and TypeMethodDescriptionstatic TestOutcomeTestOutcome.forTestInStory(String testName, Class<?> testCase, Story story) static TestOutcomeTestOutcome.forTestInStory(String testName, Story story) ReportNamer.getNormalizedReportNameFor(Story userStory) static StringStories.reportFor(Story story, ReportType type) voidTestOutcome.setUserStory(Story story) Constructors in net.thucydides.model.domain with parameters of type StoryModifierConstructorDescriptionprotectedTestOutcome(String name, Class<?> testCase, Story userStory) protectedTestOutcome(String name, Class<?> testCase, Story userStory, EnvironmentVariables environmentVariables) A test outcome should relate to a particular test class or user story class.protectedTestOutcome(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) protectedTestOutcome(ZonedDateTime startTime, String name, Class<?> testCase, Story userStory, EnvironmentVariables environmentVariables) -
Uses of Story in net.thucydides.model.domain.featuretags
Methods in net.thucydides.model.domain.featuretags with parameters of type StoryModifier and TypeMethodDescriptionFeatureFileStrategy.getFeatureTag(Story story, String featureFilename) FeatureTagStrategy.getFeatureTag(Story story, String path) NoFeatureStrategy.getFeatureTag(Story story, String path) StoryFileStrategy.getFeatureTag(Story story, String featureFilename) -
Uses of Story in net.thucydides.model.logging
Methods in net.thucydides.model.logging with parameters of type Story -
Uses of Story in net.thucydides.model.requirements.model
Methods in net.thucydides.model.requirements.model with parameters of type Story -
Uses of Story in net.thucydides.model.steps
Methods in net.thucydides.model.steps with parameters of type StoryModifier and TypeMethodDescriptionvoidStepListener.testSuiteStarted(Story story) Start a test run using a specific story, without a corresponding Java class.