PowerShell/test/powershell/Modules/Microsoft.PowerShell.Management
2019-02-07 11:44:23 -08:00
..
assets
Add-Content.Tests.ps1 Enable Add-Content to share read access to other tools while writing content (#8091) 2018-10-23 16:27:53 -07:00
Alias.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
Clear-Content.Tests.ps1 Error message enhancement for clear-content cmdlet when targeting a directory (#8134) 2018-11-01 08:56:45 +05:00
Clear-EventLog.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Clear-Item.Tests.ps1 Fix formatting in Clear-Item.Tests.ps1. (#6593) 2018-04-09 16:24:01 +04:00
ControlService.Tests.ps1 Use -Throw and -ErrorId native Pester parameters. (#6574) 2018-04-06 16:15:37 +04:00
Convert-Path.Tests.ps1 Fix formatting in Convert-Path.Tests.ps1. (#6595) 2018-04-09 16:22:45 +04:00
Copy.Item.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
FileSystem.Tests.ps1 Enable creating relative symlinks on Windows with New-Item (#8783) 2019-02-07 11:44:23 -08:00
FunctionProvider.Tests.ps1 Fix Rename-Item -Path with wildcard char (#7398) 2018-11-09 11:08:26 -08:00
Get-ChildItem.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Get-ComputerInfo.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Get-Content.Tests.ps1 Regularize redirection operator spacing in *.ps1 and *.ps1m (#8581) 2019-01-03 12:59:14 +05:00
Get-EventLog.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
Get-Item.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Get-ItemProperty.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
Get-Location.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Get-Process.Tests.ps1 Replace hang term (#7902) 2018-10-02 08:11:38 +05:00
Get-PSDrive.Tests.ps1 Add the experimental feature for creating 'Temp:\' drive when FileSystemProvider initializes (#8696) 2019-01-23 13:53:04 -08:00
Get-PSProvider.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
Get-Service.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Hierarchical-Path.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
ItemProperty.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
Join-Path.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Move-Item.Tests.ps1 [Feature] Fix Move-Item -Path with wildcard char (#7397) 2018-08-05 17:31:06 +05:00
New-EventLog.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
New-Item.Tests.ps1 Enable creating relative symlinks on Windows with New-Item (#8783) 2019-02-07 11:44:23 -08:00
New-PSDrive.Tests.ps1 Fix for PSDrive creation with a UNC path with a trailing backslash or forward slash when combined with -Persist (#8305) 2018-11-30 08:49:22 +05:00
Pester.Commands.Cmdlets.NoNewlineParameter.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
Pop-Location.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
PSDrive.Tests.ps1 Fix for PSDrive creation with a UNC path with a trailing backslash or forward slash when combined with -Persist (#8305) 2018-11-30 08:49:22 +05:00
Push-Location.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Registry.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Remove-EventLog.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Remove-Item.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
Rename-Computer.Tests.ps1 Fix tests running in Azure DevOps (#8220) 2018-11-09 15:11:02 -08:00
Rename-Item.Tests.ps1 Fix Rename-Item -Path with wildcard char (#7398) 2018-11-09 11:08:26 -08:00
Resolve-Path.Tests.ps1 Make Resolve-Path -Relative return useful path when $PWD and -Path is on different drive (#5740) 2018-03-16 15:06:37 -07:00
Restart-Computer.Tests.ps1 Regularize redirection operator spacing in *.ps1 and *.ps1m (#8581) 2019-01-03 12:59:14 +05:00
Set-Content.Tests.ps1 Regularize redirection operator spacing in *.ps1 and *.ps1m (#8581) 2019-01-03 12:59:14 +05:00
Set-Item.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
Set-Location.Tests.ps1 Enable Set-Location -LiteralPath to work with folders named "-" and "+" (#8089) 2018-10-24 09:37:59 +05:00
Set-Service.Tests.ps1 Fix Set-Service -Status Stopped to stop services with dependencies (#5525) 2018-08-28 11:03:12 -07:00
Split-Path.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
Start-Process.Tests.ps1 Fix tests running in Azure DevOps (#8220) 2018-11-09 15:11:02 -08:00
Stop-Computer.Tests.ps1 Regularize redirection operator spacing in *.ps1 and *.ps1m (#8581) 2019-01-03 12:59:14 +05:00
Test-Connection.Tests.ps1 Regularize redirection operator spacing in *.ps1 and *.ps1m (#8581) 2019-01-03 12:59:14 +05:00
Test-Path.Tests.ps1 Test-Path: Return $false when given an empty or $null -Path/-LiteralPath value (#8080) 2018-11-21 10:08:31 +05:00
TimeZone.Tests.ps1 Update links that contain 'en-us' culture (#7013) 2018-06-08 10:49:03 +05:00
Unimplemented-Cmdlet.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00
Variable.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in Microsoft.PowerShell.Management module. (#6294) 2018-03-09 15:13:15 -08:00