Add unit tests to increase sonar coverage 15/27315/1
authoraditya <ag282f@att.com>
Wed, 3 Jan 2018 23:25:58 +0000 (17:25 -0600)
committeraditya <ag282f@att.com>
Wed, 3 Jan 2018 23:25:58 +0000 (17:25 -0600)
commitc1bbee3c6a59422f94e4d2bc2c61b0fe203745bf
tree4f6bcd8dc749109b1e14271e3afdd6fe25341a20
parent4b3414f52f740e8c46075e6b45a22d8b90844783
Add unit tests to increase sonar coverage

Add unit tests to entity, exception, search and util packages

Issue-ID: AAI-499

Change-Id: I8e2ca9055f97ac2db16c256d4d4ae417a158e66c
Signed-off-by: Aditya Gajulapalli <ag282f@att.com>
src/test/java/org/onap/aai/datarouter/entity/AaiEventEntityTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/datarouter/exception/DataRouterExceptionTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/datarouter/policy/EntityEventPolicyConfigTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/datarouter/search/filters/config/FiltersConfigTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/datarouter/util/CrossEntityReferenceTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/datarouter/util/DataRouterPropertiesTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/datarouter/util/NodeUtilsTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/datarouter/util/RouterServiceUtilTest.java [new file with mode: 0644]