commit | d6969f09272b77687b24aa333f45de6b33844470 | [log] [tgz] |
---|---|---|
author | Jakub Dudycz <jakub.dudycz@nokia.com> | Mon Mar 12 15:24:40 2018 +0100 |
committer | Takamune Cho <tc012c@att.com> | Tue Mar 13 17:18:02 2018 +0000 |
tree | 813eecc112eb0f511191970273d174401e7b9a0d | |
parent | 04dee786c77757d8e9b86e9228cba46d717ecd40 [diff] [blame] |
JsonUtil unit tests Improved code coverage + some test class refactor Change-Id: Ie69f4a699f7f924438eda24014c44fe54643e707 Issue-ID: APPC-724 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
diff --git a/appc-common/src/test/resources/valid.json b/appc-common/src/test/resources/valid.json new file mode 100644 index 0000000..6ce80f3 --- /dev/null +++ b/appc-common/src/test/resources/valid.json
@@ -0,0 +1,4 @@ +{ + "name": "dummy name", + "value": 99 +} \ No newline at end of file