Details
Description
In order to avoid the need to define a Java class for each textual story
As a story runner
I want to be able to run multiple textual stories from the same Java entry point, provided all stories use the same StoryConfiguration and the same CandidateSteps.
Now that StoryEmbedder is responsible for story running, we can have multiple entry points, including any IDE and framework-specific ones (JUnit, TestNG, Spring ...).