Create JUnit tests for:

- Both PersonCollector and PersonCollectorImproved
- Both Point and PointImproved
- Both Student and StudentImproved

Expectation: The same set of tests should pass on the version without helper methods and the version with helper methods.