|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CreateWith
If a class is annotated with CreateWith, the ExampleGroupRunner will
use the given SpecCreator to instantiate the feature, spec and subject.
| Required Element Summary | |
|---|---|
Class<? extends SpecCreator> |
value
|
| Element Detail |
|---|
public abstract Class<? extends SpecCreator> value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||