Package io.cucumber.plugin
Interface StrictAware
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionvoid
setStrict
(boolean strict) Deprecated.When set to strict the plugin should indicate failure for undefined and pending steps
-
Method Details
-
setStrict
void setStrict(boolean strict) Deprecated.When set to strict the plugin should indicate failure for undefined and pending steps- Parameters:
strict
- true if the runtime is in strict mode
-