FitNesse.NET
Numeric Comparison Operators
A numeric comparison operator can be used in any expected value cell that contains a number. The operators are < (less than), > (greater than), <= (less than or equal) and >= (greater than or equal).

eg.ArithmeticColumn
xyplus?
224<5

eg.InfoFixture
setresult4
checkresult4<5

These operators can be combined with the symbol recall operator. You may need to use a space to seperate 'less than' and 'symbol recall'.

eg.ArithmeticColumn
xyplus?
21 3 >>three
23 5 >>five
224>3 <<three
224<5 <<five

© Copyright 2007,2008 Syterra Software Inc. All rights reserved.