C# Class Chaos.Portal.Authentication.Tests.Extension.AuthKeyTest

Inheritance: TestBase
Show file Open project: CHAOS-Community/CHAOS.Portal.Authentication

Private Methods

Method Description
Create_GivenAnonymousUser_ThrowException ( ) : void
Create_GivenSiteDoesntExist_ReturnSiteKey ( ) : void
Create_UnknownErrorOnDatabase_ThrowException ( ) : void
Delete_GivenExistingAuthKey_DeleteKeyReturnOne ( ) : void
Delete_GivenNonExistingAuthKey_ThrowArgumentException ( ) : void
Get_UserHasNoAuthKeys_ReturnEmptyList ( ) : void
Get_UserhasAuthKeys_ReturnListOfAuthKeysWithOutTokens ( ) : void
Login_InvalidApiKey_ThrowException ( ) : void
Login_ValidApiKey_ReturnAuthenticatedSession ( ) : void
Make_SiteAccessExtension ( ) : Authentication.Extension.AuthKey
Make_UserInfo ( ) : UserInfo