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

Public Member Functions

def __init__ (self, options, args, host, stdin, stdout, stderr)
 
def run (self)
 
def input_from_line (self, line)
 
def output_for_test (self, test_input, is_reftest)
 
def write_test_output (self, test_input, output, is_reftest)
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.port.mock_drt.MockDRT.__init__ (   self,
  options,
  args,
  host,
  stdin,
  stdout,
  stderr 
)

Member Function Documentation

◆ input_from_line()

def webkitpy.port.mock_drt.MockDRT.input_from_line (   self,
  line 
)

◆ output_for_test()

def webkitpy.port.mock_drt.MockDRT.output_for_test (   self,
  test_input,
  is_reftest 
)

◆ run()

def webkitpy.port.mock_drt.MockDRT.run (   self)

◆ write_test_output()

def webkitpy.port.mock_drt.MockDRT.write_test_output (   self,
  test_input,
  output,
  is_reftest 
)

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