예제 #1
0
 public void IgnoreNullExpressions()
 {
     bouncer.Include(null);
     bouncer.Exclude(null);
     Assert.False(bouncer.IsIncluded("$/Any/Path"));
 }