C# Class Website.Tests.SocialConnectedAuthenticationControllerShould

Inheritance: IDisposable
显示文件 Open project: herskinduk/Usergroup.SocialConnectedMvc

Public Methods

Method Description
Dispose ( ) : void
SocialConnectedAuthenticationControllerShould ( ) : FakeItEasy

Private Methods

Method Description
LoginShouldAttachUserWhenAuthenticated ( ) : void
LoginShouldLoginUserWhenNotAuthenticated ( ) : void
LogoutShouldCallAuthenticationManagerLogout ( ) : void
LogoutShouldRedirectToSiteRoot ( ) : void
LogoutShouldReturnRedirectResult ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SocialConnectedAuthenticationControllerShould() public method

public SocialConnectedAuthenticationControllerShould ( ) : FakeItEasy
return FakeItEasy