Migrate netconf to mockito ArgumentMatchers
[netconf.git] / netconf / netconf-client / src / test / java / org / opendaylight / netconf / client / SshClientChannelInitializerTest.java
index 2bfe717403472ff663743d8daefe805ff7652ece..80e6d0450e209c33235ba2fee6a37882ceb2e56d 100644 (file)
@@ -8,8 +8,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;