Mocking javax.xml.ws.Service parent class with mockito
I have a Java class that I’m trying to write unit tests for using testng and mockito. The class inherits from the javax.xml.ws.Service class.
I have a Java class that I’m trying to write unit tests for using testng and mockito. The class inherits from the javax.xml.ws.Service class.