X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=parser%2Fyang-parser-rfc7950%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fstmt%2FStmtTestUtils.java;h=3a591ce650c905d2ad59182fd4cc1d2412068e92;hb=b139e2294d2fb67a1d93d5ed52bfd4f6d182c0b2;hp=cf334d9a430b8624dd6c4427ca313ec441d41ece;hpb=28d185d4f326cb8c1fe2060b2d439c8e12c151f6;p=yangtools.git diff --git a/parser/yang-parser-rfc7950/src/test/java/org/opendaylight/yangtools/yang/stmt/StmtTestUtils.java b/parser/yang-parser-rfc7950/src/test/java/org/opendaylight/yangtools/yang/stmt/StmtTestUtils.java index cf334d9a43..3a591ce650 100644 --- a/parser/yang-parser-rfc7950/src/test/java/org/opendaylight/yangtools/yang/stmt/StmtTestUtils.java +++ b/parser/yang-parser-rfc7950/src/test/java/org/opendaylight/yangtools/yang/stmt/StmtTestUtils.java @@ -122,16 +122,6 @@ public final class StmtTestUtils { return parseYangSources(config, supportedFeatures, sources); } - public static EffectiveModelContext parseYangSources(final Collection files) throws ReactorException, - IOException, YangSyntaxErrorException { - return parseYangSources(files, YangParserConfiguration.DEFAULT); - } - - public static EffectiveModelContext parseYangSources(final Collection files, - final YangParserConfiguration config) throws ReactorException, IOException, YangSyntaxErrorException { - return parseYangSources(config, null, files.toArray(new File[0])); - } - public static EffectiveModelContext parseYangSources(final String yangSourcesDirectoryPath) throws ReactorException, URISyntaxException, IOException, YangSyntaxErrorException { return parseYangSources(yangSourcesDirectoryPath, YangParserConfiguration.DEFAULT);