예제 #1
0
        public TestFactory()
        {
            // See app.config:
            Types = Benchmarker.GetImplementations(typeof(IGraph <>), true).ToList();

            //// FindImplementations classes that implement IGraph
            //FindImplementations();
        }
예제 #2
0
 protected TestFactoryBase()
 {
     // See app.config for filters
     ImplementationTypes = Benchmarker.GetImplementations(typeof(IIntervalCollection <,>), true).ToList();
 }