public ActionResult EditEntregaEfectivoTest([PexAssumeUnderTest] SolicitudEfectivoController target, int?id)
        {
            ActionResult result = target.EditEntregaEfectivo(id);

            return(result);
            // TODO: add assertions to method SolicitudEfectivoControllerTest.EditEntregaEfectivoTest(SolicitudEfectivoController, Nullable`1<Int32>)
        }
        public SolicitudEfectivoController ConstructorTest()
        {
            SolicitudEfectivoController target = new SolicitudEfectivoController();

            return(target);
            // TODO: add assertions to method SolicitudEfectivoControllerTest.ConstructorTest()
        }
        public ActionResult EditEntregaEfectivoTest01(
            [PexAssumeUnderTest] SolicitudEfectivoController target,
            tbSolicitudEfectivo tbSolicitudEfectivo
            )
        {
            ActionResult result = target.EditEntregaEfectivo(tbSolicitudEfectivo);

            return(result);
            // TODO: add assertions to method SolicitudEfectivoControllerTest.EditEntregaEfectivoTest01(SolicitudEfectivoController, tbSolicitudEfectivo)
        }