Exemple #1
0
        public void GET_FPT_CIR_MONTH_STATISTIC_LIST_Fail1()
        {
            // Arrange
            CirculationBusiness cb = new CirculationBusiness();
            // Act
            List <FPT_CIR_MONTH_STATISTIC_Result> actual = cb.GET_FPT_CIR_MONTH_STATISTIC_LIST(-81, 103, 1, 1, "", 1);

            // Assert
            Assert.AreEqual(5, actual.Count);
        }
Exemple #2
0
        public void GET_FPT_CIR_MONTH_STATISTIC_LIST_Successfully2()
        {
            // Arrange
            CirculationBusiness cb = new CirculationBusiness();
            // Act
            List <FPT_CIR_MONTH_STATISTIC_Result> actual = cb.GET_FPT_CIR_MONTH_STATISTIC_LIST(81, 0, 1, 1, "", 1);

            // Assert
            Assert.AreEqual(12, actual.Count);
        }