Migrate netconf to mockito ArgumentMatchers
[netconf.git] / netconf / netconf-client / src / test / java / org / opendaylight / netconf / client / TlsClientChannelInitializerTest.java
index 03ef147e7b8a92d4f23fd4ee7cda63baeee3d211..da238bf90ddbf3d10cf875ccaa29e56ff0154226 100644 (file)
@@ -7,8 +7,8 @@
  */
 package org.opendaylight.netconf.client;
 
-import static org.mockito.Matchers.any;
-import static org.mockito.Matchers.anyString;
+import static org.mockito.ArgumentMatchers.any;
+import static org.mockito.ArgumentMatchers.anyString;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.times;