示例#1
0
        public void AuthenticateInvalidCreds()
        {
            String         props = PropertyExtractor.GetProperties(typeof(AgencyUserRole));
            RegisteredUser user  = RegisteredUser.Authenticate(5, "*****@*****.**", "371444D0", false, false);

            Assert.IsNull(user);
        }