Skip to content

Commit

Permalink
[Java] Clarify connection between tables and transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje authored Apr 2, 2023
1 parent 847be64 commit 5061742
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cucumber-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ public class StepDefinitions {
}
```

Note: In addition to collections of `String`, `Integer`, `Float`, `BigInteger` and `BigDecimal`, `Byte`, `Short`, `Long`
and `Double` are also supported. Numbers are parsed using the language of the feature file.
Note: In addition to collections of `String` collections of `Integer`, `Float`, `BigInteger` and `BigDecimal`, `Byte`, `Short`, `Long`
and `Double` are also supported. Numbers are parsed using the language of the feature file. To use custom types you can use the
annotations discussed in "Data Table Type" further down this page.

### Doc strings

Expand Down

1 comment on commit 5061742

@atdd-bdd
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section on data tables should include List. The documentation does not have a clear example of how to code a data table using the default transformations (which you suggested in a prior email that you typically use).

Please sign in to comment.