C# Class Contrive.Tests.Using_RoleServiceSpecs

Show file Open project: alanstevens/Contrive

Public Methods

Method Description
Using_RoleServiceSpecs ( ) : System.Collections.Generic
When_finding_roles_matching_a_username_pattern ( ) : void

Private Methods

Method Description
Get_all_should_not_be_empty ( ) : void
SetupEmptyLists ( ) : void
SetupRole ( ) : void
SetupUser ( ) : void
When_adding_users_to_roles ( ) : void
When_checing_users_in_a_role ( ) : void
When_checking_if_role_exists ( ) : void
When_checking_if_user_is_in_a_role ( ) : void
When_creating_a_role ( ) : void
When_deleting_a_role ( ) : void
When_getting_roles_for_a_user ( ) : void
When_removing_users_from_roles ( ) : void

Method Details

Using_RoleServiceSpecs() public method

public Using_RoleServiceSpecs ( ) : System.Collections.Generic
return System.Collections.Generic

When_finding_roles_matching_a_username_pattern() public method

public When_finding_roles_matching_a_username_pattern ( ) : void
return void