Converts a list of maps to an array of maps

All 2 scenarios hold

Each element is a Map, shown here by the keys and values it holds in order — the array prints in Java's own map notation, which is not a TableTest format.

expected outcome broken scenario
ScenarioInput valueParameter type?Map keys?Map values?
Single map
  • a
    b
Map[]
  • a
  • b
Two maps
  • a
    b
  • c
    d
Map[]
  • a
  • c
  • b
  • d