name property

String name
final

the name in the step definition to search for. This is combined with the identifier prefix / suffix to create a replaceable token that signals this parameter for example "My name is {string}" so the name would be "string".

Implementation

final String name;