Part of canonical.twistedsupport.tests.test_processmonitor View In Hierarchy
Known subclasses: canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol, canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocolWithTimeout, canonical.twistedsupport.tests.test_processmonitor.TestProcessProtocolWithTwoStageKill, lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorProtocol, lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol
| Class | StubTransport | Stub process transport that implements the minimum we need. |
| Method | makeProtocol | Construct an ProcessProtocol instance to be tested. |
| Method | simulateProcessExit | Pretend the child process we're monitoring has exited. |
| Method | setUp | Undocumented |
ProcessProtocol instance to be tested.
Override this in subclasses.