Exemplo n.º 1
0
 public DigitParserFacts()
 {
     this.testee = new DigitParser();
 }
Exemplo n.º 2
0
 public EntryParser()
 {
     this.digitParser       = new DigitParser();
     this.checksumValidator = new ChecksumValidator();
 }