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

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

    My dependency for mockito was under androidTestImplementation and not under testImplementation.

    I got the same error when I tried to use mockito with my unit tests. All I had to do was add the dependency.

提交回复
热议问题