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
x
y
rr
0
0
rr
5
5
a list of Point
x
y
rr
0
0
rr
5
5
an iterator of point
x
y
rr
0
0
rr
5
5
a set of Point
x
y
rr
5
5
rr
0
0
a sorted set of Point
x
y
rr
5
5
rr
0
0
a map of Point
x
y
rr
5
5
rr
0
0