Ejemplo n.º 1
0
        public void ApplySort_Invoke_ThrowsNotSupportedException()
        {
            IBindingList bindingList = new BindingList <object>();

            Assert.Throws <NotSupportedException>(() => bindingList.ApplySort(null, ListSortDirection.Descending));
        }