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