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