|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Embeddable
Represents a runnable facade to the Embedder
.
Users can either extend the abstract implementation ConfigurableEmbedder
,
which does not implement the run()
method, or other
implementations, such as JUnitStory
or JUnitStories
, which
implement run()
using JUnit's Test
annotation.
Other test frameworks can be supported in much the same way, by extending the
abstract implementation and implementing run()
.
ConfigurableEmbedder
,
InjectableEmbedder
,
JUnitStory
,
JUnitStories
Method Summary | |
---|---|
void |
run()
|
void |
useEmbedder(Embedder embedder)
|
Method Detail |
---|
void useEmbedder(Embedder embedder)
void run() throws Throwable
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |