webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.common.system.executive_unittest.ExecutiveTest Class Reference
Inheritance diagram for webkitpy.common.system.executive_unittest.ExecutiveTest:

Public Member Functions

def assert_interpreter_for_content (self, intepreter, content)
 
def test_interpreter_for_script (self)
 
def test_run_command_with_bad_command (self)
 
def test_run_command_args_type (self)
 
def test_auto_stringify_args (self)
 
def test_popen_args (self)
 
def test_run_command_with_unicode (self)
 
def serial_test_kill_process (self)
 
def serial_test_kill_all (self)
 
def test_windows_image_name (self)
 
def serial_test_check_running_pid (self)
 
def serial_test_running_pids (self)
 
def serial_test_run_in_parallel (self)
 
def test_run_in_parallel_assert_nonempty (self)
 

Member Function Documentation

◆ assert_interpreter_for_content()

def webkitpy.common.system.executive_unittest.ExecutiveTest.assert_interpreter_for_content (   self,
  intepreter,
  content 
)

◆ serial_test_check_running_pid()

def webkitpy.common.system.executive_unittest.ExecutiveTest.serial_test_check_running_pid (   self)

◆ serial_test_kill_all()

def webkitpy.common.system.executive_unittest.ExecutiveTest.serial_test_kill_all (   self)

◆ serial_test_kill_process()

def webkitpy.common.system.executive_unittest.ExecutiveTest.serial_test_kill_process (   self)

◆ serial_test_run_in_parallel()

def webkitpy.common.system.executive_unittest.ExecutiveTest.serial_test_run_in_parallel (   self)

◆ serial_test_running_pids()

def webkitpy.common.system.executive_unittest.ExecutiveTest.serial_test_running_pids (   self)

◆ test_auto_stringify_args()

def webkitpy.common.system.executive_unittest.ExecutiveTest.test_auto_stringify_args (   self)

◆ test_interpreter_for_script()

def webkitpy.common.system.executive_unittest.ExecutiveTest.test_interpreter_for_script (   self)

◆ test_popen_args()

def webkitpy.common.system.executive_unittest.ExecutiveTest.test_popen_args (   self)

◆ test_run_command_args_type()

def webkitpy.common.system.executive_unittest.ExecutiveTest.test_run_command_args_type (   self)

◆ test_run_command_with_bad_command()

def webkitpy.common.system.executive_unittest.ExecutiveTest.test_run_command_with_bad_command (   self)

◆ test_run_command_with_unicode()

def webkitpy.common.system.executive_unittest.ExecutiveTest.test_run_command_with_unicode (   self)
Validate that it is safe to pass unicode() objects
to Executive.run* methods, and they will return unicode()
objects by default unless decode_output=False

◆ test_run_in_parallel_assert_nonempty()

def webkitpy.common.system.executive_unittest.ExecutiveTest.test_run_in_parallel_assert_nonempty (   self)

◆ test_windows_image_name()

def webkitpy.common.system.executive_unittest.ExecutiveTest.test_windows_image_name (   self)

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