Represents a runnable facade to the {@link Embedder}.
Users can either extend the abstract implementation {@link ConfigurableEmbedder}, which does not implement the {@link #run()} method, or otherimplementations, such as {@link JUnitStory} or {@link JUnitStories}, which implement {@link #run()} using JUnit's {@link Test} annotation.
Other test frameworks can be supported in much the same way, by extending the abstract implementation and implementing {@link #run()}.
@see ConfigurableEmbedder @see InjectableEmbedder @see JUnitStory @see JUnitStories
|
|
|
|