Could client.core.SoapClient be non-final
Opened this issue · 1 comments
KLBonn commented
Hi Tom,
could you remove the "final" from org.reficio.ws.client.core.SoapClient class?
Otherwise mocking the SoapClient in my unit tests becomes unnecessary difficult. While SoapClient is final, I can neither subclass nor use Mockito.
PowerMock would be a workaround, but I strive not to require it.
Best regards,
Klaus
tombujok commented
Yep, that's a nice idea