- testAddSubtract() - Static method in class RationalTest
-
- testCombined() - Static method in class CounterTest
-
testCombined - test combinations of the increase and decrease methods
- testConstructor() - Static method in class CounterTest
-
testConstructor - test if the appropriate exception is thrown
- testConstructor() - Static method in class RationalTest
-
- testDecrease() - Static method in class CounterTest
-
testDecrease - verify that the decrease method works
- testEquals() - Static method in class CounterTest
-
testEquals - test the equals method
- testIncrease() - Static method in class CounterTest
-
testIncrease - verify that the increase method works
- testInvert() - Static method in class RationalTest
-
- testMultiplyDivide() - Static method in class RationalTest
-
- testNegate() - Static method in class RationalTest
-
- testToString() - Static method in class CounterTest
-
testToString - test the toString method
- toString() - Method in class Counter
-
Override the toString method to provide a more informative
description of the counter