コード例 #1
0
 protected void AssertDebuggeeSolutionDirExists(ITestOutputHelper output)
 {
     AssertX.DirectoryExists("debuggee solution directory", DebuggeeSolutionDirPath, output);
 }
コード例 #2
0
 protected void AssertDebuggeeProjectDirExists(ITestOutputHelper output)
 {
     AssertX.DirectoryExists("debuggee project directory", DebuggeeProjectDirPath, output);
 }