MockitoExtension - dgryoo/pfairplayService GitHub Wiki
What is MockitoExtension
- The Mockito extension: Initializes mocks annotated with @Mock , so that explicit usage of MockitoAnnotations#initMocks(Object) is not necessary. Mocks are initialized before each test method. Validates framework usage after each test method.