C# Class BusinessLogic.Tests.UnitTests.DataAccessTests.SecurityTests.SecuredEntityValidatorTests.ValidateAccessTests.When_Calling_Validate_Access_And_Passing_An_Entity

Inheritance: ValidateAccessTests
Show file Open project: NemeStats/NemeStats

Private Methods

Method Description
ItDoesNotThrowAnExceptionIfTheEntityDoesNotHaveAGamingGroupIdSet ( ) : void
ItDoesNotThrowAnExceptionIfTheEntityIsNotASecuredEntityWithTechnicalKey ( ) : void
ItDoesNotThrowAnExceptionIfTheUserHasTheGamingGroupOfTheSecuredEntity ( ) : void
ItDoesNotThrowAnExceptionIfTheUsersCurrentGamingGroupIsThatOfTheSecuredEntity ( ) : void
ItThrowsAnArgumentNullExceptionIfTheCurrentUserIsNullAndTheEntityIsSecured ( ) : void
ItThrowsAnUnauthorizedAccessExceptionIfTheUserDoesNotHaveAccessToTheGamingGroup ( ) : void