webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.layout_tests.models.test_input.TestInput Class Reference
Inheritance diagram for webkitpy.layout_tests.models.test_input.TestInput:

Public Member Functions

def __init__ (self, test_name, timeout=None, needs_servers=None, reference_files=None, should_run_pixel_tests=None, should_dump_jsconsolelog_in_stderr=None)
 
def __repr__ (self)
 

Public Attributes

 test_name
 
 timeout
 
 needs_servers
 
 reference_files
 
 should_run_pixel_tests
 
 should_dump_jsconsolelog_in_stderr
 

Detailed Description

Groups information about a test for easy passing of data.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.layout_tests.models.test_input.TestInput.__init__ (   self,
  test_name,
  timeout = None,
  needs_servers = None,
  reference_files = None,
  should_run_pixel_tests = None,
  should_dump_jsconsolelog_in_stderr = None 
)

Member Function Documentation

◆ __repr__()

def webkitpy.layout_tests.models.test_input.TestInput.__repr__ (   self)

Member Data Documentation

◆ needs_servers

webkitpy.layout_tests.models.test_input.TestInput.needs_servers

◆ reference_files

webkitpy.layout_tests.models.test_input.TestInput.reference_files

◆ should_dump_jsconsolelog_in_stderr

webkitpy.layout_tests.models.test_input.TestInput.should_dump_jsconsolelog_in_stderr

◆ should_run_pixel_tests

webkitpy.layout_tests.models.test_input.TestInput.should_run_pixel_tests

◆ test_name

webkitpy.layout_tests.models.test_input.TestInput.test_name

◆ timeout

webkitpy.layout_tests.models.test_input.TestInput.timeout

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