xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.i.../IEnvManager.cs

12 строки
344 B
C#

using System.Diagnostics;
namespace Microsoft.DotNet.XHarness.iOS.Shared {
/// <summary>
/// Knows how to handle the different enviroment variables to be used with the processes executed by xharness and
/// the different tests tasks.
/// </summary>
public interface IEnvManager {
void SetEnvironmentVariables (Process process);
}
}