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