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

    Modifier and Type
    Method
    Description
    get(String key)
    Returns a configuration property for the given key, or null if there is no such property.
  • Method Details

    • get

      String get(String key)
      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