{"ScriptPreparationCode":"const links = [{\r\n Rel: \u0022modelSelectionSetup\u0022,\r\n Href: \u0022http://localhost:8081/Embed/8184/4870/Setup/ComparisonSelection\u0022\r\n}, {\r\n Rel: \u0022comparisonSetup\u0022,\r\n Method: \u0022GET\u0022,\r\n Href: \u0022http://localhost:8081/Embed/8184/4870/45/Setup/RangeComparison\u0022\r\n}];","TestCases":[{"Name":"for","Code":"const links = [{\r\n Rel: \u0022modelSelectionSetup\u0022,\r\n Href: \u0022http://localhost:8081/Embed/8184/4870/Setup/ComparisonSelection\u0022\r\n}, {\r\n Rel: \u0022comparisonSetup\u0022,\r\n Method: \u0022GET\u0022,\r\n Href: \u0022http://localhost:8081/Embed/8184/4870/45/Setup/RangeComparison\u0022\r\n}];\r\n\r\nfor(let i=0; i\u003Clinks.length; i\u002B\u002B) { const link = links[i]; if (link.Rel == \u0027comparisonSetup\u0027) return link; } ","IsDeferred":false},{"Name":"filter","Code":"const links = [{\r\n Rel: \u0022modelSelectionSetup\u0022,\r\n Href: \u0022http://localhost:8081/Embed/8184/4870/Setup/ComparisonSelection\u0022\r\n}, {\r\n Rel: \u0022comparisonSetup\u0022,\r\n Method: \u0022GET\u0022,\r\n Href: \u0022http://localhost:8081/Embed/8184/4870/45/Setup/RangeComparison\u0022\r\n}];\r\n\r\nreturn links.filter(x =\u003E x.Rel == \u0027comparisonSetup\u0027)[0]; ","IsDeferred":false}]}