Exploration Through ExampleExample-driven development, Agile testing, context-driven testing, Agile programming, Ruby, and other things of interest to Brian Marick
|
Thu, 15 Apr 2004Part of a series on FIT extensions and stylistic tricks.
The ColumnFixture and RowFixture are good at checking lots of
values in a small space, but they're awkward for describing test
steps. The ActionFixture and my
StepFixture
are good at describing steps, but I find row after row
of People tend to interweave the two, using each for what it's good at. In keeping with my tendency to set off checks from test steps, I tend to indent the checking fixtures, like this:
|
|