Calculate Fixture


CalculateFixture is like ColumnFixture, except that:
	 * It doesn't mark some header names with "()". Instead, it separates the given columns (to the left) and calculated columns (to the right) by an empty column.
	 * It allows ExtendedCamelCase in the names in the header row

Eg

Calculatesum
ab +
12 3
-33 0

The first two columns are given; the third is calculated. The underlying calculated method is plus().

 

Last edited May 9, 2004
Return to WelcomeVisitors