def testPOSTRequestAllowed(self): check(self.makeRequest("POST"))
def wrapper(self): check(self.request) return func(self)
def testNonHTTPRequestAllowed(self): check("not a request")