How to resolve : java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)

前端 未结 0 1961
一向
一向 2021-01-25 04:55

I am working on junit , here is my test case :

@RunWith(MockitoJUnitRunner.class)
public class ControllerTest {

@InjectMocks
Controller controller;

@Test
public         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题