Ejemplo n.º 1
0
        public void UserCountInDatabase()
        {
            int actuly = userService.getListLength();

            Assert.True(constants.getUserCount() == actuly, " actuly is " + actuly);
        }