PowerShell/test/powershell/engine/Remoting
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
..
InvokeCommandRemoteDebug.Tests.ps1 Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00
RemoteSession.Basic.Tests.ps1 Get-Help does not work in JEA sessions (#2988) 2017-03-23 11:30:26 -07:00
RoleCapabilityFiles.Tests.ps1 Implement RoleDefinitions RoleCapabilityFiles keyword (#3067) 2017-02-14 10:42:17 -08:00
SessionOption.Tests.ps1 Added tests to close code coverage in CIM area (#2528) 2016-11-17 11:46:07 -08:00
SSHRemotingAPI.Tests.ps1 Adds Port parameter for SSH PSSessions (#3499) 2017-04-25 18:02:16 -07:00
SSHRemotingCmdlets.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00