BusinessLogic.Tests.UnitTests.DataAccessTests.SecurityTests.SecuredEntityValidatorTests.ValidateAccessTests.When_Calling_Validate_Access_And_Passing_An_Entity.ItDoesNotThrowAnExceptionIfTheEntityIsNotASecuredEntityWithTechnicalKey C# (CSharp) Метод

ItDoesNotThrowAnExceptionIfTheEntityIsNotASecuredEntityWithTechnicalKey() приватный Метод

            public void ItDoesNotThrowAnExceptionIfTheEntityIsNotASecuredEntityWithTechnicalKey()
            {
                var nonSecuredEntityWithTechnicalKey = MockRepository.GenerateMock<IEntityWithTechnicalKey>();
                _autoMocker.ClassUnderTest.ValidateAccess(nonSecuredEntityWithTechnicalKey, _currentUser);
            }