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://10.200.1.11:23101/article/api/json?id=326582435&siteId=291194637