twisted.test.test_postfix.PostfixTCPMapServerTestCase(object) class documentationtwisted.test.test_postfix
(View In Hierarchy)
Known subclasses: twisted.test.test_postfix.ValidTests
| Method | test_chat | Test that get and put commands are responded to correctly
by postfix.PostfixTCPMapServer
when its factory is an instance of
postifx.PostfixTCPMapDictServerFactory. |
| Method | test_deferredChat | Test that get and put commands are responded to correctly
by postfix.PostfixTCPMapServer
when its factory is an instance of
postifx.PostfixTCPMapDeferringDictServerFactory. |
| Method | test_getException | If the factory throws an exception, error code 400 must be returned. |
Test that get and put commands are responded to correctly
by postfix.PostfixTCPMapServer
when its factory is an instance of
postifx.PostfixTCPMapDictServerFactory.
Test that get and put commands are responded to correctly
by postfix.PostfixTCPMapServer
when its factory is an instance of
postifx.PostfixTCPMapDeferringDictServerFactory.