io.cucumber.testng.FeatureWrapper Maven / Gradle / Ivy
package io.cucumber.testng;
import org.apiguardian.api.API;
/**
* The only purpose of this interface is to be able to provide a custom
* toString()
, making TestNG reports look more descriptive.
*
* @see AbstractTestNGCucumberTests#runScenario(PickleWrapper, FeatureWrapper)
*/
@API(status = API.Status.STABLE)
public interface FeatureWrapper {
}