{"ScriptPreparationCode":"const string = \u0022Quite a random string, which is not too long, but not too short neither\u0022;","TestCases":[{"Name":"indexOf","Code":"!!(string.indexOf(\u0027str2\u0027) !== -1)","IsDeferred":false},{"Name":"includes","Code":"string.includes(\u0027str2\u0027)","IsDeferred":false}]}