Exemplo n.º 1
0
 public FileParser()
 {
     this.entryParser = new EntryParser();
 }
Exemplo n.º 2
0
 public EntryParserFacts()
 {
     this.testee = new EntryParser();
 }