Esempio n. 1
0
        public void PhoneNumberTestMinMinusOne()
        {
            //create an instance of a class
            clsCustomer TestCustomer = new clsCustomer();
            //declare testing variable
            Boolean OK;

            //Pass data to the class library for testing
            OK = TestCustomer.ValidIntNoData(0);
            //evaluate return value
            Assert.IsFalse(OK);
        }