
cucumber.runtime.formatter.NullSummaryPrinter Maven / Gradle / Ivy
package cucumber.runtime.formatter;
import cucumber.api.SummaryPrinter;
class NullSummaryPrinter implements SummaryPrinter {
@SuppressWarnings("WeakerAccess") // Used by PluginFactory
public NullSummaryPrinter(){
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy