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"));
 }