コード例 #1
0
 public EmbeddedDatabaseRule(TestDirectory testDirectory)
 {
     this._testDirectory = testDirectory;
 }
コード例 #2
0
 public EmbeddedDatabaseRule()
 {
     this._testDirectory = TestDirectory.TestDirectoryConflict();
 }