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