Searched refs:OutputCaptureTestCaseBase (Results 1 – 4 of 4) sorted by relevance
32 from webkitpy.common.system.outputcapture import OutputCaptureTestCaseBase36 class StatusServerTest(OutputCaptureTestCaseBase):
32 class CatTest(outputcapture.OutputCaptureTestCaseBase):
31 class EchoTest(outputcapture.OutputCaptureTestCaseBase):
70 class OutputCaptureTestCaseBase(unittest.TestCase): class