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
Modifier and Type | Method and Description |
---|---|
void |
run() |
void |
useEmbedder(Embedder embedder) |
void useEmbedder(Embedder embedder)
void run()
Copyright © 2003–2021. All rights reserved.