William Collishaw created WFLY-12177:
----------------------------------------
Summary: Replace deprecated Mockito Matchers class with ArgumentMatchers
Key: WFLY-12177
URL:
https://issues.jboss.org/browse/WFLY-12177
Project: WildFly
Issue Type: Enhancement
Reporter: William Collishaw
Assignee: Brian Stansberry
Matchers class got replaced with ArgumentMatchers, the following is from the
[Javadoc|https://static.javadoc.io/org.mockito/mockito-core/2.18.0/org/mockito/Matchers.html]:
{code:java}
Deprecated.
Use ArgumentMatchers. This class is now deprecated in order to avoid a name clash with
Hamcrest org.hamcrest.Matchers class. This class will likely be removed in version 3.0.
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)