WindowsExecutable() public méthode

Builds a windows executable
public WindowsExecutable ( Action args ) : void
args Action
Résultat void
Exemple #1
0
 public void WinExe()
 {
     _subject.WindowsExecutable(_action);
     _actionExcecutor.AssertWasCalled(x => x.Execute(_action, "csc.exe", "winexe"));
 }