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

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

There is a newer version: 7.19.0
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
 * 
toString()
, making TestNG reports look more descriptive. * * @see AbstractTestNGCucumberTests#runScenario(PickleWrapper, FeatureWrapper) */ @API(status = API.Status.STABLE) public interface PickleWrapper { Pickle getPickle(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy