Esempio n. 1
0
 /// <summary>
 /// Inits the test context with a random local test directory.
 /// </summary>
 public TestContext(IFileSystemTestFactory fileSystemFactory)
 {
   FileSystemFactory = fileSystemFactory;
   FileSystem = fileSystemFactory.GetFileSystem();
 }
Esempio n. 2
0
 /// <summary>
 /// Inits the test context with a random local test directory.
 /// </summary>
 public TestContext(IFileSystemTestFactory fileSystemFactory)
 {
     FileSystemFactory = fileSystemFactory;
     FileSystem        = fileSystemFactory.GetFileSystem();
 }