コード例 #1
0
        public void GetReporteInicialGeneral()
        {
            ReporteController reporteController = new ReporteController();
            IHttpActionResult resultado         = reporteController.GetReporteInicialGeneral(2018, "II");

            Assert.IsInstanceOfType(resultado, typeof(OkNegotiatedContentResult <List <Reporte> >));
        }