SpringBoot2.3. Integrate Mockito to realize unit test

1. General Mockito is an excellent and powerful framework for Java unit testing. When you need to call a third-party interface and the development test environment cannot call this interface directly, you can use mockito to simulate interface calls to write perfect unit tests, which also makes it strongly decoupled from third-party application ...

Posted by AudiS2 on Wed, 05 Jan 2022 17:10:39 +0100