Migrate netconf to mockito ArgumentMatchers
[netconf.git] / netconf / netconf-notifications-impl / src / test / java / org / opendaylight / netconf / notifications / impl / osgi / ActivatorTest.java
index cce998a32ab9787b95797ce56b14c16b927b2aa6..ddacdd957c81a013c484d14ead87b0870802719a 100644 (file)
@@ -9,8 +9,8 @@
 package org.opendaylight.netconf.notifications.impl.osgi;
 
 import static org.junit.Assert.assertEquals;
-import static org.mockito.Matchers.any;
-import static org.mockito.Matchers.eq;
+import static org.mockito.ArgumentMatchers.any;
+import static org.mockito.ArgumentMatchers.eq;
 import static org.mockito.Mockito.doNothing;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.mock;