Column Fixture

Modified on 06/03/2013 21:03 by Administrator — Categorized as: Column Fixture, Test Fixture Type, TestWiki

Column Fixture



Math.Calculator
value1value2Sum()Product()Exponent()
32569
124184820736

The first row is the fully qualified name of the type (namespace+class) being tested.
The second row has argument names followed by procedures denoted by the ().
The following rows has the values for the arguments and the expected results of the procedures.
Wards' Wiki Column Fixture page

After running the test it would look like this.
Math.Calculator
value1 value2 Sum() Product() Exponent()
3 2569
124Expected 18
Actual 164820736

Checkout a live example on the test site where the test fixtures are being developed. Just click the 'Run Tests' link to run the test and see the results.