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

IDE:Idea

添加依赖

<dependency>
            <groupId>net.bytebuddy</groupId>
            <artifactId>byte-buddy</artifactId>
            <version>1.8.16</version>
        </dependency>
        <dependency>
            <groupId>net.bytebuddy</groupId>
            <artifactId>byte-buddy-agent</artifactId>
            <version>1.8.16</version>
            <scope>test</scope>
        </dependency>
原文地址:https://www.cnblogs.com/bihanghang/p/10012074.html