| Class and Description |
|---|
| net.thucydides.jbehave.ThucydidesJUnitStories
Use SerenityStories instead
A JUnit-runnable test case designed to run a set of ThucydidesWebdriverIntegration-enabled JBehave stories in a given package.
By default, it will look for *.story files on the classpath, and steps in or underneath the current package.
You can redefine these constraints as follows:
|
| net.thucydides.jbehave.ThucydidesJUnitStory
Use SerenityStory instead
Run an individual JBehave story in JUnit, where the name of the story is derived from the name of the test.
For example, a class called MyStory.java would run a JBehave story called "my_story.story" or MyStory.story.
|
| Annotation Type and Description |
|---|
| net.thucydides.jbehave.annotations.Metafilter
Use Metafilter annotation in serenitybdd package instead
|