Exemplo n.º 1
0
        public void Test__Nhap_Ten_NV()
        {
            string actual   = Check_SuaTTNV.kt_SuaTTNV("", "tanphu", "0968043321", "21", "abc", "admin");
            string expected = "2";

            Assert.AreEqual(expected, actual);
        }
Exemplo n.º 2
0
        public void Test__Nhap_TaiKhoan_NV()
        {
            string actual   = Check_SuaTTNV.kt_SuaTTNV("DiepKhanhdoan", "tanphu", "0968043321", "21", "", "admin");
            string expected = "3";

            Assert.AreEqual(expected, actual);
        }
Exemplo n.º 3
0
        public void Test__Sai_TaiKhoan()
        {
            string actual   = Check_SuaTTNV.kt_SuaTTNV("Diepkhanhdoan", "tanphu", "0968043321", "21", "abc", "admin");
            string expected = "0";

            Assert.AreEqual(expected, actual);
        }