public ActionResult DeleteConfirmedTest([PexAssumeUnderTest] PedidoController target, int id) { ActionResult result = target.DeleteConfirmed(id); return(result); // TODO: agregar aserciones a método PedidoControllerTest.DeleteConfirmedTest(PedidoController, Int32) }