public ActionResult EditPedidoTest([PexAssumeUnderTest] PedidoController target, int?id) { ActionResult result = target.EditPedido(id); return(result); // TODO: add assertions to method PedidoControllerTest.EditPedidoTest(PedidoController, Nullable`1<Int32>) }
public ActionResult EditPedidoTest([PexAssumeUnderTest] PedidoController target, int?id) { ActionResult result = target.EditPedido(id); return(result); // TODO: agregar aserciones a método PedidoControllerTest.EditPedidoTest(PedidoController, Nullable`1<Int32>) }