class documentation

class FakeProcessTransportTests(SynchronousTestCase): (source)

View In Hierarchy

Tests for :py:class:`FakeProcessTransport`.

Method setUp Undocumented
Method test_closeStderr Closing standard error updates the state instance.
Method test_closeStdin Closing standard in updates the state instance.
Method test_closeStdout Closing standard out updates the state instance.
Method test_provides_interface Instances provide :py:class:`IProcessTransport`.
Instance Variable state Undocumented
Instance Variable transport Undocumented
def setUp(self): (source)

Undocumented

def test_closeStderr(self): (source)

Closing standard error updates the state instance.

def test_closeStdin(self): (source)

Closing standard in updates the state instance.

def test_closeStdout(self): (source)

Closing standard out updates the state instance.

def test_provides_interface(self): (source)

Instances provide :py:class:`IProcessTransport`.

state = (source)

Undocumented

transport = (source)

Undocumented