Background: I am doing the unit test in ECLIPSE 2021-06 (4.20.0) on method viewApplication() in HallSystem class. When I am doing testViewApplication2() in testHallSystem class, I am trying to test finding an std2’s application but there is no std2’ application. Steps to Reproduce: 1. Run the package with testHall_Admission 2. Run the method “void testViewApplication2” in testHallSystem class Actual result: The system output the error message of “java.lang.NullPointerException: Cannot invoke “HallAdmissionSystem.Application.toString()” because the return value of “HallAdmissionSystem.HallSystem.findApplication(HallAdmissionSystem.Student)” is null” in the console after the test run.