aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@ericsson.com>2018-06-27 16:16:42 +0100
committerwaqas.ikram <waqas.ikram@ericsson.com>2018-06-28 15:47:46 +0100
commit2816ea6b7672a5519628a5134a5ef719166b27f7 (patch)
tree94ee625fd5e84113f86a38b62124f7945241c302 /testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json
parent7c2b947460d0795b29c9c23f1d7373a27ae7bc9e (diff)
Adding integration test module
Change-Id: If94ff28724a31269cf20b32c43fa0790c3b2dac3 Issue-ID: POLICY-865 Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
Diffstat (limited to 'testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json')
-rw-r--r--testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json102
1 files changed, 102 insertions, 0 deletions
diff --git a/testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json b/testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json
new file mode 100644
index 000000000..1a06ec6c5
--- /dev/null
+++ b/testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json
@@ -0,0 +1,102 @@
+{
+ "name": "Test_OutputEvent",
+ "version": "0.0.1",
+ "nameSpace": "org.onap.policy.apex.test",
+ "source": "External",
+ "target": "Apex",
+ "CustomBoolean": {
+ "flag": false
+ },
+ "CustomByte": {
+ "byteValue": -128
+ },
+ "CustomDate0": {
+ "time": 1499868391,
+ "year": 1970,
+ "month": 0,
+ "day": 18,
+ "hour": 8,
+ "minute": 37,
+ "second": 48,
+ "milliSecond": 391
+ },
+ "CustomDate1": {
+ "dateValue": {
+ "time": 1499868391,
+ "year": 1970,
+ "month": 0,
+ "day": 18,
+ "hour": 8,
+ "minute": 37,
+ "second": 48,
+ "milliSecond": 391
+ },
+ "timeZoneString": "Greenwich Mean Time",
+ "dst": true
+ },
+ "CustomDate2": {
+ "dateValue": {
+ "time": 1499868391,
+ "year": 1970,
+ "month": 0,
+ "day": 18,
+ "hour": 8,
+ "minute": 37,
+ "second": 48,
+ "milliSecond": 391
+ },
+ "timeZoneString": "Greenwich Mean Time",
+ "dst": false,
+ "utcOffset": 0,
+ "localeLanguage": "en",
+ "localeCountry": ""
+ },
+ "CustomDouble": {
+ "doubleValue": 6.71000001E8
+ },
+ "CustomFloat": {
+ "floatValue": 3000001.0
+ },
+ "CustomInteger": {
+ "intValue": -9876542
+ },
+ "CustomJLong": {
+ "longValue": 9223372036854775807
+ },
+ "CustomLong": {
+ "longValue": 9223372036854775807
+ },
+ "CustomMap": {
+ "mapValue": {
+ "hello": "goodbye",
+ "here": "there",
+ "now": "then",
+ "love": "hate",
+ "summer": "winter",
+ "good": "bad"
+ }
+ },
+ "CustomSet": {
+ "setValue": [
+ "I",
+ "a",
+ "bear",
+ "beard",
+ "cuddly",
+ "once",
+ "saw",
+ "with"
+ ]
+ },
+ "CustomString": {
+ "stringValue": "I Wandered Lonely as a Cloud added to end of string"
+ },
+ "JavaBoolean": true,
+ "JavaByte": -127,
+ "JavaDouble": 1.2345E67,
+ "JavaFloat": 2.0E23,
+ "JavaInteger": 1234568,
+ "JavaLong": 1234567890124,
+ "JavaShort": 32001,
+ "JavaString": "The four green provinces of Ireland added to end of string"
+}