Files
amq-adapter-python/amqp/router/test_route_database.py
T
2025-02-20 15:45:26 +08:00

25 lines
426 B
Python

from unittest import TestCase
class TestRouteDatabase(TestCase):
def test_get_routes(self):
self.fail()
def test_pattern(self):
self.fail()
def test_matches(self):
self.fail()
def test_wrap_routes(self):
self.fail()
def test_find_route(self):
self.fail()
def test_add_route(self):
self.fail()
def test_remove_route(self):
self.fail()