Mockito java.lang.NoSuchMeThodError

abnormal situation:
 
org.mocktio.internal.createion.instance.InstiatorProvider.getInstantiator(Long/mockito/mock/MockCreationSettings;)Lorg/mockito.internal/creation/instance/Instantiator
 
In this case, the mocktio jar conflicts with the powermock jar package, so it is recommended to remove the mocktio pom
 
<dependency>
<grouId>org.mockito</grouId>
<artifacId>mocktio-all</artifacId>
<scope>test</scope>
 
</dependency>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326518773&siteId=291194637