HomeSort by relevance Sort by last modified time
    Searched refs:LogTesting (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main_unittest.py 27 from webkitpy.common.system.logtesting import LogTesting
35 self._log = LogTesting.setUp(self)
checker_unittest.py 41 from webkitpy.common.system.logtesting import LogTesting, TestLogStream
63 from webkitpy.common.system.logtesting import LoggingTestCase
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logtesting.py 30 see the TestLogStream class, and perhaps also the LogTesting class.
78 class LogTesting(object):
87 self._log = LogTesting.setUp(self) # Turn logging on.
139 A LogTesting instance.
158 logger = LogTesting._getLogger()
161 return LogTesting(stream, handler)
173 logger = LogTesting._getLogger()
236 self._log = LogTesting.setUp(self)
248 # See the code comments preceding LogTesting.assertMessages() for
logutils_unittest.py 29 from webkitpy.common.system.logtesting import LogTesting
30 from webkitpy.common.system.logtesting import TestLogStream

Completed in 505 milliseconds