Clean-up sal-rest-docgen test classes
[netconf.git] / restconf / sal-rest-docgen / src / test / java / org / opendaylight / netconf / sal / rest / doc / AbstractApiDocTest.java
similarity index 85%
rename from restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/impl/AbstractApiDocTest.java
rename to restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/AbstractApiDocTest.java
index 4f191b4b7fe5697d059233ac4889ad3ac6da6bb8..654fd68485dae9eec07310d4d7c6ee4ed84f40cf 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.netconf.sal.rest.doc.impl;
+package org.opendaylight.netconf.sal.rest.doc;
 
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.when;
@@ -16,8 +16,8 @@ import org.opendaylight.yangtools.yang.model.api.EffectiveModelContext;
 import org.opendaylight.yangtools.yang.test.util.YangParserTestUtils;
 
 public abstract class AbstractApiDocTest {
-    static EffectiveModelContext CONTEXT;
-    static DOMSchemaService SCHEMA_SERVICE;
+    protected static EffectiveModelContext CONTEXT;
+    protected static DOMSchemaService SCHEMA_SERVICE;
 
     @BeforeClass
     public static void beforeClass() {