|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface Hk2RunnerOptions
Provide options for tuning the behavior of the Hk2Runner.
Hk2Runner| Optional Element Summary | |
|---|---|
boolean |
enableDefaultRunLevelService
Flag indicating whether the default RunLevelService is enabled by default |
java.lang.Class<? extends HabitatFactory> |
habitatFactory
Alternative Habitat Factory from the default |
java.lang.Class<? extends InhabitantsParserFactory> |
inhabitantsParserFactory
Alternative Inhabitants Parser 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 boolean enableDefaultRunLevelService
public abstract java.lang.Class<? extends HabitatFactory> habitatFactory
public abstract java.lang.Class<? extends InhabitantsParserFactory> inhabitantsParserFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||