twisted.internet.test.test_udp.DatagramTransportTestsMixin(LogObserverMixin) class documentationtwisted.internet.test.test_udp
(View In Hierarchy)
Known subclasses: twisted.internet.test.test_udp.UDPFDServerTestsBuilder, twisted.internet.test.test_udp.UDPServerTestsBuilder
Mixin defining tests which apply to any port/datagram based transport.
| Method | test_startedListeningLogMessage | When a port starts, a message including a description of the associated protocol is logged. | 
| 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_stopProtocolScheduling | DatagramProtocol.stopProtocolis called asynchronously (ie,
not re-entrantly) whenstopListeningis used to stop the 
datagram transport. | 
Inherited from LogObserverMixin:
| Method | observe | Undocumented | 
When a port starts, a message including a description of the associated protocol is logged.