webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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) |
Tests the "should skip" methods of the CheckerDispatcher class.
def webkitpy.style.checker_unittest.CheckerDispatcherSkipTest.setUp | ( | self | ) |
def webkitpy.style.checker_unittest.CheckerDispatcherSkipTest.test_should_skip_with_warning | ( | self | ) |
Test should_skip_with_warning().
def webkitpy.style.checker_unittest.CheckerDispatcherSkipTest.test_should_skip_without_warning__false | ( | self | ) |
Test should_skip_without_warning() for False return values.
def webkitpy.style.checker_unittest.CheckerDispatcherSkipTest.test_should_skip_without_warning__true | ( | self | ) |
Test should_skip_without_warning() for True return values.