示例#1
0
 public MainWindow(PerformanceTest <IdenticalTestSource> identicalModelsTest,
                   PerformanceTest <IgnoreTestSource> ignoreTest,
                   IPerformanceTestDataProvider <IdenticalTestSource> identicalModelsDataProvider,
                   IPerfomanceTestConfiguration configuration)
 {
     this.identicalModelsTest         = identicalModelsTest;
     this.ignoreTest                  = ignoreTest;
     this.identicalModelsDataProvider = identicalModelsDataProvider;
     this.configuration               = configuration;
     InitializeComponent();
 }
 public IdenticalTestDataProvider(IPerfomanceTestConfiguration configuration, IRandomDataProvider randomDataProvider)
 {
     this.configuration      = configuration;
     this.randomDataProvider = randomDataProvider;
 }