Exemplo n.º 1
0
        public void CotheBoTrong()
        {
            string actual   = CheckThem.checkThem("KH13", "", "", "", "");
            string expected = "0";

            Assert.AreEqual(expected, actual);
        }
Exemplo n.º 2
0
        public void BotrongMaKH()
        {
            string actual   = CheckThem.checkThem("", "Anh", "BC", "64765", "64745");
            string expected = "1";

            Assert.AreEqual(expected, actual);
        }
Exemplo n.º 3
0
        public void Email_dai()
        {
            string actual   = CheckThem.checkThem("KH12", "Anh", "BC", "64765", "6474646546565465");
            string expected = "1";

            Assert.AreEqual(expected, actual);
        }
Exemplo n.º 4
0
        public void DT_Dai()
        {
            string actual   = CheckThem.checkThem("KH12", "Anh", "BC", "6543544765", "64745");
            string expected = "1";

            Assert.AreEqual(expected, actual);
        }
Exemplo n.º 5
0
        public void Hoten_dai()
        {
            string actual   = CheckThem.checkThem("KH12", "Anhjdjksdjkhdj", "BC", "64765", "64745");
            string expected = "1";

            Assert.AreEqual(expected, actual);
        }
Exemplo n.º 6
0
        public void Themthanhcong()
        {
            //string actual = kh ("KH12","Anh","BC","43543","45335");
            //string expected = "0";
            //Assert.AreEqual(expected, actual);
            //KhachHang kh1 = new KhachHang("PH2", "Phan", "Go Vap", "Nam", "08389283882");
            //string actual = kh.Inser
            //Assert.IsTrue(actual);
            string actual   = CheckThem.checkThem("KH12", "Anh", "BC", "64765", "64745");
            string expected = "0";

            Assert.AreEqual(expected, actual);
        }