|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Hk2RunnerOptions
Provide options for tuning the behavior of the Hk2Runner.
Hk2Runner| Optional Element Summary | |
|---|---|
java.lang.Class<? extends HabitatFactory> |
habitatFactory
Alternative Habitat Factory from the default |
boolean |
reinitializePerTest
Flag indicating whether the habitat (and all injections) are recreated after each Test. |
public abstract boolean reinitializePerTest
Test.
public abstract java.lang.Class<? extends HabitatFactory> habitatFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||