Next, consider how to approach the assignment. It is clear that
the Implementation of the
methods should
be done after the test cases.
However, Eclipse will create empty test stubs for any method signatures it finds in the classes
under test (World and Coordinate).
So, it is helpful to define at least one method, so you can see what a
stub looks like.