Are those two ways of mocking static methods equal?
I’m using Java 17 with JUnit 5 and Mockito 5. I’m working on legacy code and adding some new tests or editing the old ones.
I’m using Java 17 with JUnit 5 and Mockito 5. I’m working on legacy code and adding some new tests or editing the old ones.