<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="Router Plugin: View handler" errors="0" tests="4" failures="0" time="0.119" timestamp="2014-04-09T16:48:34">
  <testcase classname="Router Plugin: View handler" name="must return the bootstrap html" time="0.032"></testcase>
  <testcase classname="Router Plugin: View handler" name="must redirect to login component if authentication is needed for the requested component" time="0.029"></testcase>
  <testcase classname="Router Plugin: View handler" name="must redirect to login component if authentication is needed for the requested view" time="0.029"></testcase>
  <testcase classname="Router Plugin: View handler" name="must not redirect the user if he is authenticated when he requires a component that needs authentication" time="0.029"></testcase>
</testsuite>
</testsuites>