public override void Because() { result = PowershellExecutor.get_powershell_location(FileSystem.Object); }
public void should_throw_an_error() { Assert.Throws <FileNotFoundException>(() => PowershellExecutor.get_powershell_location(FileSystem.Object)); }