Annotation Interface EnableJGiven
@Target(TYPE)
@Retention(RUNTIME)
@Import(JGivenSpringConfiguration.class)
@Documented
public @interface EnableJGiven
Enables JGiven's spring support. To be used on @
Configuration
classes as follows:
@Configuration @EnableJGiven public class AppConfig { ... }
- Since:
- 0.9.4