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

cucumber.api.SummaryPrinter Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
package cucumber.api;

public interface SummaryPrinter {
    public void print(cucumber.runtime.Runtime runtime);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy