aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/test_anynode_class.json
diff options
context:
space:
mode:
authorkoblosz <sandra.koblosz@nokia.com>2018-05-22 17:13:35 +0200
committerkoblosz <sandra.koblosz@nokia.com>2018-06-18 16:07:48 +0200
commite0194fbb1f8291ca0c23cc68840097b8d33670e5 (patch)
tree428cfe803eb10bdf7098f9a5cd67157d78c8f640 /src/test/resources/test_anynode_class.json
parentcea2e184ff50e91833efd23408d647ccb295e847 (diff)
Refactor DmaapPropertyReader
Issue-ID: DCAEGEN2-522 Signed-off-by: KOBLOSZ SANDRA <sandra.koblosz@nokia.com> Change-Id: I2d9928ff3ffeda0e204480f13e8c8bf91bddf912
Diffstat (limited to 'src/test/resources/test_anynode_class.json')
-rw-r--r--src/test/resources/test_anynode_class.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/resources/test_anynode_class.json b/src/test/resources/test_anynode_class.json
new file mode 100644
index 00000000..0d349451
--- /dev/null
+++ b/src/test/resources/test_anynode_class.json
@@ -0,0 +1,9 @@
+{
+ "channels": [{
+ "one": "number1", "two": "number2", "three": "number3"}],
+ "sampleStrList": ["1", "2", "3", "4", "5"],
+ "sampleNestedObject": {"a": 1, "b": 2},
+ "sampleInt": 1,
+ "sampleString": "str",
+ "sampleNull": null
+}