#mocking
Read more stories on Hashnode
Articles with this tag
From Mockito 3.4.0, it is possible to mock static method even in Junit 5 thus reducing the dependency on using PowerMock. To use this, add dependency...