<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="Router" errors="0" tests="5" failures="0" time="0.004" timestamp="2014-04-09T16:48:29">
  <testcase classname="Router" name="should match the correct route" time="0.002"></testcase>
  <testcase classname="Router" name="should call next if the component was not found" time="0"></testcase>
  <testcase classname="Router" name="should call next if no route was found" time="0.001"></testcase>
  <testcase classname="Router" name="should call next if the url is not valid" time="0"></testcase>
  <testcase classname="Router" name="should set the resource language in the request" time="0.001"></testcase>
</testsuite>
</testsuites>