Ejemplo n.º 1
0
 public StorEvilTestProvider()
 {
     _environment = new StorEvilTestEnvironment();
     _assemblyExplorer = new StorEvilAssemblyExplorer(this, _environment);
     _storEvilFileExplorer = new StorEvilFileExplorer(this, _environment);
     _taskFactory = new StorEvilTaskFactory();
     _comparer = new StorEvilElementComparer();
     _presenter = new StorEvilUnitTestPresenter();
 }
Ejemplo n.º 2
0
 public StorEvilTestProvider()
 {
     _environment          = new StorEvilTestEnvironment();
     _assemblyExplorer     = new StorEvilAssemblyExplorer(this, _environment);
     _storEvilFileExplorer = new StorEvilFileExplorer(this, _environment);
     _taskFactory          = new StorEvilTaskFactory();
     _comparer             = new StorEvilElementComparer();
     _presenter            = new StorEvilUnitTestPresenter();
 }