WindowsExecutable() публичный Метод

Builds a windows executable
public WindowsExecutable ( Action args ) : void
args Action
Результат void
Пример #1
0
 public void WinExe()
 {
     _subject.WindowsExecutable(_action);
     _actionExcecutor.AssertWasCalled(x => x.Execute(_action, "csc.exe", "winexe"));
 }