java - MockitoJUnitRunner is deprecated - Stack Overflow
org.mockito.runners.MockitoJUnitRunner
is now indeed deprecated, you are supposed to use org.mockito.junit.MockitoJUnitRunner
instead. As you can see only the package name change, the simple name of the class is still MockitoJUnitRunner
.
Read full article from java - MockitoJUnitRunner is deprecated - Stack Overflow
No comments:
Post a Comment