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

io.cucumber.plugin.SummaryPrinter Maven / Gradle / Ivy

There is a newer version: 7.20.1
Show newest version
package io.cucumber.plugin;

import org.apiguardian.api.API;

/**
 * Interface for plugins that print a summary after test execution. Deprecated
 * use the {@link EventListener} or {@link ConcurrentEventListener} interface
 * instead.
 *
 * @see Plugin
 */
@API(status = API.Status.STABLE)
@Deprecated
public interface SummaryPrinter extends Plugin {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy