PowerShell/test/powershell/engine/Basic
Steve Lee 52aef57ab6 Add Enable-ExperimentalFeature and Disable-ExperimentalFeature cmdlets (#8318)
[breaking change]
Major changes are as follows:
- Add `Enable-ExperimentalFeature` and `Disable-ExperimentalFeature` cmdlets.
- Remove `-ListAvailable` from `Get-ExperimentalFeature`.
- Add `ArgumentCompleter` for `Get-ExperimentalFeature` cmdlet.
- Refactor some existing Experimental Feature tests.
- Make `ConfigScope` public and renamed `SystemWide` to `AllUsers`. Also update experimental feature code to prefer the current user config over the all user config.
2018-12-05 12:20:58 -08:00
..
Assembly.LoadFrom.Tests.ps1 Blacklist System.Windows.Forms form loaded to prevent a crash (#6822) 2018-05-07 16:38:27 -07:00
Assembly.LoadWithPartialName.Tests.ps1 Blacklist System.Windows.Forms form loaded to prevent a crash (#6822) 2018-05-07 16:38:27 -07:00
Attributes.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
CommandDiscovery.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Credential.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in engine. (#6298) 2018-03-14 12:13:32 -07:00
DefaultCommands.Tests.ps1 Add Enable-ExperimentalFeature and Disable-ExperimentalFeature cmdlets (#8318) 2018-12-05 12:20:58 -08:00
Encoding.Tests.ps1 Allow numeric Ids and name of registered code pages in '-Encoding' parameters (#7636) 2018-09-19 18:53:03 +05:00
PropertyAccessor.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
SemanticVersion.Tests.ps1 Remove 'SemanticVersion' from 'knowntypes' list in serialization code to enable interop between WinPS and PSCore (#7016) 2018-06-08 11:38:14 -07:00
ValidateAttributes.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00