Skip to content

Instantly share code, notes, and snippets.

@ingorichter
Created May 11, 2014 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ingorichter/7df8b515d0324d844591 to your computer and use it in GitHub Desktop.
Save ingorichter/7df8b515d0324d844591 to your computer and use it in GitHub Desktop.
Brackets Integration Test Suite Results Linux
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="StringMatch" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:35:43">
</testsuite>
<testsuite name="StringMatch _generateMatchList" errors="0" tests="6" failures="0" time="0" timestamp="2014-05-08T12:35:43">
undefined
undefined
undefined
undefined
undefined
undefined
</testsuite>
<testsuite name="Quick View" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:35:47">
</testsuite>
<testsuite name="Quick View Quick view colors" errors="0" tests="8" failures="0" time="3.39" timestamp="2014-05-08T12:35:43">
<testcase classname="Quick View Quick view colors" name="should show preview of hex colors either in 3 digit hex or or 6-digit hex" time="3.288"></testcase>
<testcase classname="Quick View Quick view colors" name="should NOT show preview of color on words start with #" time="0.004"></testcase>
<testcase classname="Quick View Quick view colors" name="should show preview of valid rgb/rgba colors" time="0.02"></testcase>
<testcase classname="Quick View Quick view colors" name="should NOT show preview of unsupported rgb/rgba colors" time="0.01"></testcase>
<testcase classname="Quick View Quick view colors" name="should show preview of valid hsl/hsla colors" time="0.01"></testcase>
<testcase classname="Quick View Quick view colors" name="should NOT show preview of unsupported hsl/hsla colors" time="0.005"></testcase>
<testcase classname="Quick View Quick view colors" name="should show preview of colors with valid names" time="0.028"></testcase>
<testcase classname="Quick View Quick view colors" name="should NOT show preview of colors with invalid names" time="0.016"></testcase>
</testsuite>
<testsuite name="Quick View Quick view gradients" errors="0" tests="8" failures="0" time="0.167" timestamp="2014-05-08T12:35:47">
<testcase classname="Quick View Quick view gradients" name="Should show linear gradient preview for those with vendor prefix" time="0.035"></testcase>
<testcase classname="Quick View Quick view gradients" name="Should show linear gradient preview for those with w3c standard syntax (no prefix)" time="0.042"></testcase>
<testcase classname="Quick View Quick view gradients" name="Should show radial gradient preview for those with vendor prefix syntax" time="0.013"></testcase>
<testcase classname="Quick View Quick view gradients" name="Should show radial gradient preview for those with w3c standard syntax (no prefix)" time="0.004"></testcase>
<testcase classname="Quick View Quick view gradients" name="Should show repeating linear gradient preview" time="0.018"></testcase>
<testcase classname="Quick View Quick view gradients" name="Should show repeating radial gradient preview" time="0.006"></testcase>
<testcase classname="Quick View Quick view gradients" name="Should show comma-separated gradients" time="0.014"></testcase>
<testcase classname="Quick View Quick view gradients" name="Should should convert gradients arguments from pixel to percent" time="0.032"></testcase>
</testsuite>
<testsuite name="Quick View Quick view display" errors="0" tests="2" failures="0" time="0.243" timestamp="2014-05-08T12:35:47">
<testcase classname="Quick View Quick view display" name="popover is positioned within window bounds" time="0.211"></testcase>
<testcase classname="Quick View Quick view display" name="highlight matched text when popover shown" time="0.03"></testcase>
</testsuite>
<testsuite name="Quick View Quick view images" errors="0" tests="5" failures="0" time="0.105" timestamp="2014-05-08T12:35:47">
<testcase classname="Quick View Quick view images" name="Should show image preview for file path inside url()" time="0.075"></testcase>
<testcase classname="Quick View Quick view images" name="Should show image preview for urls with http/https" time="0.003"></testcase>
<testcase classname="Quick View Quick view images" name="Should show image preview for file path inside single or double quotes" time="0.008"></testcase>
<testcase classname="Quick View Quick view images" name="Should show image preview for subsequent images in a line" time="0.014"></testcase>
<testcase classname="Quick View Quick view images" name="Should show image preview for a data URI inside url()" time="0.002"></testcase>
</testsuite>
<testsuite name="JSLint" errors="0" tests="4" failures="0" time="7.744" timestamp="2014-05-08T12:35:47">
<testcase classname="JSLint" name="should run JSLint linter when a JavaScript document opens" time="1.921"></testcase>
<testcase classname="JSLint" name="status icon should toggle Errors panel when errors present" time="1.947"></testcase>
<testcase classname="JSLint" name="status icon should not toggle Errors panel when no errors present" time="2.026"></testcase>
<testcase classname="JSLint" name="should default to the editor&apos;s indent" time="1.844"></testcase>
</testsuite>
<testsuite name="Recent Projects" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:35:57">
</testsuite>
<testsuite name="Recent Projects UI" errors="0" tests="3" failures="0" time="1.9" timestamp="2014-05-08T12:35:55">
<testcase classname="Recent Projects UI" name="should open the recent projects list with only the getting started project" time="1.657"></testcase>
<testcase classname="Recent Projects UI" name="should open the recent project list and show 5 recent projects" time="0.119"></testcase>
<testcase classname="Recent Projects UI" name="should delete one project from recent project list when delete key is pressed on" time="0.121"></testcase>
</testsuite>
<testsuite name="CloseOthers" errors="0" tests="3" failures="0" time="8.902" timestamp="2014-05-08T12:35:57">
<testcase classname="CloseOthers" name="Close others" time="2.822"></testcase>
<testcase classname="CloseOthers" name="Close others above" time="2.866"></testcase>
<testcase classname="CloseOthers" name="Close others below" time="3.209"></testcase>
</testsuite>
<testsuite name="JSQuickEdit" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:36:20">
</testsuite>
<testsuite name="JSQuickEdit javaScriptFunctionProvider" errors="0" tests="4" failures="0" time="14.097" timestamp="2014-05-08T12:36:06">
<testcase classname="JSQuickEdit javaScriptFunctionProvider" name="should ignore tokens that are not function calls or references" time="2.017"></testcase>
<testcase classname="JSQuickEdit javaScriptFunctionProvider" name="should open a function with form: function functionName()" time="2.352"></testcase>
<testcase classname="JSQuickEdit javaScriptFunctionProvider" name="should open a function with form: functionName = function()" time="2.361"></testcase>
<testcase classname="JSQuickEdit javaScriptFunctionProvider" name="should open a function with form: functionName: function()" time="2.343"></testcase>
</testsuite>
<testsuite name="JSQuickEdit javaScriptFunctionProvider Code hints tests within quick edit window " errors="0" tests="2" failures="0" time="5.018" timestamp="2014-05-08T12:36:15">
<testcase classname="JSQuickEdit javaScriptFunctionProvider Code hints tests within quick edit window " name="should see code hint lists in quick editor" time="2.453"></testcase>
<testcase classname="JSQuickEdit javaScriptFunctionProvider Code hints tests within quick edit window " name="should see jump to definition on variable working in quick editor" time="2.562"></testcase>
</testsuite>
<testsuite name="StaticServer" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:36:27">
</testsuite>
<testsuite name="StaticServer StaticServerDomain" errors="0" tests="12" failures="0" time="6.872" timestamp="2014-05-08T12:36:20">
<testcase classname="StaticServer StaticServerDomain" name="should start a static server on the given folder" time="0.28"></testcase>
<testcase classname="StaticServer StaticServerDomain" name="should start the server on the given port" time="0.035"></testcase>
<testcase classname="StaticServer StaticServerDomain" name="should start a static server using a random port when the given port is already in use" time="0.036"></testcase>
<testcase classname="StaticServer StaticServerDomain" name="should serve the text of a file in the given folder" time="0.07"></testcase>
<testcase classname="StaticServer StaticServerDomain" name="should create separate servers for different folders" time="0.036"></testcase>
<testcase classname="StaticServer StaticServerDomain" name="should keep a previous server alive after creating a new server" time="0.051"></testcase>
<testcase classname="StaticServer StaticServerDomain" name="should trigger an event when a file path is requested" time="0.561"></testcase>
<testcase classname="StaticServer StaticServerDomain" name="should send static file contents after canceling a filter request" time="5.059"></testcase>
<testcase classname="StaticServer StaticServerDomain" name="should override the static file server response with a new response body" time="0.06"></testcase>
<testcase classname="StaticServer StaticServerDomain" name="should ignore multiple responses for the same request" time="0.061"></testcase>
<testcase classname="StaticServer StaticServerDomain" name="should log a warning when writing to a non-existant request" time="0.061"></testcase>
<testcase classname="StaticServer StaticServerDomain" name="should should require paths to be filtered for events to fire" time="0.551"></testcase>
</testsuite>
<testsuite name="StaticServer StaticServer" errors="0" tests="3" failures="0" time="0.005" timestamp="2014-05-08T12:36:27">
<testcase classname="StaticServer StaticServer" name="should translate local paths to server paths" time="0.002"></testcase>
<testcase classname="StaticServer StaticServer" name="should only serve html files that are in the project file hierarchy" time="0.001"></testcase>
<testcase classname="StaticServer StaticServer" name="should decline serving if not connected to node" time="0.001"></testcase>
</testsuite>
<testsuite name="CSS Code Hinting" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:36:29">
</testsuite>
<testsuite name="CSS Code Hinting CSS properties in general (selection of correct property based on input)" errors="0" tests="11" failures="0" time="0.442" timestamp="2014-05-08T12:36:27">
<testcase classname="CSS Code Hinting CSS properties in general (selection of correct property based on input)" name="should list all prop-name hints right after curly bracket" time="0.086"></testcase>
<testcase classname="CSS Code Hinting CSS properties in general (selection of correct property based on input)" name="should list all prop-name hints in new line" time="0.059"></testcase>
<testcase classname="CSS Code Hinting CSS properties in general (selection of correct property based on input)" name="should list all prop-name hints starting with &apos;b&apos; in new line" time="0.041"></testcase>
<testcase classname="CSS Code Hinting CSS properties in general (selection of correct property based on input)" name="should list all prop-name hints starting with &apos;bord&apos; " time="0.039"></testcase>
<testcase classname="CSS Code Hinting CSS properties in general (selection of correct property based on input)" name="should list all prop-name hints starting with &apos;border-&apos; " time="0.04"></testcase>
<testcase classname="CSS Code Hinting CSS properties in general (selection of correct property based on input)" name="should list only prop-name hint border-color" time="0.027"></testcase>
<testcase classname="CSS Code Hinting CSS properties in general (selection of correct property based on input)" name="should list prop-name hints at end of property-value finished by ;" time="0.055"></testcase>
<testcase classname="CSS Code Hinting CSS properties in general (selection of correct property based on input)" name="should NOT list prop-name hints right before curly bracket" time="0.022"></testcase>
<testcase classname="CSS Code Hinting CSS properties in general (selection of correct property based on input)" name="should NOT list prop-name hints after declaration of mediatype" time="0.023"></testcase>
<testcase classname="CSS Code Hinting CSS properties in general (selection of correct property based on input)" name="should NOT list prop-name hints if previous property is not closed properly" time="0.023"></testcase>
<testcase classname="CSS Code Hinting CSS properties in general (selection of correct property based on input)" name="should NOT list prop-name hints in media type declaration" time="0.02"></testcase>
</testsuite>
<testsuite name="CSS Code Hinting CSS property hint insertion" errors="0" tests="7" failures="0" time="0.274" timestamp="2014-05-08T12:36:27">
<testcase classname="CSS Code Hinting CSS property hint insertion" name="should insert colon prop-name selected" time="0.038"></testcase>
<testcase classname="CSS Code Hinting CSS property hint insertion" name="should not insert semicolon after prop-value selected" time="0.03"></testcase>
<testcase classname="CSS Code Hinting CSS property hint insertion" name="should insert prop-name directly after semicolon" time="0.048"></testcase>
<testcase classname="CSS Code Hinting CSS property hint insertion" name="should insert nothing but the closure(semicolon) if prop-value is fully written" time="0.027"></testcase>
<testcase classname="CSS Code Hinting CSS property hint insertion" name="should insert prop-name before an existing one" time="0.046"></testcase>
<testcase classname="CSS Code Hinting CSS property hint insertion" name="should insert prop-name before an existing one when invoked with an implicit character" time="0.047"></testcase>
<testcase classname="CSS Code Hinting CSS property hint insertion" name="should replace the existing prop-value with the new selection" time="0.032"></testcase>
</testsuite>
<testsuite name="CSS Code Hinting CSS prop-value hints" errors="0" tests="4" failures="0" time="0.113" timestamp="2014-05-08T12:36:27">
<testcase classname="CSS Code Hinting CSS prop-value hints" name="should list all prop-values for &apos;display&apos; after colon" time="0.03"></testcase>
<testcase classname="CSS Code Hinting CSS prop-value hints" name="should list all prop-values for &apos;display&apos; after colon and whitespace" time="0.031"></testcase>
<testcase classname="CSS Code Hinting CSS prop-value hints" name="should list all prop-values starting with &apos;in&apos; for &apos;display&apos; after colon and whitespace" time="0.026"></testcase>
<testcase classname="CSS Code Hinting CSS prop-value hints" name="should NOT list prop-value hints for unknown prop-name" time="0.023"></testcase>
</testsuite>
<testsuite name="CSS Code Hinting CSS hint provider inside mixed htmlfiles" errors="0" tests="8" failures="0" time="0.331" timestamp="2014-05-08T12:36:27">
<testcase classname="CSS Code Hinting CSS hint provider inside mixed htmlfiles" name="should list prop-name hints right after curly bracket" time="0.057"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider inside mixed htmlfiles" name="should list prop-name hints inside single-line styletags at start" time="0.051"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider inside mixed htmlfiles" name="should list prop-name hints inside single-line styletags after semicolon" time="0.061"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider inside mixed htmlfiles" name="should list prop-name hints inside multi-line styletags with cursor in first line" time="0.05"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider inside mixed htmlfiles" name="should list prop-name hints inside multi-line styletags with cursor in last line" time="0.03"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider inside mixed htmlfiles" name="should NOT list prop-name hints between closed styletag and new opening styletag" time="0.025"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider inside mixed htmlfiles" name="should NOT list hints right before curly bracket" time="0.029"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider inside mixed htmlfiles" name="should NOT list hints inside head-tag" time="0.022"></testcase>
</testsuite>
<testsuite name="CSS Code Hinting CSS hint provider in other filecontext (e.g. javascript)" errors="0" tests="1" failures="0" time="0.017" timestamp="2014-05-08T12:36:28">
<testcase classname="CSS Code Hinting CSS hint provider in other filecontext (e.g. javascript)" name="should NOT list hints after function declaration" time="0.016"></testcase>
</testsuite>
<testsuite name="CSS Code Hinting CSS hint provider cursor placement inside value functions" errors="0" tests="1" failures="0" time="0.024" timestamp="2014-05-08T12:36:28">
<testcase classname="CSS Code Hinting CSS hint provider cursor placement inside value functions" name="should should place the cursor between the parens of the value function" time="0.024"></testcase>
</testsuite>
<testsuite name="CSS Code Hinting CSS hint provider for regions and exclusions" errors="0" tests="8" failures="0" time="0.181" timestamp="2014-05-08T12:36:28">
<testcase classname="CSS Code Hinting CSS hint provider for regions and exclusions" name="should list 7 value-name hints for shape-inside" time="0.021"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider for regions and exclusions" name="should list 16 value-name hints for shape-outside" time="0.027"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider for regions and exclusions" name="should list 2 value-name hints for region-fragment" time="0.031"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider for regions and exclusions" name="should list 11 value-name hints for region-break-after" time="0.021"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider for regions and exclusions" name="should list 5 value-name hints for region-break-inside" time="0.019"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider for regions and exclusions" name="should list 11 value-name hints for region-break-before" time="0.019"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider for regions and exclusions" name="should list 2 value-name hints for flow-from" time="0.02"></testcase>
<testcase classname="CSS Code Hinting CSS hint provider for regions and exclusions" name="should list 1 value-name hint for flow-into" time="0.02"></testcase>
</testsuite>
<testsuite name="CSS Code Hinting Named flow hints for flow-into and flow-from properties in a CSS file" errors="0" tests="3" failures="0" time="0.213" timestamp="2014-05-08T12:36:28">
<testcase classname="CSS Code Hinting Named flow hints for flow-into and flow-from properties in a CSS file" name="should list more than 2 value hints for flow-from" time="0.063"></testcase>
<testcase classname="CSS Code Hinting Named flow hints for flow-into and flow-from properties in a CSS file" name="should list more than 1 value hint for flow-into" time="0.084"></testcase>
<testcase classname="CSS Code Hinting Named flow hints for flow-into and flow-from properties in a CSS file" name="should NOT include partially entered named flow value in hint list" time="0.064"></testcase>
</testsuite>
<testsuite name="CSS Code Hinting Named flow hints inside a style block of an HTML" errors="0" tests="4" failures="0" time="0.244" timestamp="2014-05-08T12:36:28">
<testcase classname="CSS Code Hinting Named flow hints inside a style block of an HTML" name="should include only 2 named flows available in the style block for flow-from" time="0.062"></testcase>
<testcase classname="CSS Code Hinting Named flow hints inside a style block of an HTML" name="should include only 2 named flows available in the style block for flow-into" time="0.06"></testcase>
<testcase classname="CSS Code Hinting Named flow hints inside a style block of an HTML" name="should NOT include partially entered named flow value in hint list" time="0.064"></testcase>
<testcase classname="CSS Code Hinting Named flow hints inside a style block of an HTML" name="should NOT show named flow available inisde HTML text" time="0.056"></testcase>
</testsuite>
<testsuite name="CSS Code Hinting Should not invoke CSS hints on space key" errors="0" tests="2" failures="0" time="0.093" timestamp="2014-05-08T12:36:28">
<testcase classname="CSS Code Hinting Should not invoke CSS hints on space key" name="should not trigger CSS property name hints with space key" time="0.047"></testcase>
<testcase classname="CSS Code Hinting Should not invoke CSS hints on space key" name="should not trigger CSS property value hints with space key" time="0.045"></testcase>
</testsuite>
<testsuite name="Inline Timing Function Editor" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:36:29">
</testsuite>
<testsuite name="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" errors="0" tests="28" failures="0" time="0.03" timestamp="2014-05-08T12:36:29">
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match bezier curve function in strict mode" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match bezier curve function in lax mode" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match bezier curve function with negative value" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match bezier curve function in full line of longhand css" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match bezier curve function in full line of shorthand css" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match bezier curve function with leading zeros" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match bezier curve function with no optional whitespace" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match bezier curve function with extra optional whitespace" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match linear function in declaration in strict mode" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match linear function value in lax mode" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match ease function in declaration in strict mode" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match ease function value in lax mode" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match ease-in function in declaration in strict mode" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match ease-in function value in lax mode" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match ease-out function in declaration in strict mode" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match ease-out function value in lax mode" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match ease-in-out function in declaration in strict mode" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should match ease-in-out function value in lax mode" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should correct cubic-bezier function with out-of-range X parameters" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should correct cubic-bezier function with Infinity parameters" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should correct cubic-bezier function with non-numeric parameters" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should correct cubic-bezier function with no parameters" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should correct cubic-bezier function with 3 parameters" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should correct cubic-bezier function with 5 parameters" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should not match cubic-bezier function with invalid whitespace" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should not match cubic-bezier function with UPPER-CASE" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should not match unknown timing function" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for bezier curve functions" name="should not match linear when not a timing function" time="0.001"></testcase>
</testsuite>
<testsuite name="Inline Timing Function Editor TimingFunctionUtils for step functions" errors="0" tests="32" failures="0" time="0.037" timestamp="2014-05-08T12:36:29">
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match steps function in strict mode" time="0.003"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match steps function in lax mode" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match steps function with second parameter of end" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match steps function with only 1 parameter" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match steps function in full line of longhand css" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match steps function in full line of shorthand css" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match steps function with leading zeros" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match steps function with no optional whitespace with 1 param" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match steps function with no optional whitespace with 2 params" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match steps function with extra optional whitespace with 1 param" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match steps function with extra optional whitespace with 2 params" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match step-start function in declaration in strict mode" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match step-start function value in lax mode" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match step-end function in declaration in strict mode" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should match step-end function value in lax mode" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with zero steps" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with a non-integer number of steps" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with a negative number of steps" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with an infinite number of steps" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with NaN number of steps" time="0.002"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with non-numeric number of steps" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with a string-value number of steps" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with no parameters" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with empty second parameter" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with undefined second parameter" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with typo in second parameter" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with a string as second parameter" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should correct steps function with 3 parameters" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should not match steps function with no parens" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should not match steps function with invalid whitespace" time="0"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should not match steps function with UPPER-CASE" time="0.001"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunctionUtils for step functions" name="should not match unknown timing function" time="0.001"></testcase>
</testsuite>
<testsuite name="Inline Timing Function Editor Bookmark Timing Function" errors="0" tests="9" failures="0" time="0.343" timestamp="2014-05-08T12:36:29">
<testcase classname="Inline Timing Function Editor Bookmark Timing Function" name="should bookmark cubic-bezier() function when opened in inline editor" time="0.044"></testcase>
<testcase classname="Inline Timing Function Editor Bookmark Timing Function" name="should bookmark linear function when opened in inline editor" time="0.039"></testcase>
<testcase classname="Inline Timing Function Editor Bookmark Timing Function" name="should bookmark second cubic-bezier() function when opened in inline editor" time="0.032"></testcase>
<testcase classname="Inline Timing Function Editor Bookmark Timing Function" name="should bookmark steps() function when opened in inline editor" time="0.038"></testcase>
<testcase classname="Inline Timing Function Editor Bookmark Timing Function" name="should bookmark step-start function when opened in inline editor" time="0.033"></testcase>
<testcase classname="Inline Timing Function Editor Bookmark Timing Function" name="should bookmark long, invalid cubic-bezier() function when opened in inline editor" time="0.035"></testcase>
<testcase classname="Inline Timing Function Editor Bookmark Timing Function" name="should bookmark empty, invalid cubic-bezier() function when opened in inline editor" time="0.034"></testcase>
<testcase classname="Inline Timing Function Editor Bookmark Timing Function" name="should bookmark long, invalid steps() function when opened in inline editor" time="0.051"></testcase>
<testcase classname="Inline Timing Function Editor Bookmark Timing Function" name="should bookmark empty, invalid steps() function when opened in inline editor" time="0.031"></testcase>
</testsuite>
<testsuite name="Inline Timing Function Editor TimingFunction editor UI" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:36:29">
</testsuite>
<testsuite name="Inline Timing Function Editor TimingFunction editor UI Initial Load and External Update" errors="0" tests="4" failures="0" time="0.013" timestamp="2014-05-08T12:36:29">
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Initial Load and External Update" name="should load the initial cubic-bezier function correctly" time="0.004"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Initial Load and External Update" name="should load externally updated cubic-bezier function correctly" time="0.003"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Initial Load and External Update" name="should load the initial steps function correctly" time="0.002"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Initial Load and External Update" name="should load externally updated steps function correctly" time="0.003"></testcase>
</testsuite>
<testsuite name="Inline Timing Function Editor TimingFunction editor UI Conversions" errors="0" tests="7" failures="0" time="0.02" timestamp="2014-05-08T12:36:29">
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Conversions" name="should convert linear function to cubic-bezier function parameters" time="0.003"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Conversions" name="should convert ease function to cubic-bezier function parameters" time="0.002"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Conversions" name="should convert ease-in function to cubic-bezier function parameters" time="0.002"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Conversions" name="should convert ease-out function to cubic-bezier function parameters" time="0.002"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Conversions" name="should convert ease-in-out function to cubic-bezier function parameters" time="0.003"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Conversions" name="should convert step-start function to steps function parameters" time="0.002"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Conversions" name="should convert step-end function to steps function parameters" time="0.002"></testcase>
</testsuite>
<testsuite name="Inline Timing Function Editor TimingFunction editor UI Editing with Mouse" errors="0" tests="5" failures="0" time="0.057" timestamp="2014-05-08T12:36:29">
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Mouse" name="should move point P1 on mousedown in curve" time="0.01"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Mouse" name="should move point P2 on mousedown in curve" time="0.015"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Mouse" name="should move point P1 on drag" time="0.018"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Mouse" name="should move point P2 on drag" time="0.005"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Mouse" name="should not move point P2 x-value out-of-range on drag" time="0.007"></testcase>
</testsuite>
<testsuite name="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" errors="0" tests="15" failures="0" time="0.059" timestamp="2014-05-08T12:36:29">
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should increase P1 x-value by .02 on right arrow in cubic-bezier()" time="0.005"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should increase P1 y-value by .1 on shift up arrow in cubic-bezier()" time="0.004"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should decrease P2 x-value by .02 on left arrow in cubic-bezier()" time="0.004"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should decrease P2 y-value by .1 on shift down arrow in cubic-bezier()" time="0.004"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should not decrease P1 x-value below 0 on left arrow in cubic-bezier()" time="0.003"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should not increase P2 x-value above 0 on shift right arrow in cubic-bezier()" time="0.004"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should call callback function after cubic-bezier edit in cubic-bezier()" time="0.005"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should increase count by 1 on up arrow in steps()" time="0.003"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should decrease count by 1 on down arrow in steps()" time="0.003"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should change start to end on right arrow in steps()" time="0.004"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should change end to start on left arrow in steps()" time="0.003"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should not decrease count to be less than 1 on down arrow in steps()" time="0.003"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should not change start to end on left arrow in steps()" time="0.003"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should not change end to start on right arrow in steps()" time="0.003"></testcase>
<testcase classname="Inline Timing Function Editor TimingFunction editor UI Editing with Keyboard" name="should call callback function after steps function edit" time="0.003"></testcase>
</testsuite>
<testsuite name="Url Code Hinting" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:36:33">
</testsuite>
<testsuite name="Url Code Hinting HTML Url Code Hints" errors="0" tests="5" failures="1" time="0.139" timestamp="2014-05-08T12:36:29">
<testcase classname="Url Code Hinting HTML Url Code Hints" name="should hint for href attribute" time="0.09"></testcase>
<testcase classname="Url Code Hinting HTML Url Code Hints" name="should hint for src attribute" time="0.006"></testcase>
<testcase classname="Url Code Hinting HTML Url Code Hints" name="should not hint for type attribute" time="0.006"></testcase>
<testcase classname="Url Code Hinting HTML Url Code Hints" name="should not hint in query part of url" time="0.005"></testcase>
<testcase classname="Url Code Hinting HTML Url Code Hints" name="should hint up 1 folder for &apos;../&apos;" time="0.024"><failure type="expect" message="Expected [ &apos;../data.json&apos;, &apos;../main.js&apos;, &apos;../testfiles/&apos;, &apos;../unittests.js&apos; ] to equal [ &apos;../testfiles/&apos;, &apos;../data.json&apos;, &apos;../main.js&apos;, &apos;../unittests.js&apos; ].">Error: Expected [ &apos;../data.json&apos;, &apos;../main.js&apos;, &apos;../testfiles/&apos;, &apos;../unittests.js&apos; ] to equal [ &apos;../testfiles/&apos;, &apos;../data.json&apos;, &apos;../main.js&apos;, &apos;../unittests.js&apos; ].
at new jasmine.ExpectationResult (file:///home/irichter/dev/brackets/test/thirdparty/jasmine-core/jasmine.js:102:32)
at null.toEqual (file:///home/irichter/dev/brackets/test/thirdparty/jasmine-core/jasmine.js:1194:29)
at verifyUrlHints (file:///home/irichter/dev/brackets/src/extensions/default/UrlCodeHints/unittests.js:133:30)
at null.&lt;anonymous&gt; (file:///home/irichter/dev/brackets/src/extensions/default/UrlCodeHints/unittests.js:195:21)
at jasmine.Block.execute (file:///home/irichter/dev/brackets/test/thirdparty/jasmine-core/jasmine.js:1024:15)
at jasmine.Queue.next_ (file:///home/irichter/dev/brackets/test/thirdparty/jasmine-core/jasmine.js:1842:31)
at onComplete (file:///home/irichter/dev/brackets/test/thirdparty/jasmine-core/jasmine.js:1838:18)
at jasmine.WaitsForBlock.execute (file:///home/irichter/dev/brackets/test/thirdparty/jasmine-core/jasmine.js:2322:5)
at file:///home/irichter/dev/brackets/test/thirdparty/jasmine-core/jasmine.js:2336:12</failure></testcase>
</testsuite>
<testsuite name="Url Code Hinting CSS Url Code Hints" errors="0" tests="6" failures="0" time="0.118" timestamp="2014-05-08T12:36:29">
<testcase classname="Url Code Hinting CSS Url Code Hints" name="should hint for @import url()" time="0.077"></testcase>
<testcase classname="Url Code Hinting CSS Url Code Hints" name="should hint for background-image: url()" time="0.007"></testcase>
<testcase classname="Url Code Hinting CSS Url Code Hints" name="should hint for border-image: url(&apos;&apos;)" time="0.007"></testcase>
<testcase classname="Url Code Hinting CSS Url Code Hints" name="should hint for list-style-image: url(&quot;&quot;)" time="0.008"></testcase>
<testcase classname="Url Code Hinting CSS Url Code Hints" name="should not hint for @import outside of url()" time="0.003"></testcase>
<testcase classname="Url Code Hinting CSS Url Code Hints" name="should not hint for background-image outside of url()" time="0.011"></testcase>
</testsuite>
<testsuite name="Url Code Hinting Url Code Hints in a subfolder" errors="0" tests="1" failures="0" time="0.056" timestamp="2014-05-08T12:36:29">
<testcase classname="Url Code Hinting Url Code Hints in a subfolder" name="should hint for background-image: url()" time="0.055"></testcase>
</testsuite>
<testsuite name="Url Code Hinting Project root relative Url Code Hints" errors="0" tests="1" failures="0" time="1.971" timestamp="2014-05-08T12:36:29">
<testcase classname="Url Code Hinting Project root relative Url Code Hints" name="should hint site root &apos;/&apos;" time="1.97"></testcase>
</testsuite>
<testsuite name="Url Code Hinting Url Insertion" errors="0" tests="14" failures="0" time="1.366" timestamp="2014-05-08T12:36:31">
<testcase classname="Url Code Hinting Url Insertion" name="should handle unclosed url(" time="0.096"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should handle unclosed url( with unclosed single-quote" time="0.34"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should keep hints open after inserting folder in HTML" time="0.097"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should keep hints open after inserting folder in CSS" time="0.1"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should insert folder and replace file in HTML" time="0.103"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should insert filtered folder in HTML" time="0.085"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should replace filtered file in HTML" time="0.073"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should insert folder and replace file in CSS" time="0.072"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should insert filtered folder in CSS" time="0.069"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should replace filtered file in CSS" time="0.06"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should collapse consecutive path separators when inserting folder in HTML" time="0.065"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should collapse consecutive path separators when inserting folder in CSS" time="0.056"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should show &amp; insert case insensitive hints in HTML" time="0.08"></testcase>
<testcase classname="Url Code Hinting Url Insertion" name="should show &amp; insert case insensitive hints in CSS" time="0.064"></testcase>
</testsuite>
<testsuite name="WebPlatformDocs" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:36:33">
</testsuite>
<testsuite name="WebPlatformDocs InlineDocsProvider database" errors="0" tests="1" failures="0" time="0.088" timestamp="2014-05-08T12:36:33">
<testcase classname="WebPlatformDocs InlineDocsProvider database" name="should retrieve the CSS docs database" time="0.087"></testcase>
</testsuite>
<testsuite name="WebPlatformDocs InlineDocsProvider parsing in CSS" errors="0" tests="3" failures="0" time="0.06" timestamp="2014-05-08T12:36:33">
<testcase classname="WebPlatformDocs InlineDocsProvider parsing in CSS" name="should open docs when the selection is on a CSS property" time="0.031"></testcase>
<testcase classname="WebPlatformDocs InlineDocsProvider parsing in CSS" name="should not open docs when the selection is not on a CSS property" time="0.015"></testcase>
<testcase classname="WebPlatformDocs InlineDocsProvider parsing in CSS" name="should not open docs for an invalid CSS property" time="0.013"></testcase>
</testsuite>
<testsuite name="WebPlatformDocs InlineDocsProvider parsing in HTML" errors="0" tests="2" failures="0" time="0.039" timestamp="2014-05-08T12:36:33">
<testcase classname="WebPlatformDocs InlineDocsProvider parsing in HTML" name="should open docs for CSS in a &lt;style&gt; block" time="0.019"></testcase>
<testcase classname="WebPlatformDocs InlineDocsProvider parsing in HTML" name="should not open docs for inline style attributes" time="0.019"></testcase>
</testsuite>
<testsuite name="WebPlatformDocs InlineDocsViewer" errors="0" tests="1" failures="0" time="0.004" timestamp="2014-05-08T12:36:33">
<testcase classname="WebPlatformDocs InlineDocsViewer" name="should process all anchor tags" time="0.003"></testcase>
</testsuite>
<testsuite name="HTML Code Hinting" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:36:35">
</testsuite>
<testsuite name="HTML Code Hinting Tag hint provider" errors="0" tests="5" failures="0" time="0.137" timestamp="2014-05-08T12:36:33">
<testcase classname="HTML Code Hinting Tag hint provider" name="should not hint within &lt;style&gt; block" time="0.027"></testcase>
<testcase classname="HTML Code Hinting Tag hint provider" name="should hint for &lt; just before existing tag" time="0.027"></testcase>
<testcase classname="HTML Code Hinting Tag hint provider" name="should filter hints by prefix" time="0.027"></testcase>
<testcase classname="HTML Code Hinting Tag hint provider" name="should list hints between &apos;&lt;&apos; and some trailing spaces" time="0.029"></testcase>
<testcase classname="HTML Code Hinting Tag hint provider" name="should show HTML hints after HTML Entity on same line" time="0.023"></testcase>
</testsuite>
<testsuite name="HTML Code Hinting Attribute name hint provider" errors="0" tests="27" failures="0" time="0.706" timestamp="2014-05-08T12:36:33">
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints at start of existing attribute" time="0.026"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints within existing attribute" time="0.024"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints at end of existing attribute" time="0.032"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints at end of existing attribute with whitespace" time="0.024"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints to right of attribute value and a space" time="0.023"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints to right of &apos;=&apos; sign on id attr" time="0.026"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints to right of &apos;=&apos; sign" time="0.024"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints to right of &apos;=&apos; sign with whitespace on id attr" time="0.026"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints to right of &apos;=&apos; sign with whitespace" time="0.033"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints to right of attribute value with no separating space" time="0.023"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints within tag name" time="0.03"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints to right of tag name and a space" time="0.026"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints between tag name and attribute name (space on both sides of cursor)" time="0.025"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints between prev attribute value and next attribute name (space on both sides of cursor)" time="0.027"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints to left of tag" time="0.024"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints within text content or whitespace" time="0.022"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints within doctype &apos;tag&apos;" time="0.034"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints within closing tag" time="0.033"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints between begin &apos;div&apos; and end &apos;div&apos; tag" time="0.028"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints between an empty tag and &apos;body&apos; end tag" time="0.023"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints between the &apos;body&apos; begin tag and &apos;h1&apos; begin tag" time="0.028"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints between the &apos;h1&apos; end tag and &apos;h3&apos; begin tag" time="0.023"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints after an HTML comment" time="0.022"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints on incomplete tag, after tag name" time="0.022"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints on incomplete tag, at end of tag name" time="0.021"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should NOT list hints to left of incomplete tag" time="0.022"></testcase>
<testcase classname="HTML Code Hinting Attribute name hint provider" name="should list hints on incomplete attribute" time="0.023"></testcase>
</testsuite>
<testsuite name="HTML Code Hinting Attribute value hint provider" errors="0" tests="9" failures="0" time="0.227" timestamp="2014-05-08T12:36:34">
<testcase classname="HTML Code Hinting Attribute value hint provider" name="should list attribute value hints for a single quote after the equal sign" time="0.026"></testcase>
<testcase classname="HTML Code Hinting Attribute value hint provider" name="should list attribute value hints within an existing attribute value" time="0.023"></testcase>
<testcase classname="HTML Code Hinting Attribute value hint provider" name="should list attribute value hints within an unquoted attribute value" time="0.036"></testcase>
<testcase classname="HTML Code Hinting Attribute value hint provider" name="should list sorted boolean attribute value hints" time="0.023"></testcase>
<testcase classname="HTML Code Hinting Attribute value hint provider" name="should NOT list attribute value hints to the right of a closing double quote" time="0.023"></testcase>
<testcase classname="HTML Code Hinting Attribute value hint provider" name="should NOT list attribute value hints to the right of a closing single quote" time="0.022"></testcase>
<testcase classname="HTML Code Hinting Attribute value hint provider" name="should list attribute value hints for type attribute of style tag" time="0.023"></testcase>
<testcase classname="HTML Code Hinting Attribute value hint provider" name="should NOT list any attribute value for type attribute of embed tag" time="0.023"></testcase>
<testcase classname="HTML Code Hinting Attribute value hint provider" name="should NOT list any attribute value for an unknown attribute name" time="0.022"></testcase>
</testsuite>
<testsuite name="HTML Code Hinting Valueless attributes" errors="0" tests="4" failures="0" time="0.12" timestamp="2014-05-08T12:36:34">
<testcase classname="HTML Code Hinting Valueless attributes" name="should list hints after valueless attribute" time="0.026"></testcase>
<testcase classname="HTML Code Hinting Valueless attributes" name="should list hints after attribute that follows a valueless attribute" time="0.025"></testcase>
<testcase classname="HTML Code Hinting Valueless attributes" name="should list attribute value hints for an attribute that follows a valueless attribute" time="0.039"></testcase>
<testcase classname="HTML Code Hinting Valueless attributes" name="should NOT list attribute value hints when the cursor is after the end quote of an attribute value" time="0.027"></testcase>
</testsuite>
<testsuite name="HTML Code Hinting Attribute insertion" errors="0" tests="21" failures="0" time="0.657" timestamp="2014-05-08T12:36:34">
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert =&quot;&quot; after attribute" time="0.041"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should make explicit request for new hints after attribute name has been inserted" time="0.031"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should NOT insert =&quot;&quot; after valueless attribute" time="0.027"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert a new attribute before the existing one that starts at cursor" time="0.029"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should change nothing when cursor at end" time="0.034"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert a valueless attribute before the existing attribute that starts at cursor" time="0.029"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert a new atribute with an empty value before the existing valueless attribute" time="0.037"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert the selected attribute value with the closing (single) quote" time="0.024"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert the selected attribute value with the closing (double) quote" time="0.026"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert the selected attribute value inside the existing quotes" time="0.025"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert the selected attribute value wrapped in double quotes" time="0.027"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should replace the partially typed attribute value with the selected attribute value" time="0.027"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should replace the partially typed attribute value with the selected attribute value" time="0.024"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should replace an existing attribute value with the selected attribute value" time="0.034"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should replace a quoted attribute value and keep the preceding space and quotes" time="0.047"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should replace the unquoted attribute value with the selected attribute value in quotes" time="0.03"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should replace an unquoted attribute value when the cursor is inside that value" time="0.027"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert a quoted attribute value before an existing unquoted attribute value with preceding space character" time="0.028"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert a quoted attribute value before an existing id attribute" time="0.034"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert a quoted attribute value right before the closing &gt; of the tag" time="0.035"></testcase>
<testcase classname="HTML Code Hinting Attribute insertion" name="should insert a quoted attribute value without overwriting the closing &gt; of the tag" time="0.034"></testcase>
</testsuite>
<testsuite name="HTML Entity Hinting" errors="0" tests="11" failures="0" time="0.587" timestamp="2014-05-08T12:36:35">
<testcase classname="HTML Entity Hinting" name="should show hints when in Text in paragraph" time="0.063"></testcase>
<testcase classname="HTML Entity Hinting" name="should show hints when another entity is in the same line" time="0.062"></testcase>
<testcase classname="HTML Entity Hinting" name="should show hints when cursor inside entity" time="0.033"></testcase>
<testcase classname="HTML Entity Hinting" name="shouldn&apos;t show hints when inside an opening tag" time="0.034"></testcase>
<testcase classname="HTML Entity Hinting" name="shouldn&apos;t show hints when inside a closing tag" time="0.038"></testcase>
<testcase classname="HTML Entity Hinting" name="should show hints when semi-colon on the same line" time="0.047"></testcase>
<testcase classname="HTML Entity Hinting" name="shouldn&apos;t show hints in attribute name" time="0.034"></testcase>
<testcase classname="HTML Entity Hinting" name="shouldn&apos;t show hints in attribute value" time="0.038"></testcase>
<testcase classname="HTML Entity Hinting" name="shouldn&apos;t show hints in url" time="0.052"></testcase>
<testcase classname="HTML Entity Hinting" name="should show multiple hints in the same line" time="0.047"></testcase>
<testcase classname="HTML Entity Hinting" name="should sort &amp;#xxxx hints numerically not alphabetically" time="0.047"></testcase>
</testsuite>
<testsuite name="HTML Entity Hinting Inserting Tests" errors="0" tests="2" failures="0" time="0.084" timestamp="2014-05-08T12:36:35">
<testcase classname="HTML Entity Hinting Inserting Tests" name="should replace entity with hint if inside entity" time="0.036"></testcase>
<testcase classname="HTML Entity Hinting Inserting Tests" name="should place cursor at the end of the replaced entity" time="0.046"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:36:37">
</testsuite>
<testsuite name="Inline Color Editor - unit Inline editor - CSS" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:36:36">
</testsuite>
<testsuite name="Inline Color Editor - unit Inline editor - CSS simple open cases" errors="0" tests="17" failures="0" time="0.71" timestamp="2014-05-08T12:36:35">
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should show the correct color when opened on an #rrggbb color" time="0.051"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should open when at the beginning of the color" time="0.043"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should open when at the end of the color" time="0.039"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should show the correct color when opened on an #rgb color" time="0.04"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should show the correct color when opened on an rgb() color" time="0.043"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should show the correct color when opened on an rgba() color" time="0.042"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should show the correct color when opened on an hsl() color" time="0.043"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should show the correct color when opened on an hsla() color" time="0.044"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should show the correct color when opened on an uppercase hex color" time="0.039"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should show the correct color when opened on a color in a shorthand property" time="0.039"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should show the correct color when opened on an rgba() color with a leading period in the alpha field" time="0.041"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should show the correct color when opened on an hsla() color with a leading period in the alpha field" time="0.039"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should not open when not on a color" time="0.036"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should not open when on an invalid color" time="0.03"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should not open when on an hsl color with missing percent signs" time="0.031"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should open on the second color when there are two colors in the same line" time="0.05"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS simple open cases" name="should properly add/remove ref to document when opened/closed" time="0.046"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Inline editor - CSS update host document on edit in color editor" errors="0" tests="3" failures="0" time="0.162" timestamp="2014-05-08T12:36:36">
<testcase classname="Inline Color Editor - unit Inline editor - CSS update host document on edit in color editor" name="should update host document when change is committed in color editor" time="0.046"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS update host document on edit in color editor" name="should update correct range of host document with color format of different length" time="0.066"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS update host document on edit in color editor" name="should not invalidate range when change is committed" time="0.048"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Inline editor - CSS update color editor on edit in host editor" errors="0" tests="4" failures="0" time="0.184" timestamp="2014-05-08T12:36:36">
<testcase classname="Inline Color Editor - unit Inline editor - CSS update color editor on edit in host editor" name="should update when edit is made to color range in host editor" time="0.045"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS update color editor on edit in host editor" name="should close itself if edit is made that destroys end bookmark and leaves color invalid" time="0.042"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS update color editor on edit in host editor" name="should maintain the range if the user deletes the last character of the color and types a new one" time="0.051"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - CSS update color editor on edit in host editor" name="should not update the end bookmark to a shorter valid match if the bookmark still exists and the color becomes invalid" time="0.043"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Inline editor - CSS edit batching" errors="0" tests="1" failures="0" time="0.075" timestamp="2014-05-08T12:36:36">
<testcase classname="Inline Color Editor - unit Inline editor - CSS edit batching" name="should combine multiple edits within the same inline editor into a single undo in the host editor" time="0.074"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Inline editor - HTML" errors="0" tests="1" failures="0" time="0.02" timestamp="2014-05-08T12:36:36">
<testcase classname="Inline Color Editor - unit Inline editor - HTML" name="should open on a color in an HTML file" time="0.02"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Inline editor - used colors processing" errors="0" tests="2" failures="0" time="0.003" timestamp="2014-05-08T12:36:37">
<testcase classname="Inline Color Editor - unit Inline editor - used colors processing" name="should trim the original array to the given length" time="0.001"></testcase>
<testcase classname="Inline Color Editor - unit Inline editor - used colors processing" name="should remove duplicates from the original array and sort it by usage" time="0.001"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Color editor UI" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:36:37">
</testsuite>
<testsuite name="Inline Color Editor - unit Color editor UI simple load/commit" errors="0" tests="3" failures="0" time="0.038" timestamp="2014-05-08T12:36:37">
<testcase classname="Inline Color Editor - unit Color editor UI simple load/commit" name="should load the initial color correctly" time="0.019"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI simple load/commit" name="should load a committed color correctly" time="0.013"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI simple load/commit" name="should call the callback when a new color is committed" time="0.004"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Color editor UI conversions" errors="0" tests="10" failures="0" time="0.055" timestamp="2014-05-08T12:36:37">
<testcase classname="Inline Color Editor - unit Color editor UI conversions" name="should convert a hex color to rgb when mode button clicked" time="0.009"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI conversions" name="should convert a hex color to hsl when mode button clicked" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI conversions" name="should convert an rgb color to hex when mode button clicked" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI conversions" name="should convert an rgba color to hex (dropping alpha) when mode button clicked" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI conversions" name="should convert an rgb color to hsl when mode button clicked" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI conversions" name="should convert an rgba color to hsla when mode button clicked" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI conversions" name="should convert an hsl color to hex when mode button clicked" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI conversions" name="should convert an hsla color to hex (dropping alpha) when mode button clicked" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI conversions" name="should convert an hsl color to rgb when mode button clicked" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI conversions" name="should convert an hsla color to rgba when mode button clicked" time="0.004"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Color editor UI parameter editing with mouse" errors="0" tests="16" failures="0" time="0.101" timestamp="2014-05-08T12:36:37">
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should set saturation on mousedown" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should set saturation on drag" time="0.009"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should clip saturation to min value" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should clip saturation to max value" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should set value on mousedown" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should set value on drag" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should clip value to min value" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should clip value to max value" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should set hue on mousedown" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should set hue on drag" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should clip hue to min value" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should clip hue to max value" time="0.008"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should set opacity on mousedown" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should set opacity on drag" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should clip opacity to min value" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with mouse" name="should clip opacity to max value" time="0.008"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Color editor UI parameter editing with keyboard" errors="0" tests="44" failures="0" time="0.231" timestamp="2014-05-08T12:36:37">
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should increase saturation by 1.5% on right arrow" time="0.014"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip max saturation on right arrow" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should increase saturation by 7.5% on shift right arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip max saturation on shift right arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should decrease saturation by 1.5% on left arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip min saturation on left arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should decrease saturation by 7.5% on shift left arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip min saturation on shift left arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should increase value by 1.5% on up arrow" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip max value on up arrow" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should increase value by 7.5% on shift up arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip max value on shift up arrow" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should decrease value by 1.5% on down arrow" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip min value on down arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should decrease value by 7.5% on shift down arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip min value on shift down arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should increase hue by 3.6 on up arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should wrap around max hue on up arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should increase hue by 18 on shift up arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should wrap around max hue on shift up arrow" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should decrease hue by 3.6 on down arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should wrap around min hue on down arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should decrease hue by 18 on shift down arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should wrap around min hue on shift down arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should increase opacity by 0.01 on up arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip max opacity on up arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should increase opacity by 0.05 on shift up arrow" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip max opacity on shift up arrow" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should decrease opacity by 0.01 on down arrow" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip min opacity on down arrow" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should decrease opacity by 0.05 on shift down arrow" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should clip min opacity on shift down arrow" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should increase hue by 18 on shift up arrow even if saturation is 0" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should increase hue by 18 on shift up arrow for a near-gray hex color" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should not change value when hue changes" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should prevent default on the key event for an unhandled arrow key on non-text-field" time="0.021"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should prevent default on left arrow at the start of the text field" time="0.007"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should not prevent default on left arrow in the middle of the text field" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should not prevent default on left arrow at the end of the text field" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should not prevent default on left arrow with a range selection" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should not prevent default on right arrow at the start of the text field" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should not prevent default on right arrow in the middle of the text field" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should prevent default on right arrow at the end of the text field" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI parameter editing with keyboard" name="should not prevent default on right arrow with a range selection" time="0.006"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Color editor UI color swatches and original color" errors="0" tests="3" failures="0" time="0.024" timestamp="2014-05-08T12:36:37">
<testcase classname="Inline Color Editor - unit Color editor UI color swatches and original color" name="should restore to original color when clicked on" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI color swatches and original color" name="should create swatches" time="0.012"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI color swatches and original color" name="should set color to a swatch when clicked on" time="0.007"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Color editor UI input text field syncing" errors="0" tests="6" failures="0" time="0.023" timestamp="2014-05-08T12:36:37">
<testcase classname="Inline Color Editor - unit Color editor UI input text field syncing" name="should commit valid changes made in the input field on the input event" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI input text field syncing" name="should commit valid changes made in the input field on the change event" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI input text field syncing" name="should not commit changes on the input event while the value is invalid, but should keep them in the text field" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI input text field syncing" name="should revert to the previous value on the change event while the value is invalid" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI input text field syncing" name="should convert percentage RGB values to normal values" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI input text field syncing" name="should normalize a string to match tinycolor&apos;s format" time="0.002"></testcase>
</testsuite>
<testsuite name="Inline Color Editor - unit Color editor UI undo/redo" errors="0" tests="13" failures="0" time="0.074" timestamp="2014-05-08T12:36:37">
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should undo when Ctrl-Z is pressed on a focused element in the color editor" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should redo when Ctrl-Shift-Z is pressed on a focused element in the color editor" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should redo when Ctrl-Y is pressed on a focused element in the color editor" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should redo when Ctrl-Y is pressed after two Ctrl-Zs (only one Ctrl-Z should take effect)" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should undo when Ctrl-Z is pressed after two Ctrl-Ys (only one Ctrl-Y should take effect)" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should undo an rgba conversion" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should undo an hsla conversion" time="0.004"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should undo a hex conversion" time="0.007"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should undo a saturation/value change" time="0.007"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should undo a hue change" time="0.006"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should undo an opacity change" time="0.005"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should undo a text field change" time="0.003"></testcase>
<testcase classname="Inline Color Editor - unit Color editor UI undo/redo" name="should undo a swatch click" time="0.006"></testcase>
</testsuite>
<testsuite name="JavaScript Code Hinting" errors="0" tests="0" failures="0" time="0" timestamp="2014-05-08T12:37:26">
</testsuite>
<testsuite name="JavaScript Code Hinting JavaScript Code Hinting Basic" errors="0" tests="76" failures="0" time="40.801" timestamp="2014-05-08T12:36:37">
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should not list hints in string literal" time="0.65"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list declared variable and function names in outer scope" time="0.522"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should filter hints by query" time="0.516"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list keywords" time="0.507"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should NOT list implicitly defined globals from missing JSLint annotations" time="0.495"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should NOT list explicitly defined globals from JSLint annotations in other files" time="0.555"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should NOT list implicitly defined globals from JSLint annotations in other files" time="0.503"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list literal constants" time="0.516"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should NOT list variables, function names and parameter names out of scope" time="0.517"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should NOT list variables, function names and parameter names in other files" time="0.516"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should NOT list property names on value lookups" time="0.599"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list declared variable, function and parameter names in inner scope" time="0.526"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should NOT list string literals from other files" time="0.519"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list property names that have been declared in the file" time="0.492"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list identifier names that occur in other files" time="0.526"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should NOT list variable, parameter or function names on property lookups" time="0.489"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should NOT list keywords on property lookups" time="0.571"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should close hints when move over &apos;.&apos; " time="0.502"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should close hints only when move off the end of a property " time="0.557"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should close hints only when move off the beginning of an identifier " time="0.506"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should close hints only when move off the beginning of a keyword " time="0.558"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should NOT list implicit hints on left-brace" time="0.534"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list explicit hints for variable and function names" time="0.558"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list implicit hints when typing property lookups" time="0.49"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should give priority to identifier names associated with the current context" time="0.531"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should give priority to property names associated with the current context from other files" time="0.534"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should insert value hints with no current query" time="0.558"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should insert value hints replacing the current query" time="0.621"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should insert property hints with no current query" time="0.538"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should insert, not replace, property hints with no current query" time="0.544"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should insert, not replace, property hints with a partial current query" time="0.537"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should replace property hints replacing a partial current query" time="0.575"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should replace property hints but not following delimiters" time="0.613"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list hints for string, as string assigned to &apos;s&apos;, &apos;s&apos; assigned to &apos;r&apos; and &apos;r&apos; assigned to &apos;t&apos;" time="0.734"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list function type" time="0.55"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list exports from a requirejs module" time="0.498"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list later defined property names" time="0.47"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list matching property names" time="0.564"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should take anotation parameter type:String" time="0.506"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should take anotation parameter type:Number" time="0.484"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should add new method on String .prototype" time="0.532"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list function defined from .prototype" time="0.48"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list function type defined from .prototype" time="0.514"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list function inherited from super class" time="0.525"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should show argument from from .prototype.Method" time="0.553"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should show inner function type" time="0.48"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should show type for inner function returned function" time="0.532"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list parameter function type and best guess for function call/return types" time="0.477"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list array containing functions" time="0.521"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list function reference" time="0.528"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should insert hint as [&quot;my-key&quot;] since &apos;my-key&apos; is not a valid property name" time="0.546"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should insert hint as [&quot;my-key&quot;] make sure this works if nothing is typed after the &apos;.&apos;" time="0.541"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should insert hint as &apos;.for&apos; since keywords can be used as property names" time="0.525"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should jump to function" time="0.52"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should jump to var" time="0.605"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should jump to closure, early defined var" time="0.539"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should jump to the definition in new module file" time="0.565"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should jump to the method definition in .prototype" time="0.534"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should jump to parameter passed in the method" time="0.536"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should jump to parameter passed in anonymous method" time="0.574"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should jump to inner method" time="0.559"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should jump to the actual function definition, and not the exports line" time="0.594"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should not hint function, variable, or param decls" time="0.5"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should sort underscore names to the bottom" time="0.478"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list all properties for unknown type" time="0.628"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should switch to guesses after typing a query that does not match any hints" time="0.623"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should handle valid non-ascii characters in a property name" time="0.539"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should show guessed argument type from current passing parameter" time="0.52"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list parameter hint for record type annotation" time="0.506"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list parameter hint for optional parameters" time="0.481"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list parameter hint for a function parameter" time="0.58"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list parameter hint for an array parameter" time="0.475"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should list parameter hint for a source array annotation" time="0.545"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should close parameter hint when move off function" time="0.501"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should close parameter hint when move off function to another function" time="0.509"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting Basic" name="should update current parameter as the cursor moves" time="0.497"></testcase>
</testsuite>
<testsuite name="JavaScript Code Hinting JavaScript Code Hinting in a HTML file" errors="0" tests="10" failures="0" time="3.62" timestamp="2014-05-08T12:37:18">
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting in a HTML file" name="basic codehints in html file" time="0.356"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting in a HTML file" name="function type hint in html file" time="0.325"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting in a HTML file" name="should show function type code hint for function in script file inside html file" time="0.33"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting in a HTML file" name="should show function type code hint for function in another script file inside html file" time="0.305"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting in a HTML file" name="should show global variable in another script file inside html file" time="0.296"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting in a HTML file" name="should jump to definition inside html file" time="0.316"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting in a HTML file" name="should jump to funtion definition to loaded file1" time="0.513"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting in a HTML file" name="should jump to funtion definition to loaded file2" time="0.335"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting in a HTML file" name="should jump to property definition to loaded file1" time="0.512"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting in a HTML file" name="should jump to property definition to loaded file2" time="0.326"></testcase>
</testsuite>
<testsuite name="JavaScript Code Hinting JavaScript Code Hinting with modules" errors="0" tests="4" failures="0" time="1.282" timestamp="2014-05-08T12:37:21">
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting with modules" name="should read methods created in submodule on this" time="0.363"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting with modules" name="should read properties created in parent module" time="0.335"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting with modules" name="should read methods created in parent module" time="0.295"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting with modules" name="should load module by file path from require" time="0.286"></testcase>
</testsuite>
<testsuite name="JavaScript Code Hinting JavaScript Code Hinting preference tests" errors="0" tests="3" failures="0" time="0.073" timestamp="2014-05-08T12:37:23">
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting preference tests" name="should handle reading an empty configuration file" time="0.044"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting preference tests" name="should handle reading an invalid configuration file" time="0.013"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting preference tests" name="should handle a valid configuration file" time="0.014"></testcase>
</testsuite>
<testsuite name="JavaScript Code Hinting regression tests" errors="0" tests="1" failures="0" time="0.001" timestamp="2014-05-08T12:37:23">
<testcase classname="JavaScript Code Hinting regression tests" name="should return true for valid identifier, false for invalid one" time="0.001"></testcase>
</testsuite>
<testsuite name="JavaScript Code Hinting JavaScript Code Hinting with test.html file" errors="0" tests="2" failures="0" time="1.879" timestamp="2014-05-08T12:37:23">
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting with test.html file" name="should jump to function name with double byte chars" time="1.51"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting with test.html file" name="should jump to function name with non ascii chars" time="0.367"></testcase>
</testsuite>
<testsuite name="JavaScript Code Hinting JavaScript Code Hinting with test.html file" errors="0" tests="2" failures="0" time="0.742" timestamp="2014-05-08T12:37:25">
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting with test.html file" name="should jump to function name with double byte chars" time="0.36"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting with test.html file" name="should jump to function name with non ascii chars" time="0.38"></testcase>
</testsuite>
<testsuite name="JavaScript Code Hinting JavaScript Code Hinting format parameters tests" errors="0" tests="7" failures="0" time="0.203" timestamp="2014-05-08T12:37:25">
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting format parameters tests" name="should format parameters with no params" time="0.001"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting format parameters tests" name="should format parameters with one param" time="0.001"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting format parameters tests" name="should format parameters with one optional param" time="0"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting format parameters tests" name="should format parameters with one required, one optional param" time="0"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting format parameters tests" name="should format parameters with required param following an optional param" time="0"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting format parameters tests" name="should format parameters with optional param following an optional param" time="0"></testcase>
<testcase classname="JavaScript Code Hinting JavaScript Code Hinting format parameters tests" name="should format parameters with optional param following optional and required params" time="0.197"></testcase>
</testsuite>
</testsuites>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment