示例#1
0
        public void ValidExistsProductQuantity()
        {
            //Create instance of the class we want to create
            clsOrder AnOrder = new clsOrder();
            Boolean  OK;

            OK = AnOrder.Valid5(1);
            Assert.IsTrue(OK);
        }