Ejemplo n.º 1
0
        public void PlaceOrderTest()
        {
            // TODO: add unit test for the method 'PlaceOrder'
            Order body     = null; // TODO: replace null with proper value
            var   response = instance.PlaceOrder(body);

            Assert.IsInstanceOf <Order> (response, "response is Order");
        }