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:


Notes


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.