Home
last modified time | relevance | path

Searched refs:LogTesting (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
Dlogtesting.py78 class LogTesting(object): class
158 logger = LogTesting._getLogger()
161 return LogTesting(stream, handler)
173 logger = LogTesting._getLogger()
236 self._log = LogTesting.setUp(self)
Dlogutils_unittest.py29 from webkitpy.common.system.logtesting import LogTesting
/external/webkit/Tools/Scripts/webkitpy/style/
Dmain_unittest.py29 from webkitpy.style_references import LogTesting
56 self._log = LogTesting.setUp(self)
Dchecker_unittest.py42 from webkitpy.style_references import LogTesting
/external/webkit/Tools/Scripts/webkitpy/python24/
Dversioning_unittest.py28 from webkitpy.common.system.logtesting import LogTesting
107 self._log = LogTesting.setUp(self)
/external/webkit/Tools/Scripts/webkitpy/
Dstyle_references.py44 from webkitpy.common.system.logtesting import LogTesting
/external/webkit/Tools/
DChangeLog-2010-05-248198 - Adjusted the LogTesting class by moving the code that clears
8734 Tweak webkitpy's logtesting.LogTesting class to get more mileage out
8739 This patch adds to the LogTesting class's tearDown() method a line
11319 class (LogTesting rather than LogUnitTesting).
12996 - Renamed the UnitTestLog class to LogTesting, and reformulated