Example #1
0
 public IntegerNotDivisibleByGenerator(int quotient)
 {
     AssertQuotientMakesSense(quotient);
     _integerDivisibleByGenerator = new IntegerDivisibleByGenerator(quotient);
 }