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 from
testng.xml
.- See Also:
-
Method Summary
-
Method Details
-
get
Returns a configuration property for the given key, or null if there is no such property.- Parameters:
key
- the property name- Returns:
- the property value or null
-