|
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) |
|
◆ __init__()
def webkitpy.port.mock_drt.MockDRT.__init__ |
( |
|
self, |
|
|
|
options, |
|
|
|
args, |
|
|
|
host, |
|
|
|
stdin, |
|
|
|
stdout, |
|
|
|
stderr |
|
) |
| |
◆ 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: