{"ScriptPreparationCode":"var str = \u0027abc\u0027;\r\nstr = str.charAt(Math.floor(Math.random() * 3));\r\nvar found;","TestCases":[{"Name":"Switch","Code":"switch (str) {\r\n case \u0027a\u0027: found = \u0027A\u0027; break;\r\n case \u0027b\u0027: found = \u0027B\u0027; break;\r\n case \u0027c\u0027: found = \u0027C\u0027; break;\r\n}","IsDeferred":false},{"Name":"boolean inlince","Code":"str === \u0027a\u0027 \u0026\u0026 (found = \u0027A\u0027);\r\nstr === \u0027b\u0027 \u0026\u0026 (found = \u0027B\u0027);\r\nstr === \u0027c\u0027 \u0026\u0026 (found = \u0027C\u0027);","IsDeferred":false}]}