Package io.cucumber.plugin
Interface SummaryPrinter
-
- All Superinterfaces:
Plugin
@API(status=STABLE) @Deprecated public interface SummaryPrinter extends Plugin
Deprecated.Interface for plugins that print a summary after test execution. Deprecated use theEventListener
orConcurrentEventListener
interface instead.- See Also:
Plugin