Remove reference to JUnitMatchers 50/35350/1
authorRobert Varga <rovarga@cisco.com>
Wed, 24 Feb 2016 18:31:13 +0000 (19:31 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 24 Feb 2016 18:31:13 +0000 (19:31 +0100)
constainsString() is deprecated, use the version n CoreMatchers.

Change-Id: Icff4e1fd24a3901899216962b4caf127f11f77b3
Signed-off-by: Robert Varga <rovarga@cisco.com>
util/src/test/java/org/opendaylight/protocol/util/PCEPHexDumpParserTest.java

index 23de4015053811255273053f9e8369cda3fb80c1..6f2a044138591e5918a87b950e786a7d9f73c94d 100644 (file)
@@ -7,11 +7,10 @@
  */
 package org.opendaylight.protocol.util;
 
+import static org.hamcrest.CoreMatchers.containsString;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertThat;
 import static org.junit.Assert.fail;
-import static org.junit.matchers.JUnitMatchers.containsString;
-
 import java.io.File;
 import java.io.FileNotFoundException;
 import java.lang.reflect.Constructor;