We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org.mockito.runners.MockitoJUnitRunner is deprecated.
org.mockito.runners.MockitoJUnitRunner
Class MockitoJUnitRunner
SearchServices/search-services/alfresco-solrclient-lib/src/test/java/org/alfresco/solr/client/SOLRAPIClientFactoryTest.java
Line 44 in 9c99b10
Therefore, it is better to replace it with org.mockito.junit.MockitoJUnitRunner.
org.mockito.junit.MockitoJUnitRunner
The text was updated successfully, but these errors were encountered:
Merge pull request #367 from silverskyvicto/dev-silverskyvicto-365
6f854e8
[#365] Change deprecated class.
No branches or pull requests
org.mockito.runners.MockitoJUnitRunner
is deprecated.Class MockitoJUnitRunner
SearchServices/search-services/alfresco-solrclient-lib/src/test/java/org/alfresco/solr/client/SOLRAPIClientFactoryTest.java
Line 44 in 9c99b10
Therefore, it is better to replace it with
org.mockito.junit.MockitoJUnitRunner
.The text was updated successfully, but these errors were encountered: