C# Class BudgetAnalyser.Engine.UnitTest.Encryption.CredentialStoreTest

Exibir arquivo Open project: Benrnz/BudgetAnalyser

Private Methods

Method Description
CreateSecureString ( string text ) : SecureString
Dispose_ShouldDisposeStoredObject ( ) : void
RetrievePasskey_ShouldReturnNull_GivenEmptyWasStored ( ) : void
RetrievePasskey_ShouldReturnNull_GivenNullWasStored ( ) : void
RetrievePasskey_ShouldReturnSecuredString_GivenTextValue ( ) : void
RetrievePasskey_ShouldStoreForRetrieval_GivenTextValue ( ) : void
SetPasskey_ShouldDisposeStoredObject ( ) : void
TestSetup ( ) : void