public void ApplySort_Invoke_ThrowsNotSupportedException() { IBindingList bindingList = new BindingList <object>(); Assert.Throws <NotSupportedException>(() => bindingList.ApplySort(null, ListSortDirection.Descending)); }