Exemplo n.º 1
0
 void ThenTheApplicationWillBeLaunchedWithNoArguments()
 {
     _processWrapper.Received().Start(@"C:\Program Files\myapp.exe", "-v1 -updatemode" + " \"auto update\"");
 }
Exemplo n.º 2
0
 void ThenTheApplicationWillBeLaunchedWithNoArguments()
 {
     _processWrapper.Received().Start(@".\myapp.exe", "-v1 -updatemode autoupdate");
 }
 void ThenTheApplicationWillBeLaunchedWithNoArguments()
 {
     _processWrapper.Received().Start(@"\.myapp.exe", string.Empty);
 }