コード例 #1
0
ファイル: LandTest.cs プロジェクト: OSU-MARS/iLand
 protected static string GetPacificNorthwestProjectPath(TestContext testContext)
 {
     return(Path.Combine(LandTest.GetTestProjectDirectoryPath(testContext), "pacificNorthwest.xml"));
 }
コード例 #2
0
ファイル: LandTest.cs プロジェクト: OSU-MARS/iLand
 protected static string GetKalkalpenProjectPath(TestContext testContext)
 {
     return(Path.Combine(LandTest.GetTestProjectDirectoryPath(testContext), "kalkalpen.xml"));
 }