C# Class ChessClient.Tests.Controllers.AccountControllerTest.MockFormsAuthenticationService

Inheritance: IFormsAuthenticationService
Afficher le fichier Open project: Beginner7/Command3

Méthodes publiques

Свойство Type Description
SignIn_WasCalled bool
SignOut_WasCalled bool

Méthodes publiques

Méthode Description
SignIn ( string userName, bool createPersistentCookie ) : void
SignOut ( ) : void

Method Details

SignIn() public méthode

public SignIn ( string userName, bool createPersistentCookie ) : void
userName string
createPersistentCookie bool
Résultat void

SignOut() public méthode

public SignOut ( ) : void
Résultat void

Property Details

SignIn_WasCalled public_oe property

public bool SignIn_WasCalled
Résultat bool

SignOut_WasCalled public_oe property

public bool SignOut_WasCalled
Résultat bool