Example #1
0
        public void DeleteOrderTest()
        {
            // TODO: add unit test for the method 'DeleteOrder'
            string orderId = null; // TODO: replace null with proper value

            instance.DeleteOrder(orderId);
        }