Exemplo n.º 1
0
        public void ValidExistsProductName()
        {
            //Create instance of the class we want to create
            clsOrder AnOrder = new clsOrder();
            Boolean  OK;

            OK = AnOrder.Valid4("HP Compaq Elite 8300");
            Assert.IsTrue(OK);
        }