ps2.test
Interface TestValues


public interface TestValues

Interface that contains a constant value for the tolerance that all test cases should use.


Field Summary
static double TOLERANCE
          How close two double values have to be for us to call them equal.
 

Field Detail

TOLERANCE

static final double TOLERANCE
How close two double values have to be for us to call them equal.

See Also:
Constant Field Values