<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="Handlebars component helper" errors="0" tests="0" failures="0" time="0" timestamp="2014-04-09T16:48:26">
</testsuite>
<testsuite name="Handlebars component helper.register plugin to handlebars" errors="0" tests="1" failures="0" time="0.139" timestamp="2014-04-09T16:48:23">
  <testcase classname="Handlebars component helper.register plugin to handlebars" name="should register the component helper to Handlebars" time="0.139"></testcase>
</testsuite>
<testsuite name="Handlebars component helper.test required and optional options" errors="0" tests="4" failures="0" time="0.556" timestamp="2014-04-09T16:48:24">
  <testcase classname="Handlebars component helper.test required and optional options" name="should require &quot;name&quot; to be defined if neither &quot;name&quot; or &quot;view&quot; is defined" time="0.345"></testcase>
  <testcase classname="Handlebars component helper.test required and optional options" name="should set &quot;view&quot; to &quot;index&quot; if &quot;view&quot; is not defined" time="0.067"></testcase>
  <testcase classname="Handlebars component helper.test required and optional options" name="should require &quot;name&quot; to be defined when &quot;version&quot; is present" time="0.06"></testcase>
  <testcase classname="Handlebars component helper.test required and optional options" name="should add all the necessary JSON dependencies" time="0.084"></testcase>
</testsuite>
<testsuite name="Handlebars component helper.test default options and error cases" errors="0" tests="3" failures="0" time="0.441" timestamp="2014-04-09T16:48:24">
  <testcase classname="Handlebars component helper.test default options and error cases" name="should use the current component when &quot;name&quot; is not defined" time="0.324"></testcase>
  <testcase classname="Handlebars component helper.test default options and error cases" name="should use the &quot;error&quot; component when the component is not found" time="0.062"></testcase>
  <testcase classname="Handlebars component helper.test default options and error cases" name="should use the &quot;error&quot; component when the view is not found" time="0.055"></testcase>
</testsuite>
<testsuite name="Handlebars component helper.test authorization cases" errors="0" tests="6" failures="0" time="0.617" timestamp="2014-04-09T16:48:25">
  <testcase classname="Handlebars component helper.test authorization cases" name="should use the required component when the authorization succeeds" time="0.053"></testcase>
  <testcase classname="Handlebars component helper.test authorization cases" name="should use the &quot;error&quot; component when authorization fails" time="0.054"></testcase>
  <testcase classname="Handlebars component helper.test authorization cases" name="should pass component level checks for dynamic conditions" time="0.335"></testcase>
  <testcase classname="Handlebars component helper.test authorization cases" name="should use the &quot;error&quot; component when component level dynamic conditions fail" time="0.062"></testcase>
  <testcase classname="Handlebars component helper.test authorization cases" name="should pass view level checks for dynamic conditions" time="0.055"></testcase>
  <testcase classname="Handlebars component helper.test authorization cases" name="should use the &quot;error&quot; component when view level dynamic conditions fail" time="0.057"></testcase>
</testsuite>
<testsuite name="Handlebars component helper.test that the components are added to the children for the parent" errors="0" tests="1" failures="0" time="0.054" timestamp="2014-04-09T16:48:25">
  <testcase classname="Handlebars component helper.test that the components are added to the children for the parent" name="must contain the correct child information" time="0.054"></testcase>
</testsuite>
<testsuite name="Handlebars component helper.test that the context is extended with custom attributes" errors="0" tests="1" failures="0" time="0.345" timestamp="2014-04-09T16:48:25">
  <testcase classname="Handlebars component helper.test that the context is extended with custom attributes" name="must extend the aggregated component with custom attributes" time="0.345"></testcase>
</testsuite>
<testsuite name="Handlebars component helper.test component helper used as a block helper" errors="0" tests="1" failures="0" time="0.071" timestamp="2014-04-09T16:48:26">
  <testcase classname="Handlebars component helper.test component helper used as a block helper" name="must add the context function as a key" time="0.071"></testcase>
</testsuite>
</testsuites>