protected override bool IsInternalRuleOk(IArgumentCollection args)
 {
     return(true);
 }
Example #2
0
 public void Setup()
 {
     _arguments = ArgumentCollectionFactory.CreateArgumentCollection();
 }