13 references to TestOS
RunTests (13)
HelixTestRunner.cs (13)
62var testOS = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? TestOS.Windows 63: RuntimeInformation.IsOSPlatform(OSPlatform.OSX) ? TestOS.Mac 64: TestOS.Linux; 128TestOS testOS, 194TestOS testOS) 196var isUnix = testOS != TestOS.Windows; 229var commandPrefix = testOS != TestOS.Windows ? "./" : "call "; 244TestOS testOS) 246var isUnix = testOS != TestOS.Windows; 247var isMac = testOS == TestOS.Mac; 332static (string FileName, string Content) GetHelixPostCommandContent(TestOS testOS) 334var isUnix = testOS != TestOS.Windows;