webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Attributes | List of all members
webkitpy.style.checkers.test_expectations.TestExpectationsChecker Class Reference
Inheritance diagram for webkitpy.style.checkers.test_expectations.TestExpectationsChecker:

Public Member Functions

def __init__ (self, file_path, handle_style_error, host=None)
 
def check_test_expectations (self, expectations_str, tests=None)
 
def check_tabs (self, lines)
 
def check (self, lines)
 

Static Public Attributes

 categories = set(['test/expectations'])
 

Detailed Description

Processes TestExpectations lines for validating the syntax.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.style.checkers.test_expectations.TestExpectationsChecker.__init__ (   self,
  file_path,
  handle_style_error,
  host = None 
)

Member Function Documentation

◆ check()

def webkitpy.style.checkers.test_expectations.TestExpectationsChecker.check (   self,
  lines 
)

◆ check_tabs()

def webkitpy.style.checkers.test_expectations.TestExpectationsChecker.check_tabs (   self,
  lines 
)

◆ check_test_expectations()

def webkitpy.style.checkers.test_expectations.TestExpectationsChecker.check_test_expectations (   self,
  expectations_str,
  tests = None 
)

Member Data Documentation

◆ categories

webkitpy.style.checkers.test_expectations.TestExpectationsChecker.categories = set(['test/expectations'])
static

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