Tests for twisted.internet.posixbase
and supporting code.
| Class | TrivialReactor | Undocumented |
| Class | PosixReactorBaseTests | Tests for PosixReactorBase. |
| Class | TCPPortTests | Tests for twisted.internet.tcp.Port. |
| Class | TimeoutReportReactor | A reactor which is just barely runnable and which cannot monitor any
readers or writers, and which fires a Deferred with
the timeout passed to its doIteration method as soon as that
method is invoked. |
| Class | IterationTimeoutTests | Tests for the timeout argument PosixReactorBase.run calls
PosixReactorBase.doIteration with in the presence of various
delayed calls. |
| Class | ConnectedDatagramPortTests | Test connected datagram UNIX sockets. |