Hi! NHNgodo!
{"ScriptPreparationCode":"/*use this block to define your objects and\r\n stuff which has to be done for every test block\r\nfor example: \u0027var testObject = {a: 3, b: 2}\u0027*/\r\nvar actions = [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}];\r\nvar dosmth = [];\r\nvar statusList = [\u0027test\u0027];","TestCases":[{"Name":"in","Code":"let actionlength = actions.length;\r\n for (var i = 0; i \u003C actionlength; i\u002B\u002B) {\r\n let action = actions[i];\r\nif((action.status in statusList)==false){\r\n dosmth.push(\u00271\u0027);\r\n}\r\n }","IsDeferred":false},{"Name":"jquery","Code":"let actionlength = actions.length;\r\n for (var i = 0; i \u003C actionlength; i\u002B\u002B) {\r\n let action = actions[i];\r\n if((jQuery.isEmptyObject(statusList) == false) ){\r\n dosmth.push(\u00271\u0027);\r\n}}","IsDeferred":false},{"Name":"includes","Code":"let actionlength = actions.length;\r\n for (var i = 0; i \u003C actionlength; i\u002B\u002B) {\r\n let action = actions[i];\r\n if(!statusList.includes(action.status)){\r\n dosmth.push(\u00271\u0027);\r\n}\r\n }","IsDeferred":false},{"Name":"orig","Code":"let actionlength = actions.length;\r\n for (var i = 0; i \u003C actionlength; i\u002B\u002B) {\r\n let action = actions[i];\r\nif(jQuery.isEmptyObject(statusList) == false \u0026\u0026 (action.status in statusList)==false){\r\n dosmth.push(\u00271\u0027);\r\n}\r\n }","IsDeferred":false}]}