PowerShell/test/powershell/engine
Lee Spottiswood 1d42862e21 Adds Port parameter for SSH PSSessions (#3499)
* fixes summary block typo

* Adds support for Port parameter for SSH PSSessions

* Reverted back to master, modified based on PR feedback

* Update exception message

* remove unused line

* Add existing constructor back in as to not break public contract

* remove port check

* pass nested inner exception straight to Should

* dispose runspace after each test

* Add SSHHostParameterSet attribute for Invoke-Command Port property

* Update ParseSSHConnectionHashTable method to accept Port value as integer

* Add helper method for validating port in range. Refactor port parameter constructor overload to use original constructor

* rename method

* Adds GetSSHConnectionStringParameter and GetSSHConnectionIntParameter methods for retrieving SSHConnection hashtable values

* Adds method comments

* Adds helper method comment

* Change methods to add C# 7 patterns
2017-04-25 18:02:16 -07:00
..
Api Fix powershell to not crash on converting recursive array to bool (#3208) 2017-02-27 10:54:07 -08:00
Basic corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255) 2017-03-15 12:04:28 -07:00
ETS Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Help Get-help may return multiple instances of the same help file (#3410) 2017-03-28 15:07:42 -07:00
Module New-ModuleManifest was incorrectly checking if a Uri was well formed by using ToString() which just outputs the original (#3631) 2017-04-25 17:45:24 -07:00
ParameterBinding Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Remoting Adds Port parameter for SSH PSSessions (#3499) 2017-04-25 18:02:16 -07:00
BasicEngine.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
InitialSessionState.Tests.ps1 Fix for duplicate types in TypeTable (#3141) 2017-02-16 16:28:29 -08:00
Jobs.Tests.ps1 Fixing background jobs for Unix and Windows (#1972) 2016-11-09 22:44:39 -08:00
PropertyAccessor.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
SemanticVersion.Tests.ps1 Add serialization test of SemanticVersion 2016-08-03 13:21:42 -07:00
ValidateAttributes.Tests.ps1 Improve ValidateCount attribute error message (#3596) 2017-04-21 18:01:04 -07:00