X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fparser%2Fbuilder%2Fimpl%2FLeafListSchemaNodeBuilderTest.java;h=586239ba0689d378a0533214dfda23a11493425f;hb=42abb28b99a02f9580f4676ce5c315628e5bcd24;hp=5518804955b7c1f919d7eabbfcc29a712b0bd698;hpb=f304e6b160927b49fbdcdf55fde55fb23c437896;p=yangtools.git diff --git a/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/parser/builder/impl/LeafListSchemaNodeBuilderTest.java b/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/parser/builder/impl/LeafListSchemaNodeBuilderTest.java index 5518804955..586239ba06 100644 --- a/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/parser/builder/impl/LeafListSchemaNodeBuilderTest.java +++ b/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/parser/builder/impl/LeafListSchemaNodeBuilderTest.java @@ -6,8 +6,12 @@ */ package org.opendaylight.yangtools.yang.parser.builder.impl; -import static org.junit.Assert.*; - +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertNotEquals; +import static org.junit.Assert.assertNotNull; +import static org.junit.Assert.assertNull; +import static org.junit.Assert.assertTrue; import org.junit.Test; import org.opendaylight.yangtools.yang.common.QName; import org.opendaylight.yangtools.yang.model.api.DerivableSchemaNode; @@ -23,7 +27,10 @@ import org.opendaylight.yangtools.yang.parser.builder.api.UnknownSchemaNodeBuild * @see org.opendaylight.yangtools.yang.parser.builder.impl.LeafListSchemaNodeBuilder * * @author Lukas Sedlak + * + * @deprecated Pre-Beryllium implementation, scheduled for removal. */ +@Deprecated public class LeafListSchemaNodeBuilderTest extends AbstractBuilderTest { @Test