swagger_server.test.controllers.test_role_controller module

class swagger_server.test.controllers.test_role_controller.RoleTestCase(methodName='runTest')[source]

Bases: swagger_server.test.BaseTestCase

setUp()[source]

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

test_role_create()[source]

Test case for role_create

test_role_delete()[source]

Test case for role_delete

test_role_list()[source]

Test case for role_list

test_role_read()[source]

Test case for role_read

test_role_update()[source]

Test case for role_update