webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webkitpy.tool.servers.reflectionhandler_unittest.TestReflectionHandler Class Reference
Inheritance diagram for webkitpy.tool.servers.reflectionhandler_unittest.TestReflectionHandler:
webkitpy.tool.servers.reflectionhandler.ReflectionHandler

Public Member Functions

def __init__ (self)
 
def send_error (self, code, description)
 
def function_one (self)
 
def some_html (self)
 
- Public Member Functions inherited from webkitpy.tool.servers.reflectionhandler.ReflectionHandler
def do_GET (self)
 
def do_POST (self)
 
def do_HEAD (self)
 
def read_entity_body (self)
 
def quitquitquit (self)
 

Public Attributes

 static_files_served
 
 errors_sent
 
 functions_run
 
- Public Attributes inherited from webkitpy.tool.servers.reflectionhandler.ReflectionHandler
 query
 

Static Public Attributes

 STATIC_FILE_DIRECTORY
 
- Static Public Attributes inherited from webkitpy.tool.servers.reflectionhandler.ReflectionHandler
 STATIC_FILE_EXTENSIONS
 
 STATIC_FILE_DIRECTORY
 
 allow_cross_origin_requests
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.tool.servers.reflectionhandler_unittest.TestReflectionHandler.__init__ (   self)

Member Function Documentation

◆ function_one()

def webkitpy.tool.servers.reflectionhandler_unittest.TestReflectionHandler.function_one (   self)

◆ send_error()

def webkitpy.tool.servers.reflectionhandler_unittest.TestReflectionHandler.send_error (   self,
  code,
  description 
)

◆ some_html()

def webkitpy.tool.servers.reflectionhandler_unittest.TestReflectionHandler.some_html (   self)

Member Data Documentation

◆ errors_sent

webkitpy.tool.servers.reflectionhandler_unittest.TestReflectionHandler.errors_sent

◆ functions_run

webkitpy.tool.servers.reflectionhandler_unittest.TestReflectionHandler.functions_run

◆ STATIC_FILE_DIRECTORY

webkitpy.tool.servers.reflectionhandler_unittest.TestReflectionHandler.STATIC_FILE_DIRECTORY
static

◆ static_files_served

webkitpy.tool.servers.reflectionhandler_unittest.TestReflectionHandler.static_files_served

The documentation for this class was generated from the following file: