Annotation Interface EnableScenarios
@Documented
@Inherited
@Target(TYPE)
@Retention(RUNTIME)
@ExtendWith(ScenarioParameterResolver.class)
public @interface EnableScenarios
Allows using
Scenario
as method parameter in integration tests.- Author:
- Oliver Drotbohm
- See Also: