C# Class PRTools.Specs.DomainSpecs.when_user_changes_account_password

Inheritance: given_an_account_service_context
ファイルを表示 Open project: AcklenAvenue/PRTools

Protected Properties

Property Type Description
EncryptedCurrentPasswordReturnedFromCryptographyService string

Protected Methods

Method Description
BecauseOf ( ) : void
Context ( ) : void

Private Methods

Method Description
it_should_change_the_correct_password ( ) : void
it_should_change_the_password_for_the_correct_user ( ) : void
it_should_change_to_the_correct_new_password ( ) : void

Method Details

BecauseOf() protected method

protected BecauseOf ( ) : void
return void

Context() protected method

protected Context ( ) : void
return void

Property Details

EncryptedCurrentPasswordReturnedFromCryptographyService protected_oe property

protected string EncryptedCurrentPasswordReturnedFromCryptographyService
return string