webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | setUp (self) |
def | tearDown (self) |
def | assert_log_messages (self, messages) |
Base class for testing configure_logging(). Sub-classes should implement: is_verbose: The is_verbose value to pass to configure_logging().
def webkitpy.style.checker_unittest.ConfigureLoggingTestBase.assert_log_messages | ( | self, | |
messages | |||
) |
Assert that the logged messages equal the given messages.
def webkitpy.style.checker_unittest.ConfigureLoggingTestBase.setUp | ( | self | ) |
def webkitpy.style.checker_unittest.ConfigureLoggingTestBase.tearDown | ( | self | ) |
Reset logging to its original state. This method ensures that the logging configuration set up for a unit test does not affect logging in other unit tests.