autobahn.xbr.test.test_xbr_schema_wamp_control


Module Contents

Classes

TestFbsBase

FlatBuffers tests base class, loads test schemas.

TestFbsValidatePermissionAllow

FlatBuffers tests base class, loads test schemas.

TestFbsValidateRolePermission

FlatBuffers tests base class, loads test schemas.

TestFbsValidateRoleConfig

FlatBuffers tests base class, loads test schemas.

TestFbsValidateRealmConfig

FlatBuffers tests base class, loads test schemas.

class autobahn.xbr.test.test_xbr_schema_wamp_control.TestFbsBase(methodName='runTest')[source]

Bases: twisted.trial.unittest.TestCase

FlatBuffers tests base class, loads test schemas.

setUp()[source]

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

class autobahn.xbr.test.test_xbr_schema_wamp_control.TestFbsValidatePermissionAllow(methodName='runTest')[source]

Bases: TestFbsBase

FlatBuffers tests base class, loads test schemas.

test_validate_PermissionAllow_valid()[source]
test_validate_PermissionAllow_invalid()[source]
class autobahn.xbr.test.test_xbr_schema_wamp_control.TestFbsValidateRolePermission(methodName='runTest')[source]

Bases: TestFbsBase

FlatBuffers tests base class, loads test schemas.

test_validate_RolePermission_valid()[source]
test_validate_RolePermission_invalid()[source]
class autobahn.xbr.test.test_xbr_schema_wamp_control.TestFbsValidateRoleConfig(methodName='runTest')[source]

Bases: TestFbsBase

FlatBuffers tests base class, loads test schemas.

setUp()[source]

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

test_RoleConfig_valid()[source]
test_RoleConfig_invalid()[source]
class autobahn.xbr.test.test_xbr_schema_wamp_control.TestFbsValidateRealmConfig(methodName='runTest')[source]

Bases: TestFbsBase

FlatBuffers tests base class, loads test schemas.

setUp()[source]

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

test_RealmConfig_valid()[source]
test_RealmConfig_invalid()[source]
test_start_router_realm_valid()[source]
test_start_router_realm_invalid()[source]