Bug 3899: Milestone: Increase test coverage for Yangtools 06/34406/2
authorIgor Foltin <ifoltin@cisco.com>
Wed, 10 Feb 2016 15:24:51 +0000 (16:24 +0100)
committerIgor Foltin <ifoltin@cisco.com>
Thu, 11 Feb 2016 14:41:38 +0000 (15:41 +0100)
commit824245ab13b0c9782ef2c5b0653d2c0b567da8c3
treebc7b37fcb1b193be3750ffcab430ff35c63929fc
parenta3f2b690663731627b1d93a41cb447d93a60ba5f
Bug 3899: Milestone: Increase test coverage for Yangtools

Added unit test for DomToNormalizedNodeParserFactory.

Added unit test for declared anyxml statement.
More tests for declared yang statements will be added in the future.

Change-Id: If98d5fe6a4ac634c9060d2bbe186e0cb90482a35
Signed-off-by: Igor Foltin <ifoltin@cisco.com>
yang/yang-data-impl/src/test/java/org/opendaylight/yangtools/yang/data/impl/schema/transform/dom/parser/DomToNormalizedNodeParserFactoryTest.java [new file with mode: 0644]
yang/yang-data-impl/src/test/resources/foo.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/test/DeclaredStatementsTest.java [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/declared-statements-test/anyxml-declared-test.yang [new file with mode: 0644]