public void BeforeEachTest() { factory = new DefaultGeneratorFactory(); }
public Filler(IProvideDefaultGenerators generatorFactory) { this.generatorFactory = generatorFactory; }
public MappingSet(IProvideDefaultGenerators defaultGeneratorFactory) { this.defaultGeneratorFactory = defaultGeneratorFactory; Type = typeof(T); }