class documentation

Define a mixin for use with test cases that require an _IInputOutputSystem provider. This mixin hands out MemoryIOSystem instances as the provider of that interface.

Method createSystem Create and return a brand new MemoryIOSystem.
Constant _TUNNEL_DEVICE Undocumented
Constant _TUNNEL_LOCAL Undocumented
Constant _TUNNEL_REMOTE Undocumented
def createSystem(self): (source)

Create and return a brand new MemoryIOSystem.

The MemoryIOSystem knows how to open new tunnel devices.

Returns
MemoryIOSystemThe newly created I/O system object.
_TUNNEL_DEVICE: bytes = (source)

Undocumented

Value
b'tap-twistedtest'
_TUNNEL_LOCAL: bytes = (source)

Undocumented

Value
b'172.16.2.1'
_TUNNEL_REMOTE: bytes = (source)

Undocumented

Value
b'172.16.2.2'