Package io.cucumber.plugin
Interface StrictAware
-
- All Superinterfaces:
Plugin
@Deprecated @API(status=STABLE) public interface StrictAware extends Plugin
Deprecated.strict mode is enabled by default and will be removed.Interface for Plugins that need to know if the Runtime is strict.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidsetStrict(boolean strict)Deprecated.When set to strict the plugin should indicate failure for undefined and pending steps
-