Category "junit-jupiter"

ILLegalAccessError tried to access method org.mockito.internal.handler.MockHandlerFactory

I am trying to mock a static method of InetAddress class using PowerMockito but I am getting the below error IllegalAccessError: Tried to access method org.mock

Generated test sources not getting invoked as part of the gradle build

Added Spring Cloud Contract plugin and configured it for baseClassMappings Added Spring Cloud Contract verifier Added required base classes for generated tests