Arithmetic Column Fixture


A ColumnFixture that handles the following fields and methods. Columns are order independent except that fields x and y must preceed the methods that use them.

  • int x
  • int y
  • int plus()
  • int minus()
  • int times()
  • int divide()
  • float floating()

See ArithmeticFixture.

See source.

 

Last edited September 14, 2002
Return to WelcomeVisitors