Exemplo n.º 1
0
        public void checkUsernameTest()
        {
            String txt    = "Giangdeptrai";
            bool   result = lg.checkUsername(txt);

            Assert.AreEqual(true, result);
        }