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

Inheritance: IFormsAuthenticationService
Show file Open project: Beginner7/Command3

Public Properties

Property Type Description
SignIn_WasCalled bool
SignOut_WasCalled bool

Public Methods

Method Description
SignIn ( string userName, bool createPersistentCookie ) : void
SignOut ( ) : void

Method Details

SignIn() public method

public SignIn ( string userName, bool createPersistentCookie ) : void
userName string
createPersistentCookie bool
return void

SignOut() public method

public SignOut ( ) : void
return void

Property Details

SignIn_WasCalled public property

public bool SignIn_WasCalled
return bool

SignOut_WasCalled public property

public bool SignOut_WasCalled
return bool