Raise unit test coverage over 50% 07/67907/1
authordglFromAtt <dgl@research.att.com>
Wed, 19 Sep 2018 21:44:28 +0000 (17:44 -0400)
committerdglFromAtt <dgl@research.att.com>
Wed, 19 Sep 2018 21:52:23 +0000 (17:52 -0400)
commitfc6779b17daf8673fd87f9da7e731dba11914875
tree06b6164efb1bca84ca350382103b58f690c92603
parentcea5c305eed3eb466ed46ee4d3e16729c7c828b1
Raise unit test coverage over 50%

Change-Id: I54ac2797b5a02e41e2c066829b029a8ede4ed1de
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-800
Signed-off-by: dglFromAtt <dgl@research.att.com>
src/main/java/org/onap/dmaap/dbcapi/resources/DR_SubResource.java
src/main/java/org/onap/dmaap/dbcapi/service/DR_SubService.java
src/main/java/org/onap/dmaap/dbcapi/service/FeedService.java
src/test/java/org/onap/dmaap/dbcapi/authentication/AafLurAndFishTest.java [new file with mode: 0644]
src/test/java/org/onap/dmaap/dbcapi/authentication/ApiPermsTest.java [new file with mode: 0644]
src/test/java/org/onap/dmaap/dbcapi/resources/DR_PubResourceTest.java [new file with mode: 0644]
src/test/java/org/onap/dmaap/dbcapi/resources/DR_SubResourceTest.java [new file with mode: 0644]
src/test/java/org/onap/dmaap/dbcapi/service/Dr_PubServiceTest.java