Ejemplo n.º 1
0
 public static void AssertRuleCount(this BrokenRulesCollection @this, IPropertyInfo property, int expectedRuleCount)
 {
     @this.AssertRuleCount(property, expectedRuleCount, string.Empty);
 }