Exemplo n.º 1
0
        public void Test__Nhap_Thieu_GiaPhong_TT()
        {
            string actual   = Check_SuaTTP.kt_TTPhong("101", "");
            string expected = "2";

            Assert.AreEqual(expected, actual);
        }
Exemplo n.º 2
0
        public void Test__Nhap_Du_TT()
        {
            string actual   = Check_SuaTTP.kt_TTPhong("101", "10000");
            string expected = "0";

            Assert.AreEqual(expected, actual);
        }