These tests are about the StepFixture

 

fit.StepFixture

 

A StepFixture alone is not useful. Instead, it's subclassed. We'll use StepFixtureTestFixture

 

fit.StepFixtureTestFixture

 

Steps are designated by the first cell of a column. Arguments are in following cells. check is a special name: it calls the no-argument method in the second column and compares the result to the value in the third column.

 

fit.StepFixtureTestFixture

 

 

check

result

 

step

 

 

check

result

1:

step

one string arg

 

check

result

1:2:one string arg

step

another string arg

the second arg

check

result

1:2:one string arg3:another string arg+the second arg