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

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

    Missing reference to:

    • byte-buddy-1.6.5.jar
    • byte-buddy-agent-1.6.5.jar
    • objenesis-2.5.jar

    Since Mockito 2.0.2 beta, Mockito-core has dependencies.

提交回复
热议问题