webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.style.checker_unittest.StyleProcessorConfigurationTest Class Reference
Inheritance diagram for webkitpy.style.checker_unittest.StyleProcessorConfigurationTest:
webkitpy.common.system.logtesting.LoggingTestCase

Public Member Functions

def test_init (self)
 
def test_is_reportable (self)
 
def test_write_style_error_emacs (self)
 
def test_write_style_error_vs7 (self)
 
- Public Member Functions inherited from webkitpy.common.system.logtesting.LoggingTestCase
def setUp (self)
 
def tearDown (self)
 
def logMessages (self)
 
def assertLog (self, messages)
 

Detailed Description

Tests the StyleProcessorConfiguration class.

Member Function Documentation

◆ test_init()

def webkitpy.style.checker_unittest.StyleProcessorConfigurationTest.test_init (   self)
Test the __init__() method.

◆ test_is_reportable()

def webkitpy.style.checker_unittest.StyleProcessorConfigurationTest.test_is_reportable (   self)
Test the is_reportable() method.

◆ test_write_style_error_emacs()

def webkitpy.style.checker_unittest.StyleProcessorConfigurationTest.test_write_style_error_emacs (   self)
Test the write_style_error() method.

◆ test_write_style_error_vs7()

def webkitpy.style.checker_unittest.StyleProcessorConfigurationTest.test_write_style_error_vs7 (   self)
Test the write_style_error() method.

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