TestAutoListFixture

If a flow-based DoFixture action returns an array or a Collection or an Iterator, DoFixture returns a new SetFixture or ArrayFixture, so that list can be tested against the rest of the table:

an array of Point
xy
rr00
rr55

a list of Point
xy
rr00
rr55

an iterator of point
xy
rr00
rr55

a set of Point
xy
rr55
rr00

a sorted set of Point
xy
rr55
rr00

a map of Point
xy
rr55
rr00