|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbehave.core.InjectableEmbedder
public abstract class InjectableEmbedder
Abstract implementation of Embeddable
which allows to inject
the Embedder
used to run the story or stories.
Constructor Summary | |
---|---|
InjectableEmbedder()
|
Method Summary | |
---|---|
Embedder |
injectedEmbedder()
|
void |
useEmbedder(Embedder embedder)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jbehave.core.Embeddable |
---|
run |
Constructor Detail |
---|
public InjectableEmbedder()
Method Detail |
---|
public void useEmbedder(Embedder embedder)
useEmbedder
in interface Embeddable
public Embedder injectedEmbedder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |