Class Summary
| ImplementationTests |
ImplementationTest is a simple test suite to test the implementation of each
problem set. |
| RatNumSmallTest |
This class contains a small set of test cases that can be used to
test the implementation of the RatNum class. |
| RatNumTest |
This class contains a set of test cases that can be used to test the
implementation of the RatNum class. |
| RatPolyStackTest |
This class contains a set of test cases that can be used to test the
implementation of the RatPolyStack class. |
| RatPolyTest |
This class contains a set of test cases that can be used to test the
implementation of the RatPoly class. |
| RatTermTest |
This class contains a set of test cases that can be used to test the
implementation of the RatPoly class. |
| SpecificationTests |
SpecificationTests is a simple TestSuite that includes and runs all the tests
in RatNumTest, RatPolyTest, and RatPolyStackTest. |