Skip to content

Add possibility to have List<String> in step parameters #20

Description

@ZaitsevaOlga

Now next code will not work:
feature:

Given list of string:
|bla|
|bla-bla|

Code:

@Given("^list of string:$")
public void testListOfString(List<String> listOfString) {

The error will be with argument mismatch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions