13 references to TestOS
RunTests (13)
HelixTestRunner.cs (13)
57
var
testOS = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ?
TestOS
.Windows
58
: RuntimeInformation.IsOSPlatform(OSPlatform.OSX) ?
TestOS
.Mac
59
:
TestOS
.Linux;
123
TestOS
testOS,
189
TestOS
testOS)
191
var isUnix = testOS !=
TestOS
.Windows;
224
var commandPrefix = testOS !=
TestOS
.Windows ? "./" : "call ";
239
TestOS
testOS)
241
var isUnix = testOS !=
TestOS
.Windows;
242
var isMac = testOS ==
TestOS
.Mac;
327
static (string FileName, string Content) GetHelixPostCommandContent(
TestOS
testOS)
329
var isUnix = testOS !=
TestOS
.Windows;