Ejemplo n.º 1
0
        public ActionResult EditTest01([PexAssumeUnderTest] PagoController target, tbPago tbPago)
        {
            ActionResult result = target.Edit(tbPago);

            return(result);
            // TODO: agregar aserciones a método PagoControllerTest.EditTest01(PagoController, tbPago)
        }
Ejemplo n.º 2
0
        public ActionResult EditTest([PexAssumeUnderTest] PagoController target, int?id)
        {
            ActionResult result = target.Edit(id);

            return(result);
            // TODO: agregar aserciones a método PagoControllerTest.EditTest(PagoController, Nullable`1<Int32>)
        }