gliga / ekstazi

Software testing optimization tool
Apache License 2.0
27 stars 15 forks source link

mockito is not working #61

Open kdtuition opened 8 months ago

kdtuition commented 8 months ago

mockito is not working well with ekstazi.

<dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <version>4.1.0</version>
        </dependency>
java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) 
Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker