Immutable collection parameters

All 12 scenarios passing

A collection passed from a table is read-only: adding to a List or Set, putting into a Map, or modifying any collection nested inside them throws instead of changing the value. A row's data therefore stays as written however the test method treats it.