コード例 #1
0
        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>)
        }
コード例 #2
0
        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>)
        }