aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json
blob: fa64b2eebcd108239052a90e1e14f8a69ee5bf6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
    "name": "Test_OutputEvent",
    "version": "0.0.1",
    "nameSpace": "org.onap.policy.apex.test",
    "source": "External",
    "target": "Apex",
    "toscaPolicyState": "",
    "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
        },
        "tzValue": "Greenwich Mean Time",
        "dst": true
    },
    "CustomDate2": {
        "dateValue": {
            "time": 1499868391,
            "year": 1970,
            "month": 0,
            "day": 18,
            "hour": 8,
            "minute": 37,
            "second": 48,
            "milliSecond": 391
        },
        "tzValue": "Greenwich Mean Time",
        "dst": false,
        "utcOffset": 0,
        "locale": "en"
    },
    "CustomDouble": {
        "doubleValue": 6.71000001E8
    },
    "CustomFloat": {
        "floatValue": 3000001.0
    },
    "CustomInteger": {
        "intValue": -9876542
    },
    "CustomJLong": {
        "longValue": -9223372036854775808
    },
    "CustomLong": {
        "longValue": -9223372036854775808
    },
    "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"
}