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