For future folks, here is the solution that worked for me Add an inner class like below in your test class public class MockFindResourcesHandlerImpl implements MockFindResourcesHandler { @Nullable @Override public Iterator<Resource> findResources(@NotNull String query, String language) { ...