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

后端 未结 25 2210
走了就别回头了
走了就别回头了 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条回答
  •  萌比男神i
    2020-12-29 01:15

    I had the same issue and tryed @Paskas's solution, worked well Junit Test ok at first. added the bytebuddy dependency to my pom.xml:

    
                net.bytebuddy
                byte-buddy-dep
                1.9.7
    
    

    Hope this helps.

提交回复
热议问题