Exemplo n.º 1
0
        public void Test_CollectTips()
        {
            Assert.Throws(typeof(ArgumentNullException), () => { fHolidays.CollectTips(null); });

            StringList tipsList = new StringList();

            fHolidays.CollectTips(tipsList);
        }