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

cucumber.api.testng.CucumberFeatureWrapper Maven / Gradle / Ivy

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

/**
 * The only purpose of this interface is to be able to provide a custom
 * 
toString()
, making TestNG reports look more descriptive. * * @see AbstractTestNGCucumberTests#runScenario(cucumber.api.testng.PickleEventWrapper, cucumber.api.testng.CucumberFeatureWrapper) */ public interface CucumberFeatureWrapper { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy