Migrate concepts to Jupiter API
[yangtools.git] / common / concepts / src / test / java / org / opendaylight / yangtools / concepts / AbstractIllegalArgumentCodecTest.java
index b645e3051c44fa6ce747ed3940c527bd0a07b537..ae85a213018f5944debb97aa7898958656994bd5 100644 (file)
@@ -7,9 +7,9 @@
  */
 package org.opendaylight.yangtools.concepts;
 
-import static org.junit.Assert.assertThrows;
+import static org.junit.jupiter.api.Assertions.assertThrows;
 
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
 
 @Deprecated(since = "8.0.0", forRemoval = true)
 public class AbstractIllegalArgumentCodecTest {