<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="Session" errors="0" tests="10" failures="0" time="0.22" timestamp="2014-04-09T16:48:29">
  <testcase classname="Session" name="should call the next middleware if the session is found" time="0.014"></testcase>
  <testcase classname="Session" name="should call the next middleware if the route doesn&apos;t need the session" time="0.013"></testcase>
  <testcase classname="Session" name="should create a new session if the session id is missing" time="0.024"></testcase>
  <testcase classname="Session" name="should get the session if the session id is found" time="0.043"></testcase>
  <testcase classname="Session" name="should get the session and call next with the session error" time="0.041"></testcase>
  <testcase classname="Session" name="should save the session on response end" time="0.031"></testcase>
  <testcase classname="Session" name="should not set the cookie is session is missing" time="0.015"></testcase>
  <testcase classname="Session" name="should not set the cookie if expires is missing" time="0.012"></testcase>
  <testcase classname="Session" name="should only send secure cookies via https" time="0.013"></testcase>
  <testcase classname="Session" name="should set the cookie header" time="0.014"></testcase>
</testsuite>
</testsuites>