PowerShell/test/powershell/Modules/Microsoft.PowerShell.Management
2020-01-13 19:25:09 +00: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 Correct case of $true special variable 2020-01-13 19:25:09 +00:00
Clear-Item.Tests.ps1 Fix formatting in Clear-Item.Tests.ps1. (#6593) 2018-04-09 16:24:01 +04:00
Clipboard.Tests.ps1 Correct case of $PSDefaultParameterValues special variable 2020-01-13 19:21:25 +00: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 Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
FileSystem.Tests.ps1 Correct case of $error special variable 2020-01-13 19:19:39 +00:00
FunctionProvider.Tests.ps1 Fix Rename-Item -Path with wildcard char (#7398) 2018-11-09 11:08:26 -08:00
Get-ChildItem.Tests.ps1 Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
Get-ComputerInfo.Tests.ps1 Fixing progress for Get-ComputerInfo (#9236) 2019-04-04 16:15:43 -07:00
Get-Content.Tests.ps1 Fix for Get-Content -ReadCount 0 behavior when -TotalCount is set (#10749) 2019-10-14 17:32:37 -07:00
Get-EventLog.Tests.ps1 Correct case of $true special variable 2020-01-13 19:25:09 +00:00
Get-HotFix.Tests.ps1 Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
Get-Item.Tests.ps1 Fix setting original path of filesystem object to not have extra trailing slash (#10959) 2019-11-02 22:09:08 +05: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 Support using non-compatible Windows PowerShell modules in PowerShell Core (#10973) 2019-11-18 10:44:55 -08:00
Get-PSDrive.Tests.ps1 Make UseAbbreviationExpansion and TempDrive official features (#9872) 2019-06-13 13:05:37 -07:00
Get-PSProvider.Tests.ps1 Add ItemSeparator and AltItemSeparator properties in ProviderInfo (#8587) 2019-04-02 09:59:36 -07: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 Correct case of $true special variable 2020-01-13 19:25:09 +00:00
New-Item.Tests.ps1 Update tests to accurately describe test actions. (#10928) 2019-10-30 09:13:55 +05: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 Correct case of $PSDefaultParameterValues special variable 2020-01-13 19:21:25 +00:00
Remove-EventLog.Tests.ps1 Correct case of $true special variable 2020-01-13 19:25:09 +00:00
Remove-Item.Tests.ps1 Replace Ambiguous language for tests from switch to parameter for accuracy (#10666) 2019-10-03 20:54:08 +05: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 Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
Set-Content.Tests.ps1 Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +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 Correct case of $PWD special variable 2020-01-13 19:24:10 +00:00
Set-Service.Tests.ps1 Correct case of $null special variable 2020-01-13 19:24:42 +00: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 Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
Stop-Computer.Tests.ps1 Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
Test-Connection.Tests.ps1 Correct case of $error special variable 2020-01-13 19:19:39 +00: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 Correct case of $PSDefaultParameterValues special variable 2020-01-13 19:21:25 +00:00
Unimplemented-Cmdlet.Tests.ps1 Add an implementation of Stop-Computer for Linux and macOS (#11151) 2019-12-02 17:29:11 -08:00
UnixStat.Tests.ps1 Experimental Feature: Provide Unix stat information in filesystem output (#11042) 2019-11-15 17:26:11 -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