public class Stories
extends java.lang.Object
Constructor and Description |
---|
Stories() |
Modifier and Type | Method and Description |
---|---|
static Story |
findStoryFrom(java.lang.Class<?> testClass)
Find the Story defined directly or indirectly in a class.
|
static java.lang.String |
reportFor(Story story,
ReportType type) |
public static Story findStoryFrom(java.lang.Class<?> testClass)
testClass
- Typically a test class of some kind.public static java.lang.String reportFor(Story story, ReportType type)