C# Class Affecto.IdentityManagement.Store.EntityFramework.DatabaseTests.Queries.FindUserTests

Inheritance: DbQueryServiceTests
Datei anzeigen Open project: affecto/dotnet-IdentityManagement

Private Methods

Method Description
CreateUsers ( ) : void
GetAllUsers ( ) : void
GetUserByAccountName ( ) : void
GetUserByAccountWhenThereAreNoUsers ( ) : void
GetUserByAccountWhenThereIsNoSuchUserWithAccountName ( ) : void
GetUserByAccountWhenThereIsNoSuchUserWithAccountType ( ) : void
GetUserById ( ) : void
GetUserByIdWhenThereAreNoUsers ( ) : void
GetUserByIdWhenThereIsNoSuchUser ( ) : void
GetUserCustomPropertiesByAccountName ( ) : void
GetUserCustomPropertiesById ( ) : void
GetUserGroupsByAccountName ( ) : void
GetUserGroupsById ( ) : void
GetUserOrganizationsByAccountName ( ) : void
GetUserOrganizationsById ( ) : void
GetUserRolesByAccountName ( ) : void
GetUserRolesById ( ) : void
GetUsersWhenThereAreNoUsers ( ) : void
ThereIsUserWithAccountName ( ) : void
UserDoesNotExists ( ) : void