Hi, I have created a Sling filter and now I need to test it using JUnit. However, the test case is not running and is showing an error in the JUnit test. The error in JUnit is pointing to the line,MockSlingHttpServletRequest request = new MockSlingHttpServletRequest(context.resourceResolver()); Kind...