Could not initialize plugin: interface org.mockito.plugins.MockMaker

后端 未结 25 2192
走了就别回头了
走了就别回头了 2020-12-29 01:01

I\'m getting following exception once tests is started:

    Testcase: treeCtorArgumentTest(com.xythos.client.drive.cachedtree.CachedTreeTest):  Caused an ERR         


        
25条回答
  •  自闭症患者
    2020-12-29 01:27

    If you are using powermock ensure that your dependencies point to:

    org.powermock:powermock-api-mockito2
    

    instead of

    org.powermock:powermock-api-mockito
    

提交回复
热议问题