Package io.cucumber.testng
Interface CucumberPropertiesProvider
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@API(status=EXPERIMENTAL, since="6.11") @FunctionalInterface public interface CucumberPropertiesProvider
Provides cucumber with properties fromtestng.xml
.- See Also:
Constants
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
get(String key)
Returns a configuration property for the given key, or null if there is no such property.
-