diff options
Diffstat (limited to 'utils-test/src/test/resources')
-rw-r--r-- | utils-test/src/test/resources/org/onap/policy/common/utils/gson/GsonTestUtilsTest.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils-test/src/test/resources/org/onap/policy/common/utils/gson/GsonTestUtilsTest.json b/utils-test/src/test/resources/org/onap/policy/common/utils/gson/GsonTestUtilsTest.json new file mode 100644 index 00000000..ff7ed70b --- /dev/null +++ b/utils-test/src/test/resources/org/onap/policy/common/utils/gson/GsonTestUtilsTest.json @@ -0,0 +1,4 @@ +{ + "id": ${obj.id}, + "text": "${obj.text}" +} |