示例#1
0
 public override void Because()
 {
     result = PowershellExecutor.get_powershell_location(FileSystem.Object);
 }
示例#2
0
 public void should_throw_an_error()
 {
     Assert.Throws <FileNotFoundException>(() => PowershellExecutor.get_powershell_location(FileSystem.Object));
 }