Hi @BrianKasingli , I am having the same problem, that I want to mock a static class in Junit 5 test, which is written using WCM IO extension and AemContext in it. I am able to write the junit without using WCM IO and AemContext, but is it possible to mock the Util class with static methods in my t...