Migrate concepts to Jupiter API
[yangtools.git] / common / concepts / src / test / java / org / opendaylight / yangtools / concepts / AbstractIllegalArgumentCodecTest.java
index fe11a9b4843fa3487ef0d752ea85a49c7e7e65de..ae85a213018f5944debb97aa7898958656994bd5 100644 (file)
@@ -7,10 +7,11 @@
  */
 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 {
     private static final class TestCodec extends AbstractIllegalArgumentCodec<String, String> {
         @Override