Example #1
0
        public void Test__Nhap_Sai_TaiKhoan_NV()
        {
            string actual   = Check_TTNV.kt_ThemTTNV("Diepkhanhdoan", "tanphu", "0968043321", "21", "123", "admin");
            string expected = "0";

            Assert.AreEqual(expected, actual);
        }
Example #2
0
        public void Test__Nhap_Thieu_Ten_NV()
        {
            string actual   = Check_TTNV.kt_ThemTTNV("", "tanphu", "0968043321", "21", "123456", "admin");
            string expected = "2";

            Assert.AreEqual(expected, actual);
        }