Package net.thucydides.core.model
Class Stories
java.lang.Object
net.thucydides.core.model.Stories
Helper methods to deal with stories and related classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StoryfindStoryFrom(Class<?> testClass) Find the Story defined directly or indirectly in a class.static StringreportFor(Story story, ReportType type)
-
Constructor Details
-
Stories
public Stories()
-
-
Method Details
-
findStoryFrom
Find the Story defined directly or indirectly in a class. It may be defined in the test case class using the @Story annotation, or it may be a class that represents a story directly.- Parameters:
testClass- Typically a test class of some kind.
-
reportFor
-