public void GetReporteInicialGeneral() { ReporteController reporteController = new ReporteController(); IHttpActionResult resultado = reporteController.GetReporteInicialGeneral(2018, "II"); Assert.IsInstanceOfType(resultado, typeof(OkNegotiatedContentResult <List <Reporte> >)); }