Methods
|
|
|
|
__init__
|
__init__ ( self, methodName='runTest' )
|
|
a
|
a ( self, d )
|
|
connected
|
connected ( self, persp )
|
|
failureDie
|
failureDie ( self, fail )
|
|
failureFail
|
failureFail ( self, fail )
|
|
failurePoop
|
failurePoop ( self, fail )
|
|
notConnected
|
notConnected ( self, fail )
Exceptions
|
|
pb.Error( "There's probably something wrong with your environment" "(is port 54321 free?), because I couldn't connect to myself." )
|
|
|
runClient
|
runClient ( self )
|
|
stopReactor
|
stopReactor ( self )
|
|
success
|
success ( self, result )
|
|
testPBFailures
|
testPBFailures ( self )
|
|
timeOut
|
timeOut ( self )
Exceptions
|
|
TimeoutError( "Never got all three failures!" )
|
|