public void Create_NotFoundForType_ReturnsNull() { Assert.Null(filters.Create(typeof(Object), "equals", Array.Empty <String>())); }
public void Create_NotFoundForType_ReturnsNull() { Assert.Null(filters.Create(typeof(Object), "equals", new String[0])); }
public void Create_NotFoundForType_ReturnsNull(Type type) { Assert.Null(filters.Create(type, "equals", "")); }