PowerShell/test/powershell/Modules/Microsoft.PowerShell.Utility
2019-01-31 13:16:34 -08:00
..
assets Update links that contain 'en-us' culture (#7013) 2018-06-08 10:49:03 +05:00
Add-Member.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Add-Type.Tests.ps1 Regularize redirection operator spacing in *.ps1 and *.ps1m (#8581) 2019-01-03 12:59:14 +05:00
alias.tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Clear-Variable.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
clixml.tests.ps1 Regularize redirection operator spacing in *.ps1 and *.ps1m (#8581) 2019-01-03 12:59:14 +05:00
command.tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Compare-Object.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
ConvertFrom-Csv.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
ConvertFrom-Json.Tests.ps1 Revert "Remove workaround for fixed invalid json array deserializing bug (#8346)" (#8375) 2018-11-30 14:32:11 -08:00
ConvertFrom-SddlString.ps1 Improve powershell startup time (#8341) 2018-12-02 12:52:39 -08:00
ConvertFrom-StringData.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
ConvertTo-Csv.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
ConvertTo-Html.Tests.ps1 Allow 'name' as an alias key for 'label' in ConvertTo-Html, allow the 'width' entry to be an integer (#8426) 2019-01-18 11:02:22 -08:00
ConvertTo-Json.Tests.ps1 Add EscapeHandling parameter in ConvertTo-Json cmdlet (#7775) 2018-10-02 10:54:33 +05:00
ConvertTo-SecureString.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
ConvertTo-Xml.Tests.ps1 Fix xml nesting bug in CustomSerializer.WriteMemberInfoCollection() (#8476) 2018-12-22 22:50:11 +05:00
Debug-Runspace.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
EnableDisablePSBreakpoint.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Environment-Variables.Tests.ps1 Fix EnvironmentVariable test and add missing null check in CommandHelpProvider (#8408) 2018-12-11 14:20:22 -08:00
Eventing.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Export-Alias.Tests.ps1 Add Linux VSTS CI (#7527) 2018-08-14 16:23:50 -07:00
Export-Csv.Tests.ps1 Add Linux VSTS CI (#7527) 2018-08-14 16:23:50 -07:00
Export-FormatData.Tests.ps1 Pretty print Export-FormatData XML output (#6691) 2018-04-24 10:04:42 +05:00
Format-Custom.Tests.ps1 Remove extra newlines from formatting which resulted in necessary double newlines (#8247) 2018-11-14 08:28:05 +05:00
Format-List.Tests.ps1 Reset output attributes if column had ESC char when using Format-Table; Replace ... with unicode ellipsis (#8326) 2018-12-11 13:56:46 -08:00
Format-Table.Tests.ps1 Fix formatting of header of table when center aligned (#8497) 2018-12-22 12:57:44 +05:00
Format-Wide.Tests.ps1 Fix error when 'Format-Wide -AutoSize | Out-String' is called. (#6491) 2018-04-03 11:17:05 -07:00
FormatHex.Tests.ps1 Add support enum and char types in Format-Hex cmdlet (#8191) 2019-01-16 16:58:22 +05:00
Get-Alias.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-Command.Tests.ps1 Update 'CommandNotFound' fuzzy suggestion to only return unique results (#8640) 2019-01-14 14:28:15 -08:00
Get-Culture.Tests.ps1 Add -Name, -NoUserOverrides and -ListAvailable parameters to Get-Culture cmdlet (#7702) 2018-10-18 17:34:34 +05:00
Get-Date.Tests.ps1 Add '%F' case to Get-Date -UFormat (#7630) 2018-10-01 08:39:14 +05:00
Get-Event.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-EventSubscriber.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-FileHash.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-FormatData.Tests.ps1 Fix logic to not rely on build number to determine whether to output formatdata (#8063) 2018-10-19 12:45:03 -07:00
Get-Host.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-Member.Tests.ps1 [Feature] Fix .NET adapter to be able to get members from System.IntPtr (#7808) 2018-09-20 08:15:42 +05:00
Get-PSBreakpoint.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-PSCallStack.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-Random.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-RunspaceDebug.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-TraceSource.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-UICulture.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-Unique.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-Uptime.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Get-Variable.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Get-Verb.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Group-Object.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Implicit.Remoting.Tests.ps1 Revise use of Start-Sleep cmdlet (#8633) 2019-01-15 12:31:52 +05:00
Import-Alias.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Import-Csv.Tests.ps1 Fix LiteralPath in Import-Csv to bind to Get-ChildItem output (#8277) 2019-01-09 18:49:15 +05:00
Import-LocalizedData.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
ImportExportCSV.Delimiter.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Invoke-Expression.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Invoke-Item.Tests.ps1 Test changes needed for running in a container (#7869) 2018-09-28 13:49:31 -07:00
Join-String.Tests.ps1 Make Join-String -InputObject 1,2,3 result equal to 1,2,3 | Join-String result (#8611) 2019-01-24 12:53:37 -08:00
JsonObject.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
MarkdownCmdlets.Tests.ps1 Fix null reference when markdown content is empty (#7463) 2018-08-27 11:58:19 +05:00
Measure-Command.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Measure-Object.Tests.ps1 Correctly capitalize the ForEach operator in *.ps1 (#8583) 2019-01-06 17:00:56 +05:00
MiscCmdletUpdates.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
New-Alias.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
New-Event.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
New-Object.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
New-TimeSpan.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
New-Variable.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
NewGuid.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
NewTemporaryFile.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
object.tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Out-File.Tests.ps1 Reset output attributes if column had ESC char when using Format-Table; Replace ... with unicode ellipsis (#8326) 2018-12-11 13:56:46 -08:00
Out-String.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Pester.Commands.Cmdlets.Json.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
PowerShellData.tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Read-Host.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Register-EngineEvent.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Register-ObjectEvent.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Remove-Alias.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Remove-Event.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Remove-PSBreakpoint.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Remove-TypeData.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Remove-Variable.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
RunspaceCmdlets.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Select-Object.Tests.ps1 Add '-SkipIndex' parameter to 'Select-Object' (#7483) 2018-08-09 11:59:54 -07:00
Select-String.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Select-XML.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Send-MailMessage.Tests.ps1 Adding parameter "ReplyTo" to Send-MailMessage (#8727) 2019-01-30 16:33:15 -08:00
Set-Alias.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Set-Date.Tests.ps1 Add Linux VSTS CI (#7527) 2018-08-14 16:23:50 -07:00
Set-PSBreakpoint.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Set-Variable.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Sort-Object.Tests.ps1 Add -Stable to Sort-Object and related tests (#7862) 2019-01-15 17:14:39 -08:00
Start-Sleep.Tests.ps1 Improve Start-Sleep cmdlet to accept fractional seconds (#8537) 2019-01-14 10:04:44 -08:00
string.tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Tee-Object.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Test-Json.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Test-Mocks.ps1 Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
Trace-Command.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
typedata.tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Unblock-File.Tests.ps1 Use .Net Core File.Delete() method to remove symbolic links and alternate streams (#7017) 2018-07-01 00:08:28 -07:00
Unimplemented-Cmdlet.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Update-FormatData.Tests.ps1 Remove use of cmdlet aliases from .\test\powershell (#8546) 2018-12-28 13:48:23 +05:00
Update-TypeData.Tests.ps1 Allow root node of format.ps1xml to have attributes that are ignored (#7987) 2018-10-12 11:31:21 -07:00
Wait-Event.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
WebCmdlets.Tests.ps1 Fix Request Charset Issues in Web Cmdlets (#8742) 2019-01-26 12:48:47 +05:00
Write-Debug.Tests.ps1 Debug parameter now sets debugpreference to continue (#8195) 2018-11-30 19:46:51 +05:00
Write-Error.Tests.ps1 Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Write-Host.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Write-Output.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Write-Progress.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
Write-Stream.Tests.ps1 Enable Write-Information to accept $null (#8774) 2019-01-31 13:16:34 -08:00
Write-Verbose.Tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
xml.tests.ps1 Use new Pester syntax: -Parameter for Pester tests in modules: Microsoft.PowerShell.Utility and Microsoft.WSMan.Management. (#6366) 2018-03-23 10:26:23 -07:00
XMLCommand.Tests.ps1 Revise use of Start-Sleep cmdlet (#8633) 2019-01-15 12:31:52 +05:00