13 lines
245 B
Python
13 lines
245 B
Python
class AMQConfigurationTest:
|
|
def test_amqadapter(self):
|
|
assert False
|
|
|
|
def test_dispatch(self):
|
|
assert False
|
|
|
|
def test_backpressure(self):
|
|
assert False
|
|
|
|
def test_amqconfiguration(self):
|
|
assert False
|