class documentation

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

Method test_connectionLostLogMessage When a connection is lost a message is logged containing 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 protocol is logged.
Method test_stopProtocolScheduling DatagramProtocol.stopProtocol is called asynchronously (ie, not re-entrantly) when stopListening is used to stop the datagram transport.

Inherited from LogObserverMixin:

Method observe Undocumented
def test_connectionLostLogMessage(self): (source)

When a connection is lost a message is logged containing 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 protocol is logged.

def test_stopProtocolScheduling(self): (source)

DatagramProtocol.stopProtocol is called asynchronously (ie, not re-entrantly) when stopListening is used to stop the datagram transport.