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:
Specify
DoFixtureFlowUnderTest
an array of Point
x
y
0
0
5
5
a list of Point
x
y
0
0
5
5
an iterator of point
x
y
0
0
5
5
a map of Point
x
y
5
5
0
0
a table
x
y
0
0
5
5
a document
root
child
text
DoFixtureFlowUnderTest
an array of Point
x
y
0
0
5
5
a list of Point
x
y
0
0
5
5
an iterator of point
x
y
0
0
5
5
a map of Point
x
y
5
5
0
0
a table
x
y
0
0
5
5
a document
root
child
text
(.NET: no set class, added data tableand xml document)
[
Front Page
] [
Recent Changes
]