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: 7.18.1
Show newest version
package cucumber.api;

import cucumber.runtime.Runtime;

/**
 * Interface for plugins that print a summary after test execution.
 *
 * @see Plugin
 */
public interface SummaryPrinter extends Plugin {
    void print(Runtime runtime);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy