public TestFactory() { // See app.config: Types = Benchmarker.GetImplementations(typeof(IGraph <>), true).ToList(); //// FindImplementations classes that implement IGraph //FindImplementations(); }
protected TestFactoryBase() { // See app.config for filters ImplementationTypes = Benchmarker.GetImplementations(typeof(IIntervalCollection <,>), true).ToList(); }