Converts each element of a list to an array
All 1 scenario hold
The parameter is a List, so the element type is the array — shown per element.
expected outcome
broken scenario
| Scenario | Input value | Element type? | Converted value? |
|---|---|---|---|
| String arrays | [[a, b], [c]] | String[] |
|