Exemple #1
0
 public void if_the_column_is_not_queryable_return_no_filters()
 {
     theColumn.IsFilterable = false;
     theColumn.FilteredProperties().Any().ShouldBeFalse();
 }