All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cucumber.runtime.formatter.NullSummaryPrinter Maven / Gradle / Ivy

There is a newer version: 7.22.0
Show newest version
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