Tests for twisted.internet.kqueuereactor.
| Function | makeFakeKQueue | Create a fake that implements _IKQueue. |
| Class | KQueueTests | These are tests for KQueueReactor's
implementation, not its real world behaviour. For that, look at twisted.internet.test.reactormixins.ReactorBuilder. |
| Function | _fakeKEvent | Do nothing. |
Create a fake that implements _IKQueue.
| Parameters | testKQueue | Something that acts like select.kqueue. |
| testKEvent | Something that acts like select.kevent. | |
| Returns | An implementation of _IKQueue
that includes testKQueue and testKEvent. | |