Introduce integration tests to Honeycomb
authorMaros Marsalek <[email protected]>
Fri, 1 Jul 2016 14:24:01 +0000 (16:24 +0200)
committerMaros Marsalek <[email protected]>
Wed, 13 Jul 2016 09:28:29 +0000 (11:28 +0200)
commit9b54d602311bac02fda6881c50db48701509a303
tree58901570c70c25371d28d0db9ebe3ac7030507f0
parentfb41618f6e78d5f1a20bbf37c45282c5fc15387d
Introduce integration tests to Honeycomb

+ Add writer infrastructure initial test

Change-Id: I0c1017f55c9456f145943ca6db6221555b746c8f
Signed-off-by: Maros Marsalek <[email protected]>
v3po/it/it-test/pom.xml [new file with mode: 0644]
v3po/it/it-test/src/test/java/io/fd/honeycomb/v3po/data/impl/HoneycombWriteInfraTest.java [new file with mode: 0644]
v3po/it/pom.xml
v3po/it/src/test/java/io/fd/honeycomb/v3po/it/V3poIT.java [deleted file]
v3po/it/test-model/pom.xml [new file with mode: 0644]
v3po/it/test-model/src/main/yang/hc-test.yang [new file with mode: 0644]
v3po/pom.xml
v3po/translate-utils/src/main/java/io/fd/honeycomb/v3po/translate/util/write/registry/FlatWriterRegistry.java
v3po/translate-utils/src/test/java/io/fd/honeycomb/v3po/translate/util/write/registry/FlatWriterRegistryTest.java