public JsonResult GetDetallePedidoTest([PexAssumeUnderTest] PedidoController target, int pedido)
        {
            JsonResult result = target.GetDetallePedido(pedido);

            return(result);
            // TODO: add assertions to method PedidoControllerTest.GetDetallePedidoTest(PedidoController, Int32)
        }
        public JsonResult GetDetallePedidoTest([PexAssumeUnderTest] PedidoController target, int pedido)
        {
            JsonResult result = target.GetDetallePedido(pedido);

            return(result);
            // TODO: agregar aserciones a método PedidoControllerTest.GetDetallePedidoTest(PedidoController, Int32)
        }