Increase unit test coverage for Yangtools 30/46130/2
authorIgor Foltin <ifoltin@cisco.com>
Fri, 23 Sep 2016 13:18:12 +0000 (15:18 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 3 Oct 2016 10:18:33 +0000 (10:18 +0000)
commitca9e2edb35147c203b534021acc605cbf341bcf4
tree59a5d806d58db204d06f9e9cbc1defedccfb6013
parent2a2eb7c41d741ac91a0ca2bc45a7103cfc55f02b
Increase unit test coverage for Yangtools

Added several unit tests.

Change-Id: I57b4b6c84fd489f2546189bb66bc03490ccf194f
Signed-off-by: Igor Foltin <ifoltin@cisco.com>
14 files changed:
yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/SchemalessXMLStreamNormalizedNodeStreamWriterTest.java [new file with mode: 0644]
yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/XmlToNormalizedNodesTest.java
yang/yang-data-codec-xml/src/test/resources/foobar.xml [new file with mode: 0644]
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/parser/stmt/rfc6020/effective/ConstraintDefinitionsTest.java [new file with mode: 0644]
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/DeviationStmtTest.java
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/EffectiveSchemaContextTest.java [new file with mode: 0644]
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/RpcStmtTest.java
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/YangParserSimpleTest.java
yang/yang-parser-impl/src/test/resources/constraint-definitions-test/foo.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/deviation-stmt-test/bar.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/effective-schema-context-test/bar.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/effective-schema-context-test/baz.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/effective-schema-context-test/foo.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/rpc-stmt-test/foo.yang [new file with mode: 0644]