Quick Index
Problem Statement
This challenge will follow the Example closely.
The Example used RectangleTest as a basis.
For this challenge use your latest version of PointTests as a starting point.
Like the example, add at least four helper methods that will simplify or enhance your test class.
Then of course call the new helper methods from multiple points in your code.
For the four helper methods you add to PointTest:
- You may use the same helper methods added to the example RectangleTest
- You must also add two or more unique helper methods (not given in RectangleTest)
Notes
- Helper methods may help to simplify code and/or enhance functionality, so each helper method you add for this challenge may do either or both of these
- Feel free to add ivars to your PointTests if you like (coder's choice)
- Feel free to enhance your tester class for this problem if it helps to add your four helper methods (coder's choice)
Grading
For this assignment, we will use these grading rules.
Note that for this challenge the submitted JAVA file(s) should compile without errors as usual. You should also run the file to make sure it runs and produces nice test output. We always want to do this for our test files.