<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="The identity provider" errors="0" tests="0" failures="0" time="0" timestamp="2014-04-09T16:48:37">
</testsuite>
<testsuite name="The identity provider.get method" errors="0" tests="2" failures="0" time="0.026" timestamp="2014-04-09T16:48:36">
  <testcase classname="The identity provider.get method" name="should corectly get an instance of the configured implementation" time="0.013"></testcase>
  <testcase classname="The identity provider.get method" name="should throw an error if the identity implementation does not exist" time="0.013"></testcase>
</testsuite>
<testsuite name="The identity provider.functionality" errors="0" tests="6" failures="0" time="0.167" timestamp="2014-04-09T16:48:36">
  <testcase classname="The identity provider.functionality" name="should properly login the user and save the session" time="0.023"></testcase>
  <testcase classname="The identity provider.functionality" name="should reject on login error" time="0.04"></testcase>
  <testcase classname="The identity provider.functionality" name="should logout the user" time="0.047"></testcase>
  <testcase classname="The identity provider.functionality" name="should reject on logout error" time="0.029"></testcase>
  <testcase classname="The identity provider.functionality" name="should get the user" time="0.016"></testcase>
  <testcase classname="The identity provider.functionality" name="should update the user" time="0.012"></testcase>
</testsuite>
</testsuites>