Exemple #1
0
 public void VerifyProperties(Func <PropertyInfo, bool> predicate)
 {
     _specification.CheckProperties(predicate);
     _specification.Verify();
 }