You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They formatter interface is a marker interface that used to inform Cucumber that the class implementing it was a plug-in that should be provided with events. This functionality has since fallen apart into Plugin and EventListener.
All usages of Formatter can be replaced with Plugin and EventListener. The class itself can be deprecated.
The text was updated successfully, but these errors were encountered:
They formatter interface is a marker interface that used to inform Cucumber that the class implementing it was a plug-in that should be provided with events. This functionality has since fallen apart into
Plugin
andEventListener
.All usages of
Formatter
can be replaced withPlugin
andEventListener
. The class itself can be deprecated.The text was updated successfully, but these errors were encountered: