aries_cloudagent.messaging.routing.messages.tests package

Submodules

aries_cloudagent.messaging.routing.messages.tests.test_forward module

class aries_cloudagent.messaging.routing.messages.tests.test_forward.TestForward(methodName='runTest')[source]

Bases: unittest.case.TestCase

msg = 'msg'
setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_deserialize(message_schema_load)[source]
test_init()[source]
test_serialize(message_schema_dump)[source]
test_type()[source]
to = 'to'
class aries_cloudagent.messaging.routing.messages.tests.test_forward.TestForwardSchema(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_make_model()[source]

aries_cloudagent.messaging.routing.messages.tests.test_route_query_request module

class aries_cloudagent.messaging.routing.messages.tests.test_route_query_request.TestRouteQueryRequest(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_deserialize(message_schema_load)[source]
test_filter = {'recipient_key': '3Dn1SJNPaCXcvvJvSbsFWP2xaCjMom3can8CQNhWrTRx'}
test_init()[source]
test_limit = 100
test_offset = 10
test_serialize(message_schema_dump)[source]
test_type()[source]
test_verkey = '3Dn1SJNPaCXcvvJvSbsFWP2xaCjMom3can8CQNhWrTRx'
class aries_cloudagent.messaging.routing.messages.tests.test_route_query_request.TestRouteQueryRequestSchema(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_make_model()[source]

aries_cloudagent.messaging.routing.messages.tests.test_route_query_response module

class aries_cloudagent.messaging.routing.messages.tests.test_route_query_response.TestRouteQueryResponse(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_conn_id = 'conn-id'
test_deserialize(message_schema_load)[source]
test_end = 15
test_init()[source]
test_limit = 5
test_route_id = 'route-id'
test_serialize(message_schema_dump)[source]
test_start = 10
test_total = 20
test_type()[source]
test_verkey = '3Dn1SJNPaCXcvvJvSbsFWP2xaCjMom3can8CQNhWrTRx'
class aries_cloudagent.messaging.routing.messages.tests.test_route_query_response.TestRouteQueryResponseSchema(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_make_model()[source]

aries_cloudagent.messaging.routing.messages.tests.test_route_update_request module

class aries_cloudagent.messaging.routing.messages.tests.test_route_update_request.TestRouteQueryRequestSchema(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_make_model()[source]
class aries_cloudagent.messaging.routing.messages.tests.test_route_update_request.TestRouteUpdateRequest(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_action = 'create'
test_deserialize(message_schema_load)[source]
test_init()[source]
test_serialize(message_schema_dump)[source]
test_type()[source]
test_verkey = '3Dn1SJNPaCXcvvJvSbsFWP2xaCjMom3can8CQNhWrTRx'

aries_cloudagent.messaging.routing.messages.tests.test_route_update_response module

class aries_cloudagent.messaging.routing.messages.tests.test_route_update_response.TestRouteQueryRequestSchema(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_make_model()[source]
class aries_cloudagent.messaging.routing.messages.tests.test_route_update_response.TestRouteUpdateResponse(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_action = 'create'
test_deserialize(message_schema_load)[source]
test_init()[source]
test_result = 'success'
test_serialize(message_schema_dump)[source]
test_type()[source]
test_verkey = '3Dn1SJNPaCXcvvJvSbsFWP2xaCjMom3can8CQNhWrTRx'