Example #1
0
 public void ThenAZeroExitCodeShouldOccur()
 {
     _result.AssertExitedSuccessfully();
 }
Example #2
0
 public void ThenProcessExitedWithoutError()
 {
     _result.AssertExitedSuccessfully();
 }
 public void ThenNoErrorShouldOccur()
 {
     _result.AssertExitedSuccessfully();
 }