Rename *ApiDoc* classess to *OpenApi* classes
[netconf.git] / restconf / sal-rest-docgen / src / test / java / org / opendaylight / netconf / sal / rest / doc / AbstractOpenApiTest.java
similarity index 95%
rename from restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/AbstractApiDocTest.java
rename to restconf/sal-rest-docgen/src/test/java/org/opendaylight/netconf/sal/rest/doc/AbstractOpenApiTest.java
index 654fd68485dae9eec07310d4d7c6ee4ed84f40cf..f522e70b0f5299bc91bc80d38dffc5514d9c200f 100644 (file)
@@ -15,7 +15,7 @@ import org.opendaylight.mdsal.dom.api.DOMSchemaService;
 import org.opendaylight.yangtools.yang.model.api.EffectiveModelContext;
 import org.opendaylight.yangtools.yang.test.util.YangParserTestUtils;
 
-public abstract class AbstractApiDocTest {
+public abstract class AbstractOpenApiTest {
     protected static EffectiveModelContext CONTEXT;
     protected static DOMSchemaService SCHEMA_SERVICE;