From 6e63000117632ac7e8c9eb34c4dc1e9163e62ecf Mon Sep 17 00:00:00 2001 From: Shailendra Borale Date: Wed, 28 Mar 2018 15:53:42 -0400 Subject: Add junit coverage to dg-common Introduced junit-tests for dg-common Removed tabs and extra spaces Added the input.json file, renamed files Change-Id: I89b6ddd70cc83f2eeb1a094977ffbe38463be6c0 Issue-ID: APPC-808 Signed-off-by: Shailendra Borale --- appc-dg/appc-dg-shared/appc-dg-common/src/test/resources/data/input.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 appc-dg/appc-dg-shared/appc-dg-common/src/test/resources/data/input.json (limited to 'appc-dg/appc-dg-shared/appc-dg-common/src/test/resources/data/input.json') diff --git a/appc-dg/appc-dg-shared/appc-dg-common/src/test/resources/data/input.json b/appc-dg/appc-dg-shared/appc-dg-common/src/test/resources/data/input.json new file mode 100644 index 000000000..377c9f17e --- /dev/null +++ b/appc-dg/appc-dg-shared/appc-dg-common/src/test/resources/data/input.json @@ -0,0 +1 @@ +{"vnfId":"I1","vnfType":"T1"} \ No newline at end of file -- cgit 1.2.3-korg