[Spec tests] Add linkType element to testMaps

This commit is contained in:
anastasiia.spaseeva
2020-04-20 14:45:43 +03:00
parent 3a31150df4
commit d94c212a60
130 changed files with 3130 additions and 1551 deletions
@@ -6,7 +6,8 @@
"specVersion": "0.1-201",
"casesNumber": 0,
"description": "\u0027When\u0027 with invalid else condition.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
],
"1": [
@@ -14,13 +15,15 @@
"specVersion": "0.1-296",
"casesNumber": 0,
"description": "\u0027When\u0027 with bound value and \u0027when condition\u0027 with type checking operator and non-type value.",
"unexpectedBehaviour": true
"unexpectedBehaviour": true,
"linkType": "main"
},
{
"specVersion": "0.1-296",
"casesNumber": 0,
"description": "\u0027When\u0027 with bound value and type test condition, but missed type in \u0027when condition\u0027.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
],
"3": [
@@ -28,7 +31,8 @@
"specVersion": "0.1-296",
"casesNumber": 0,
"description": "\u0027When\u0027 with bound value and \u0027when condition\u0027 with range expression, but without contains operator.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
],
"9": [
@@ -36,7 +40,8 @@
"specVersion": "0.1-201",
"casesNumber": 0,
"description": "\u0027When\u0027 with bound value and not allowed spread operator in \u0027when condition\u0027.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}
@@ -48,13 +53,15 @@
"specVersion": "0.1-100",
"casesNumber": 0,
"description": "Empty \u0027when\u0027 with missed bound value.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
},
{
"specVersion": "0.1-100",
"casesNumber": 0,
"description": "Empty \u0027when\u0027 with missed \u0027when entries\u0027 section.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
},
@@ -64,13 +71,15 @@
"specVersion": "0.1-100",
"casesNumber": 0,
"description": "Empty \u0027when\u0027 with bound value.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
},
{
"specVersion": "0.1-100",
"casesNumber": 0,
"description": "Empty \u0027when\u0027 without bound value.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}
@@ -82,13 +91,15 @@
"specVersion": "0.1-100",
"casesNumber": 0,
"description": "\u0027When\u0027 without bound value and with invalid \u0027else\u0027 branch.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
},
{
"specVersion": "0.1-100",
"casesNumber": 0,
"description": "\u0027When\u0027 without bound value and with invalid list of the boolean conditions in \u0027when entry\u0027.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
],
"1": [
@@ -96,13 +107,15 @@
"specVersion": "0.1-100",
"casesNumber": 0,
"description": "\u0027When\u0027 without bound value and missed \u0027when condition\u0027.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
},
{
"specVersion": "0.1-100",
"casesNumber": 0,
"description": "\u0027When\u0027 without bound value and missed control structure body.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}
@@ -114,19 +127,22 @@
"specVersion": "0.1-313",
"casesNumber": 0,
"description": "\u0027When\u0027 with bound value and empty \u0027when condition\u0027.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
},
{
"specVersion": "0.1-313",
"casesNumber": 0,
"description": "\u0027When\u0027 with bound value and with invalid list of the conditions in \u0027when entry\u0027.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
},
{
"specVersion": "0.1-313",
"casesNumber": 0,
"description": "\u0027When\u0027 with bound value and empty control structure body.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}