Exemplo n.º 1
0
        public void AuthenticateShouldNotBeImplemented()
        {
            var    userMapper = new UserMapper();
            Action action     = () => userMapper.Authenticate(null, null, null, null, null, null, null);

            action.Should().Throw <NotImplementedException>();
        }