Searched refs:LogTesting (Results 1 – 7 of 7) sorted by relevance
78 class LogTesting(object): class158 logger = LogTesting._getLogger()161 return LogTesting(stream, handler)173 logger = LogTesting._getLogger()236 self._log = LogTesting.setUp(self)
29 from webkitpy.common.system.logtesting import LogTesting
29 from webkitpy.style_references import LogTesting56 self._log = LogTesting.setUp(self)
42 from webkitpy.style_references import LogTesting
28 from webkitpy.common.system.logtesting import LogTesting107 self._log = LogTesting.setUp(self)
44 from webkitpy.common.system.logtesting import LogTesting
8198 - Adjusted the LogTesting class by moving the code that clears8734 Tweak webkitpy's logtesting.LogTesting class to get more mileage out8739 This patch adds to the LogTesting class's tearDown() method a line11319 class (LogTesting rather than LogUnitTesting).12996 - Renamed the UnitTestLog class to LogTesting, and reformulated