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

Public Member Functions

def setUp (self)
 
def test_should_skip_with_warning (self)
 
def test_should_skip_without_warning__true (self)
 
def test_should_skip_without_warning__false (self)
 

Detailed Description

Tests the "should skip" methods of the CheckerDispatcher class.

Member Function Documentation

◆ setUp()

def webkitpy.style.checker_unittest.CheckerDispatcherSkipTest.setUp (   self)

◆ test_should_skip_with_warning()

def webkitpy.style.checker_unittest.CheckerDispatcherSkipTest.test_should_skip_with_warning (   self)
Test should_skip_with_warning().

◆ test_should_skip_without_warning__false()

def webkitpy.style.checker_unittest.CheckerDispatcherSkipTest.test_should_skip_without_warning__false (   self)
Test should_skip_without_warning() for False return values.

◆ test_should_skip_without_warning__true()

def webkitpy.style.checker_unittest.CheckerDispatcherSkipTest.test_should_skip_without_warning__true (   self)
Test should_skip_without_warning() for True return values.

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