webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webkitpy.port.test.TestDriver Class Reference
Inheritance diagram for webkitpy.port.test.TestDriver:

Public Member Functions

def __init__ (self, args, kwargs)
 
def cmd_line (self, pixel_tests, per_test_args)
 
def run_test (self, test_input, stop_when_done)
 
def stop (self)
 

Public Attributes

 started
 
 pid
 

Static Public Attributes

int next_pid = 1
 

Detailed Description

Test/Dummy implementation of the DumpRenderTree interface.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.port.test.TestDriver.__init__ (   self,
  args,
  kwargs 
)

Member Function Documentation

◆ cmd_line()

def webkitpy.port.test.TestDriver.cmd_line (   self,
  pixel_tests,
  per_test_args 
)

◆ run_test()

def webkitpy.port.test.TestDriver.run_test (   self,
  test_input,
  stop_when_done 
)

◆ stop()

def webkitpy.port.test.TestDriver.stop (   self)

Member Data Documentation

◆ next_pid

int webkitpy.port.test.TestDriver.next_pid = 1
static

◆ pid

webkitpy.port.test.TestDriver.pid

◆ started

webkitpy.port.test.TestDriver.started

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