<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="HandleHttpMethods" errors="0" tests="0" failures="0" time="0" timestamp="2014-04-09T16:48:29">
</testsuite>
<testsuite name="HandleHttpMethods.Acting correctly when requests not supported by 1and1 are received" errors="0" tests="2" failures="0" time="0.001" timestamp="2014-04-09T16:48:29">
  <testcase classname="HandleHttpMethods.Acting correctly when requests not supported by 1and1 are received" name="should set response statusCode to 501" time="0"></testcase>
  <testcase classname="HandleHttpMethods.Acting correctly when requests not supported by 1and1 are received" name="should call response.end()" time="0"></testcase>
</testsuite>
<testsuite name="HandleHttpMethods.Acting correctly when requests with a supported method is received" errors="0" tests="2" failures="0" time="0" timestamp="2014-04-09T16:48:29">
  <testcase classname="HandleHttpMethods.Acting correctly when requests with a supported method is received" name="should not attach a status code" time="0"></testcase>
  <testcase classname="HandleHttpMethods.Acting correctly when requests with a supported method is received" name="should call next" time="0"></testcase>
</testsuite>
</testsuites>