Uses of Class
net.thucydides.core.model.Story

Packages that use Story
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.statistics   
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
 

Uses of Story in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return Story
static Story Story.called(String storyName)
           
static Story Stories.findStoryFrom(Class<?> testClass)
          Find the Story defined directly or indirectly in a class.
static Story Story.from(Class<?> userStoryClass)
          Obtain a story instance from a given story class.
 Story StoryTestResults.getStory()
           
 Story TestOutcome.getUserStory()
           
static Story Story.withId(String storyId, String storyName)
          Create a story using a full class name as an id.
static Story Story.withId(String storyId, String storyName, String featureClassName, String featureName)
           
 

Methods in net.thucydides.core.model with parameters of type Story
 boolean StoryTestResults.containsResultsFor(Story aUserStory)
          Does this set of test results correspond to a specified user story?
static TestOutcome TestOutcome.forTestInStory(String testName, Class<?> testCase, Story story)
           
static TestOutcome TestOutcome.forTestInStory(String testName, Story story)
           
 String ReportNamer.getNormalizedTestNameFor(Story userStory)
           
static String Stories.reportFor(Story story, ReportType type)
           
 void TestOutcome.setUserStory(Story story)
           
 

Constructors in net.thucydides.core.model with parameters of type Story
StoryTestResults(Story story)
          Create a new acceptance test run instance.
StoryTestResults(Story story, Configuration configuration, IssueTracking issueTracking)
          Create a new acceptance test run instance.
TestOutcome(long startTime, long duration, String title, String methodName, Class<?> testCase, List<TestStep> testSteps, Set<String> issues, Set<String> additionalIssues, Set<TestTag> tags, Story userStory, Throwable testFailureCause, TestResult annotatedResult, com.google.common.base.Optional<String> qualifier)
           
TestOutcome(String methodName, Class<?> testCase, Story userStory)
          A test outcome should relate to a particular test class or user story class.
 

Uses of Story in net.thucydides.core.statistics
 

Methods in net.thucydides.core.statistics with parameters of type Story
 void StatisticsListener.testSuiteStarted(Story story)
           
 

Uses of Story in net.thucydides.core.steps
 

Methods in net.thucydides.core.steps with parameters of type Story
 void StepEventBus.testStarted(String newTestName, Story story)
           
 void StepListener.testSuiteStarted(Story story)
          Start a test run using a specific story, without a corresponding Java class.
 void StepEventBus.testSuiteStarted(Story story)
           
 void ConsoleLoggingListener.testSuiteStarted(Story story)
           
 void BaseStepListener.testSuiteStarted(Story story)
           
 



Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.