Example #1
0
 internal CachingTestExecutor(TestExecutionOptions options, ITestExecutor testExecutor, IDataStorage dataStorage)
 {
     _testExecutor = testExecutor;
     _dataStorage  = dataStorage;
     _contentUtil  = new ContentUtil(options);
 }
 internal CachingTestExecutor(Options options, ITestExecutor testExecutor, IDataStorage dataStorage)
 {
     _testExecutor = testExecutor;
     _dataStorage = dataStorage;
     _contentUtil = new ContentUtil(options);
 }