C# Class Affecto.IdentityManagement.AcceptanceTests.Features.UsersFeature

Show file Open project: affecto/dotnet-IdentityManagement

Public Methods

Method Description
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

Private Methods

Method Description
AddingADisabledUserOrganizationFails ( ) : void
AddingAPasswordAccountToUser ( ) : void
AddingAPasswordAccountWithoutPasswordToUser ( ) : void
AddingAUserOrganization ( ) : void
AddingAUserOrganizationCannotBeDoneWithoutAPermission ( ) : void
AddingAUserRole ( ) : void
AddingAUserRoleCannotBeDoneWithoutAPermission ( ) : void
AddingAUserWithNoNameIsNotPossible ( ) : void
AddingAccountThatIsAlreadyAssignedToAnotherUser ( ) : void
AddingAccountToUser ( ) : void
AddingEmptyAccount ( ) : void
AddingMultipleAccountsForUser ( ) : void
AddingUsers ( ) : void
AddingUsersWithCustomProperties ( ) : void
ChangingUserSName ( ) : void
ChangingUserSNameCannotBeDoneWithoutAPermission ( ) : void
CheckingForMatchingPasswordOfNon_ExistingUser ( ) : void
CheckingForUserSMatchingPassword ( ) : void
CheckingForUserSNon_MatchingCaseSensitivePassword ( ) : void
CheckingForUserSNon_MatchingPassword ( ) : void
ClearingTheNameOfAUserIsNotPossible ( ) : void
DisablingAUser ( ) : void
DisablingAUserCannotBeDoneWithoutAPermission ( ) : void
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
GettingUsersByCustomPropertyAndAccountType ( ) : void
GettingUsersByCustomPropertyValue ( ) : void
RemovingAUserOrganization ( ) : void
RemovingAUserOrganizationCannotBeDoneWithoutAPermission ( ) : void
RemovingAUserRole ( ) : void
RemovingAUserRoleCannotBeDoneWithoutAPermission ( ) : void
RemovingAnAccountFromUser ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void
UpdatingAccountThatIsAlreadyAssignedToAnotherUser ( ) : void
UpdatingAccountWithEmptyName ( ) : void
UpdatingUserSAccountInformation ( ) : void
UsersCannotBeAddedWithoutAPermission ( ) : void

Method Details

ScenarioCleanup() public method

public ScenarioCleanup ( ) : void
return void

ScenarioSetup() public method

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
return void