{"ScriptPreparationCode":null,"TestCases":[{"Name":"trunc","Code":"Math.trunc(13.37)\r\nMath.trunc(13.67)","IsDeferred":false},{"Name":"round","Code":"Math.round(13.37)\r\nMath.round(13.67)","IsDeferred":false},{"Name":"floor","Code":"Math.floor(13.37)\r\nMath.floor(13.67)","IsDeferred":false},{"Name":"parseInt","Code":"parseInt(12.17)\r\nparseInt(12.97)","IsDeferred":false},{"Name":"parseInt Radix","Code":"parseInt(12.17, 10)\r\nparseInt(12.97, 10)","IsDeferred":false}]}