Package qpid :: Package tests :: Package messaging :: Module endpoints :: Class AddressTests
[frames] | no frames]

Class AddressTests

Test --+    
       |    
    Base --+
           |
          AddressTests

Instance Methods
 
setup_connection(self)
 
setup_session(self)
 
badOption(self, options, error)
 
testIllegalKey(self)
 
testWrongValue(self)
 
testWrongType1(self)
 
testWrongType2(self)
 
testCreateQueue(self)
 
createExchangeTest(self, props='')
 
testCreateExchange(self)
 
testCreateExchangeDirect(self)
 
testCreateExchangeTopic(self)
 
testDeleteBySender(self)
 
testDeleteByReceiver(self)
 
testDeleteSpecial(self)
 
testNodeBindingsQueue(self)
 
testNodeBindingsTopic(self)
 
testLinkBindings(self)
 
testSubjectOverride(self)
 
testSubjectDefault(self)
 
doReliabilityTest(self, reliability, messages, expected)
 
testReliabilityUnreliable(self)
 
testReliabilityAtLeastOnce(self)
 
testLinkName(self)

Inherited from Base: assertAvailable, assertEcho, assertEchos, assertEmpty, connection_options, content, delay, diff, drain, durable, get_bool, message, ping, reconnect, setup, setup_receiver, setup_sender, sleep, teardown, transport

Inherited from Test: __init__, configure

Method Details

setup_connection(self)

 
Overrides: Base.setup_connection

setup_session(self)

 
Overrides: Base.setup_session