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

后端 未结 25 2084
走了就别回头了
走了就别回头了 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:31

    Explicitly define mockito dependency as the version in your powermock and springboot differs testCompile group: 'org.mockito', name: 'mockito-core', version: '2.8.9'

提交回复
热议问题