Part of bzrlib.plugins.launchpad.test_lp_directory View In Hierarchy
Inherited from PreCannedServerMixin:
Method | __init__ | Undocumented |
Inherited from HttpServer:
Method | __init__ | Constructor. |
Method | create_server | Undocumented |
Method | log | Capture Server log output. |
Method | start_server | See bzrlib.transport.Server.start_server. |
Method | get_url | See bzrlib.transport.Server.get_url. |
Method | get_bogus_url | See bzrlib.transport.Server.get_bogus_url. |
Method | _get_remote_url | Undocumented |
Inherited from TestingTCPServerInAThread (via HttpServer):
Method | __repr__ | Undocumented |
Method | run_server | Undocumented |
Method | stop_server | Remove the server and cleanup any resources it owns. |
Method | set_ignored_exceptions | Install an exception handler for the server. |
Method | pending_exception | Raise uncaught exception in the server. |