|
def | __init__ (self, port, test_name, test_path, test_runner_count=1) |
|
def | __init__ (self, port, test_name, test_path, test_runner_count=DEFAULT_TEST_RUNNER_COUNT) |
|
def | test_name (self) |
|
def | test_name_without_file_extension (self) |
|
def | test_path (self) |
|
def | description (self) |
|
def | prepare (self, time_out_ms) |
|
def | run (self, time_out_ms, no_timeout=False) |
|
def | run_single (self, driver, test_path, time_out_ms, should_run_pixel_test=False) |
|
def | run_failed (self, output) |
|
◆ __init__()
def webkitpy.performance_tests.perftest.SingleProcessPerfTest.__init__ |
( |
|
self, |
|
|
|
port, |
|
|
|
test_name, |
|
|
|
test_path, |
|
|
|
test_runner_count = 1 |
|
) |
| |
The documentation for this class was generated from the following file: