summaryrefslogtreecommitdiffstats
path: root/sliPluginUtils/provider/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'sliPluginUtils/provider/src/test/resources')
-rw-r--r--sliPluginUtils/provider/src/test/resources/2dArray.json4
-rw-r--r--sliPluginUtils/provider/src/test/resources/3dArray.json4
-rw-r--r--sliPluginUtils/provider/src/test/resources/ArrayMenu.json41
-rw-r--r--sliPluginUtils/provider/src/test/resources/EmbeddedEscapedJson.json16
-rw-r--r--sliPluginUtils/provider/src/test/resources/EscapedJson.json1
-rw-r--r--sliPluginUtils/provider/src/test/resources/JsonObject.json5
-rw-r--r--sliPluginUtils/provider/src/test/resources/ObjectMenu.json43
-rw-r--r--sliPluginUtils/provider/src/test/resources/Widget.json27
8 files changed, 0 insertions, 141 deletions
diff --git a/sliPluginUtils/provider/src/test/resources/2dArray.json b/sliPluginUtils/provider/src/test/resources/2dArray.json
deleted file mode 100644
index 2a94b46f4..000000000
--- a/sliPluginUtils/provider/src/test/resources/2dArray.json
+++ /dev/null
@@ -1,4 +0,0 @@
-[
- ["apple", "orange", "banana", null],
- ["squash", "broccoli", "cauliflower"]
-] \ No newline at end of file
diff --git a/sliPluginUtils/provider/src/test/resources/3dArray.json b/sliPluginUtils/provider/src/test/resources/3dArray.json
deleted file mode 100644
index 149955596..000000000
--- a/sliPluginUtils/provider/src/test/resources/3dArray.json
+++ /dev/null
@@ -1,4 +0,0 @@
-[
- [["a","b","c"], ["d","e","f"]],
- [["x","y","z"]]
-] \ No newline at end of file
diff --git a/sliPluginUtils/provider/src/test/resources/ArrayMenu.json b/sliPluginUtils/provider/src/test/resources/ArrayMenu.json
deleted file mode 100644
index 26a24f292..000000000
--- a/sliPluginUtils/provider/src/test/resources/ArrayMenu.json
+++ /dev/null
@@ -1,41 +0,0 @@
-[{
- "id": "1",
- "type": "pizza",
- "name": "plain",
- "calories": 1000,
- "vegetarian": true
- }, {
- "id": "2",
- "type": "pizza",
- "name": "Tuesday Special",
- "calories": null,
- "vegetarian": false,
- "topping":
- [{
- "id": "1",
- "name": "onion"
- }, {
- "id": "2",
- "name": "pepperoni"
- }
- ]
- }, {
- "id": "3",
- "type": "pizza",
- "name": "House Special",
- "calories": 1500,
- "vegetarian": true,
- "topping":
- [{
- "id": "3",
- "name": "basil"
- }, {
- "id": "4",
- "name": "fresh mozzarella"
- }, {
- "id": "5",
- "name": "tomato"
- }
- ]
- }
-]
diff --git a/sliPluginUtils/provider/src/test/resources/EmbeddedEscapedJson.json b/sliPluginUtils/provider/src/test/resources/EmbeddedEscapedJson.json
deleted file mode 100644
index dbb6d8d3a..000000000
--- a/sliPluginUtils/provider/src/test/resources/EmbeddedEscapedJson.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "input": {
- "parameters":
- [{
- "name": "escapedJsonObject",
- "value": "[{\"id\":\"0.2.0.0\/16\"},{\"id\":\"ge04::\/64\"}]"
- }, {
- "name": "password",
- "value": "Hello\/World"
- }, {
- "name": "resourceName",
- "value": "The\t\"Best\"\tName"
- }
- ]
- }
-} \ No newline at end of file
diff --git a/sliPluginUtils/provider/src/test/resources/EscapedJson.json b/sliPluginUtils/provider/src/test/resources/EscapedJson.json
deleted file mode 100644
index a7719e819..000000000
--- a/sliPluginUtils/provider/src/test/resources/EscapedJson.json
+++ /dev/null
@@ -1 +0,0 @@
-{\"widget\":{\"debug\":false,\"window\":{\"title\":\"ONAP Widget\",\"name\":\"main_window\",\"width\":200,\"height\":300},\"image\":{\"src\":\"images\/moon.png\",\"name\":\"moon\",\"hOffset\":150,\"vOffset\":150,\"alignment\":\"center\"},\"text\":{\"data\":\"Click Me\",\"size\":21,\"style\":\"bold\",\"name\":\"text1\",\"hOffset\":350,\"vOffset\":200,\"alignment\":\"center\"}}} \ No newline at end of file
diff --git a/sliPluginUtils/provider/src/test/resources/JsonObject.json b/sliPluginUtils/provider/src/test/resources/JsonObject.json
deleted file mode 100644
index 0578368f8..000000000
--- a/sliPluginUtils/provider/src/test/resources/JsonObject.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "aaa": "123",
- "bbb": "xyz",
- "c.d": "abc"
-} \ No newline at end of file
diff --git a/sliPluginUtils/provider/src/test/resources/ObjectMenu.json b/sliPluginUtils/provider/src/test/resources/ObjectMenu.json
deleted file mode 100644
index 56f842d48..000000000
--- a/sliPluginUtils/provider/src/test/resources/ObjectMenu.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "menu": [{
- "id": "1",
- "type": "pizza",
- "name": "plain",
- "calories": 1000,
- "vegetarian": true
- }, {
- "id": "2",
- "type": "pizza",
- "name": "Tuesday Special",
- "calories": 2000,
- "vegetarian": false,
- "topping":
- [{
- "id": "1",
- "name": "onion"
- }, {
- "id": "2",
- "name": "pepperoni"
- }
- ]
- }, {
- "id": "3",
- "type": "pizza",
- "name": "House Special",
- "calories": 1500,
- "vegetarian": true,
- "topping":
- [{
- "id": "3",
- "name": "basil"
- }, {
- "id": "4",
- "name": "fresh mozzarella"
- }, {
- "id": "5",
- "name": "tomato"
- }
- ]
- }
- ]
-}
diff --git a/sliPluginUtils/provider/src/test/resources/Widget.json b/sliPluginUtils/provider/src/test/resources/Widget.json
deleted file mode 100644
index 6b90907ce..000000000
--- a/sliPluginUtils/provider/src/test/resources/Widget.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "widget": {
- "debug": false,
- "window": {
- "title": "ONAP Widget",
- "name": "main_window",
- "width": 200,
- "height": 300
- },
- "image": {
- "src": "images/moon.png",
- "name": "moon",
- "hOffset": 150,
- "vOffset": 150,
- "alignment": "center"
- },
- "text": {
- "data": "Click Me",
- "size": 21,
- "style": "bold",
- "name": "text1",
- "hOffset": 350,
- "vOffset": null,
- "alignment": "center"
- }
- }
-} \ No newline at end of file