Example #1
0
        public void DropDownListNull()
        {
            DropDownListTestClass d;

            d = new DropDownListTestClass();

            // We want to surve the next two calls
            d.RenderContents(null);
        }
Example #2
0
		public void DropDownListNull () {
			DropDownListTestClass	d;

			d = new DropDownListTestClass ();

			// We want to surve the next two calls
			d.RenderContents(null);
		}