Ejemplo n.º 1
0
        public void MinCustomer_Id()
        {
            int testdata = 1;

            order.Customer_Id = testdata;
            string error = "";

            Assert.AreEqual(error, order.customerIDvalid(order.Customer_Id));
        }