public void XoaKhongThanhCong() { string actual = CheckXoa.checkXoa(""); string expected = "1"; Assert.AreEqual(expected, actual); }
public void XoaThanhCong() { string actual = CheckXoa.checkXoa("KH01"); string expected = "0"; Assert.AreEqual(expected, actual); }