Example #1
0
 internal CountCallers(ContactValidatorSpy parent)
 {
     this.parent = parent;
 }
Example #2
0
 internal CountCallerMethods(ContactValidatorSpy parent, int count)
 {
     this.parent = parent;
     this.count  = count;
 }
Example #3
0
 internal CountCallsMethods(ContactValidatorSpy parent, int position)
 {
     this.parent   = parent;
     this.position = position;
 }