def test_Method(self):

        server = Session("www.example.com")
        request = PrincipalMatch(server, "/", ())
        self.assertEqual(request.getMethod(), "REPORT")
    def test_Method(self):

        server = Session("www.example.com")
        request = PrincipalMatch(server, "/", ())
        self.assertEqual(request.getMethod(), "REPORT")