Exemplo n.º 1
0
        public void GetAllCount_BySearchRoleName()
        {
            int count = busUser.GetAllByPageBySearchCount(UserSearchKeys.RoleName, ADORole1.Name.Substring(0, 3));

            Assert.IsTrue(count > 0);
        }