Improve mod/runtimeapi code coverage 71/100771/1
authorAndrew Gauld <agauld@att.com>
Fri, 24 Jan 2020 19:14:27 +0000 (19:14 +0000)
committerAndrew Gauld <agauld@att.com>
Fri, 24 Jan 2020 19:22:15 +0000 (19:22 +0000)
commit25cd97d9626dcc1cd3dd82b3ad5c934cdb137342
tree8d62d75cfd381e8bd7b307bca2e2305f922198ec
parent6f2d7c7bd510345436f54fd1554280cc731a1dc4
Improve mod/runtimeapi code coverage

Change-Id: Ic8b23955deed9411ac2c216571ec2548a9fc5e42
Issue-ID: DCAEGEN2-1860
Signed-off-by: Andrew Gauld <agauld@att.com>
12 files changed:
mod/runtimeapi/pom.xml
mod/runtimeapi/runtime-core/pom.xml
mod/runtimeapi/runtime-core/src/test/java/org/onap/dcae/runtime/core/TestBeans.java [new file with mode: 0644]
mod/runtimeapi/runtime-core/src/test/java/org/onap/dcae/runtime/core/TestFlowGraphParser.java
mod/runtimeapi/runtime-web/pom.xml
mod/runtimeapi/runtime-web/src/main/java/org/onap/dcae/runtime/web/service/BlueprintInventory.java
mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web/ClientMocking.java [new file with mode: 0644]
mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web/TestBeans.java [new file with mode: 0644]
mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web/TestIntegration.java [deleted file]
mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web/controllers/TestDistributeEndpoint.java [deleted file]
mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web/controllers/TestFlowGraphController.java
mod/runtimeapi/runtime-web/src/test/java/org/onap/dcae/runtime/web/service/GraphServiceImplTest.java [deleted file]