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

Public Member Functions

def __init__ (self, test_name, timeout, image_hash, should_run_pixel_test, should_dump_jsconsolelog_in_stderr=None, args=None)
 
def __repr__ (self)
 

Public Attributes

 test_name
 
 timeout
 
 image_hash
 
 should_run_pixel_test
 
 should_dump_jsconsolelog_in_stderr
 
 args
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.port.driver.DriverInput.__init__ (   self,
  test_name,
  timeout,
  image_hash,
  should_run_pixel_test,
  should_dump_jsconsolelog_in_stderr = None,
  args = None 
)

Member Function Documentation

◆ __repr__()

def webkitpy.port.driver.DriverInput.__repr__ (   self)

Member Data Documentation

◆ args

webkitpy.port.driver.DriverInput.args

◆ image_hash

webkitpy.port.driver.DriverInput.image_hash

◆ should_dump_jsconsolelog_in_stderr

webkitpy.port.driver.DriverInput.should_dump_jsconsolelog_in_stderr

◆ should_run_pixel_test

webkitpy.port.driver.DriverInput.should_run_pixel_test

◆ test_name

webkitpy.port.driver.DriverInput.test_name

◆ timeout

webkitpy.port.driver.DriverInput.timeout

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