From d6969f09272b77687b24aa333f45de6b33844470 Mon Sep 17 00:00:00 2001 From: Jakub Dudycz Date: Mon, 12 Mar 2018 15:24:40 +0100 Subject: JsonUtil unit tests Improved code coverage + some test class refactor Change-Id: Ie69f4a699f7f924438eda24014c44fe54643e707 Issue-ID: APPC-724 Signed-off-by: Jakub Dudycz --- appc-common/src/test/resources/invalid.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 appc-common/src/test/resources/invalid.json (limited to 'appc-common/src/test/resources/invalid.json') diff --git a/appc-common/src/test/resources/invalid.json b/appc-common/src/test/resources/invalid.json new file mode 100644 index 000000000..cd152e0fc --- /dev/null +++ b/appc-common/src/test/resources/invalid.json @@ -0,0 +1,3 @@ +{ + name: value +} \ No newline at end of file -- cgit 1.2.3-korg