Exemplo n.º 1
0
 public EmbeddedDatabaseRule(TestDirectory testDirectory)
 {
     this._testDirectory = testDirectory;
 }
Exemplo n.º 2
0
 public EmbeddedDatabaseRule()
 {
     this._testDirectory = TestDirectory.TestDirectoryConflict();
 }