Ejemplo n.º 1
0
        public void LayDanhSachKhachHangTheoMaDoan_TestStatusResponse()
        {
            var action_result = controller.LayDanhSachKhachHangTheoMaDoan("37648363");
            //act
            var actual_result   = action_result as OkNegotiatedContentResult <List <KhachHangDTO> >;
            var expected_result = data_test.SoLuongKhachHangTrongDoan("37648363");

            //assert
            Assert.AreEqual(expected_result, actual_result.Content.Count);
        }
Ejemplo n.º 2
0
        public void LayDanhSachKhachHangTheoMaDoan_TestStatusResponse()
        {
            string madoan        = "1597429050475";
            var    action_result = controller.LayDanhSachKhachHangTheoMaDoan(madoan);
            //
            var actual_result   = action_result as OkNegotiatedContentResult <List <KhachHangDTO> >;
            var expected_result = data_test.SoLuongKhachHangTrongDoan(madoan);

            //assert
            Assert.AreEqual(expected_result, actual_result.Content.Count);
        }