class documentation

Mixin defining tests which apply to any port/connection based transport.

Method test_closePeerOnEMFILE See assertPeerClosedOnEMFILE.
Method test_connectionLostLogMsg When a connection is lost, an informative message should be logged (see getExpectedConnectionLostLogMsg): an address identifying the port and the fact that it was closed.
Method test_startedListeningLogMessage When a port starts, a message including a description of the associated factory is logged.

Inherited from LogObserverMixin:

Method observe Undocumented
@skipIf(SKIP_EMFILE, 'Reserved EMFILE file descriptor not supported on Windows.')
def test_closePeerOnEMFILE(self): (source)
def test_connectionLostLogMsg(self): (source)

When a connection is lost, an informative message should be logged (see getExpectedConnectionLostLogMsg): an address identifying the port and the fact that it was closed.

def test_startedListeningLogMessage(self): (source)

When a port starts, a message including a description of the associated factory is logged.