public void CreateFinder()
 {
     finder = new DefaultConventionFinder();
 }
 public void CreateVisitor()
 {
     conventions = new DefaultConventionFinder();
     visitor     = new ConventionVisitor(conventions);
 }
Exemple #3
0
 public void CreateConventionFinder()
 {
     finder = new DefaultConventionFinder();
 }