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;
231
var commandPrefix = testOS !=
TestOS
.Windows ? "./" : "call ";
246
TestOS
testOS)
248
var isUnix = testOS !=
TestOS
.Windows;
249
var isMac = testOS ==
TestOS
.Mac;
337
static (string FileName, string Content) GetHelixPostCommandContent(
TestOS
testOS)
339
var isUnix = testOS !=
TestOS
.Windows;