예제 #1
0
        public void TestMethod1()
        {
            int result   = UserInfoServer.CheckLogin("admin", "admin");
            int expected = 0;

            Assert.AreEqual(result, expected);
        }
예제 #2
0
 public UserInfoLogic()
 {
     _us = new UserInfoServer();
 }