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

io.cucumber.testng.FeatureWrapper Maven / Gradle / Ivy

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

import org.apiguardian.api.API;

/**
 * The only purpose of this interface is to be able to provide a custom string
 * representation, making TestNG reports look more descriptive.
 *
 * @see AbstractTestNGCucumberTests#runScenario(PickleWrapper, FeatureWrapper)
 */
@API(status = API.Status.STABLE)
public interface FeatureWrapper {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy