Exemplo n.º 1
0
 public void TestExitWithOne() => RunTest(() => PlatformCompatibilityTests.TestExitWithOne());
Exemplo n.º 2
0
 public void TestBadProcessFile() => RunTest(() => PlatformCompatibilityTests.TestBadProcessFile());
Exemplo n.º 3
0
 public void TestFlushAfterExit() => RunTest(() => PlatformCompatibilityTests.TestFlushAfterExit());
Exemplo n.º 4
0
 public void TestKill() => RunTest(() => PlatformCompatibilityTests.TestKill());
Exemplo n.º 5
0
 public void TestArgumentsRoundTrip() => RunTest(() => PlatformCompatibilityTests.TestArgumentsRoundTrip());
Exemplo n.º 6
0
 public void TestWriteToStandardInput() => RunTest(() => PlatformCompatibilityTests.TestWriteToStandardInput());
Exemplo n.º 7
0
 public void TestAttaching() => RunTest(() => PlatformCompatibilityTests.TestAttaching());