<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="Intents Registry" errors="0" tests="0" failures="0" time="0" timestamp="2014-04-09T16:48:27">
</testsuite>
<testsuite name="Intents Registry.registration" errors="0" tests="9" failures="0" time="0.125" timestamp="2014-04-09T16:48:27">
  <testcase classname="Intents Registry.registration" name="should register itself to the socket registry on initialization" time="0.014"></testcase>
  <testcase classname="Intents Registry.registration" name="should register an intent" time="0.014"></testcase>
  <testcase classname="Intents Registry.registration" name="should throw an error if the intent category is not specified" time="0.014"></testcase>
  <testcase classname="Intents Registry.registration" name="should throw an error if the intent action is not specified" time="0.014"></testcase>
  <testcase classname="Intents Registry.registration" name="should throw an error if the intent provider is not specified" time="0.013"></testcase>
  <testcase classname="Intents Registry.registration" name="should throw an error if the intent view does not exist" time="0.014"></testcase>
  <testcase classname="Intents Registry.registration" name="should throw an error if the intent controller does not exist" time="0.014"></testcase>
  <testcase classname="Intents Registry.registration" name="should throw an error if the intent provider is not valid" time="0.014"></testcase>
  <testcase classname="Intents Registry.registration" name="should throw an error if the intent is already registered" time="0.014"></testcase>
</testsuite>
<testsuite name="Intents Registry.handle intents" errors="0" tests="7" failures="0" time="0.449" timestamp="2014-04-09T16:48:27">
  <testcase classname="Intents Registry.handle intents" name="should send error message if the intent category is missing" time="0.014"></testcase>
  <testcase classname="Intents Registry.handle intents" name="should send error message if the intent action is missing" time="0.013"></testcase>
  <testcase classname="Intents Registry.handle intents" name="should send error message if the intent context is missing" time="0.013"></testcase>
  <testcase classname="Intents Registry.handle intents" name="should send error message if the session could not be retrieved" time="0.271"></testcase>
  <testcase classname="Intents Registry.handle intents" name="should create the rain context and render the component" time="0.03"></testcase>
  <testcase classname="Intents Registry.handle intents" name="should send error message if the intent is not authorized" time="0.062"></testcase>
  <testcase classname="Intents Registry.handle intents" name="should execute the server-side controller associated with the intent" time="0.044"></testcase>
</testsuite>
</testsuites>