protected void AssertDebuggeeSolutionDirExists(ITestOutputHelper output) { AssertX.DirectoryExists("debuggee solution directory", DebuggeeSolutionDirPath, output); }
protected void AssertDebuggeeProjectDirExists(ITestOutputHelper output) { AssertX.DirectoryExists("debuggee project directory", DebuggeeProjectDirPath, output); }