org.jnario.runner
Annotation Type CreateWith


@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.

Author:
Sebastian Benz - Initial contribution and API

Required Element Summary
 Class<? extends SpecCreator> value
           
 

Element Detail

value

public abstract Class<? extends SpecCreator> value


Copyright © 2012-2013 BMW Car IT. All Rights Reserved.