You are already using AEM Mocks, so there are many mock objects/statements which you don't really need (session, page, request, response, page etc.)Most of these you can just get from the AEM context. For e.g you can remove the mock request and mock response and instead can directly rely on context....