PowerShell/Modules/Pester/5.4.1/PSGetModuleInfo.xml
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0"> <TN RefId="0"> <T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="Name">Pester</S> <Version N="Version">5.4.1</Version> <S N="Type">Module</S> <S N="Description">Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system.</S> <S N="Author">Pester Team</S> <Obj N="CompanyName" RefId="1"> <TN RefId="1"> <T>System.Object[]</T> <T>System.Array</T> <T>System.Object</T> </TN> <LST> <S>dlwyatt</S> <S>nohwnd</S> </LST> </Obj> <S N="Copyright">Copyright (c) 2021 by Pester Team, licensed under Apache 2.0 License.</S> <DT N="PublishedDate">2023-04-05T12:23:13-07:00</DT> <Obj N="InstalledDate" RefId="2"> <DT>2023-05-17T08:10:27.8452059-07:00</DT> <MS> <Obj N="DisplayHint" RefId="3"> <TN RefId="2"> <T>Microsoft.PowerShell.Commands.DisplayHintType</T> <T>System.Enum</T> <T>System.ValueType</T> <T>System.Object</T> </TN> <ToString>DateTime</ToString> <I32>2</I32> </Obj> </MS> </Obj> <Nil N="UpdatedDate" /> <URI N="LicenseUri">https://www.apache.org/licenses/LICENSE-2.0.html</URI> <URI N="ProjectUri">https://github.com/Pester/Pester</URI> <URI N="IconUri">https://raw.githubusercontent.com/pester/Pester/main/images/pester.PNG</URI> <Obj N="Tags" RefId="4"> <TNRef RefId="1" /> <LST> <S>powershell</S> <S>unit_testing</S> <S>bdd</S> <S>tdd</S> <S>mocking</S> <S>PSEdition_Core</S> <S>PSEdition_Desktop</S> <S>Windows</S> <S>Linux</S> <S>MacOS</S> <S>PSModule</S> </LST> </Obj> <Obj N="Includes" RefId="5"> <TN RefId="3"> <T>System.Collections.Hashtable</T> <T>System.Object</T> </TN> <DCT> <En> <S N="Key">Workflow</S> <Obj N="Value" RefId="6"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Function</S> <Obj N="Value" RefId="7"> <TNRef RefId="1" /> <LST> <S>Invoke-Pester</S> <S>Describe</S> <S>Context</S> <S>It</S> <S>Mock</S> <S>InModuleScope</S> <S>BeforeDiscovery</S> <S>BeforeAll</S> <S>BeforeEach</S> <S>AfterEach</S> <S>AfterAll</S> <S>Should</S> <S>Add-ShouldOperator</S> <S>Get-ShouldOperator</S> <S>Export-NUnitReport</S> <S>ConvertTo-NUnitReport</S> <S>Export-JUnitReport</S> <S>ConvertTo-JUnitReport</S> <S>ConvertTo-Pester4Result</S> <S>New-PesterContainer</S> <S>New-PesterConfiguration</S> <S>Assert-VerifiableMock</S> <S>Assert-MockCalled</S> <S>Set-ItResult</S> <S>New-MockObject</S> <S>New-Fixture</S> </LST> </Obj> </En> <En> <S N="Key">DscResource</S> <Ref N="Value" RefId="6" /> </En> <En> <S N="Key">RoleCapability</S> <Ref N="Value" RefId="6" /> </En> <En> <S N="Key">Command</S> <Obj N="Value" RefId="8"> <TNRef RefId="1" /> <LST> <S>Invoke-Pester</S> <S>Describe</S> <S>Context</S> <S>It</S> <S>Mock</S> <S>InModuleScope</S> <S>BeforeDiscovery</S> <S>BeforeAll</S> <S>BeforeEach</S> <S>AfterEach</S> <S>AfterAll</S> <S>Should</S> <S>Add-ShouldOperator</S> <S>Get-ShouldOperator</S> <S>Export-NUnitReport</S> <S>ConvertTo-NUnitReport</S> <S>Export-JUnitReport</S> <S>ConvertTo-JUnitReport</S> <S>ConvertTo-Pester4Result</S> <S>New-PesterContainer</S> <S>New-PesterConfiguration</S> <S>Assert-VerifiableMock</S> <S>Assert-MockCalled</S> <S>Set-ItResult</S> <S>New-MockObject</S> <S>New-Fixture</S> </LST> </Obj> </En> <En> <S N="Key">Cmdlet</S> <Ref N="Value" RefId="6" /> </En> </DCT> </Obj> <Nil N="PowerShellGetFormatVersion" /> <S N="ReleaseNotes">https://github.com/pester/Pester/releases/tag/5.4.1</S> <Obj N="Dependencies" RefId="9"> <TNRef RefId="1" /> <LST /> </Obj> <S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2</S> <S N="Repository">PSGallery</S> <S N="PackageManagementProvider">NuGet</S> <Obj N="AdditionalMetadata" RefId="10"> <TN RefId="4"> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="copyright">Copyright (c) 2021 by Pester Team, licensed under Apache 2.0 License.</S> <S N="description">Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system.</S> <S N="requireLicenseAcceptance">False</S> <S N="releaseNotes">https://github.com/pester/Pester/releases/tag/5.4.1</S> <S N="isLatestVersion">True</S> <S N="isAbsoluteLatestVersion">True</S> <S N="versionDownloadCount">180949</S> <S N="downloadCount">14474040</S> <S N="packageSize">299679</S> <S N="published">4/5/2023 12:23:13 PM -07:00</S> <S N="created">4/5/2023 12:23:13 PM -07:00</S> <S N="lastUpdated">5/17/2023 3:08:06 PM -07:00</S> <S N="tags">powershell unit_testing bdd tdd mocking PSEdition_Core PSEdition_Desktop Windows Linux MacOS PSModule PSFunction_Invoke-Pester PSCommand_Invoke-Pester PSFunction_Describe PSCommand_Describe PSFunction_Context PSCommand_Context PSFunction_It PSCommand_It PSFunction_Mock PSCommand_Mock PSFunction_InModuleScope PSCommand_InModuleScope PSFunction_BeforeDiscovery PSCommand_BeforeDiscovery PSFunction_BeforeAll PSCommand_BeforeAll PSFunction_BeforeEach PSCommand_BeforeEach PSFunction_AfterEach PSCommand_AfterEach PSFunction_AfterAll PSCommand_AfterAll PSFunction_Should PSCommand_Should PSFunction_Add-ShouldOperator PSCommand_Add-ShouldOperator PSFunction_Get-ShouldOperator PSCommand_Get-ShouldOperator PSFunction_Export-NUnitReport PSCommand_Export-NUnitReport PSFunction_ConvertTo-NUnitReport PSCommand_ConvertTo-NUnitReport PSFunction_Export-JUnitReport PSCommand_Export-JUnitReport PSFunction_ConvertTo-JUnitReport PSCommand_ConvertTo-JUnitReport PSFunction_ConvertTo-Pester4Result PSCommand_ConvertTo-Pester4Result PSFunction_New-PesterContainer PSCommand_New-PesterContainer PSFunction_New-PesterConfiguration PSCommand_New-PesterConfiguration PSFunction_Assert-VerifiableMock PSCommand_Assert-VerifiableMock PSFunction_Assert-MockCalled PSCommand_Assert-MockCalled PSFunction_Set-ItResult PSCommand_Set-ItResult PSFunction_New-MockObject PSCommand_New-MockObject PSFunction_New-Fixture PSCommand_New-Fixture PSIncludes_Function</S> <S N="developmentDependency">False</S> <S N="updated">2023-05-17T15:08:06Z</S> <S N="NormalizedVersion">5.4.1</S> <S N="Authors">Pester Team</S> <S N="IsPrerelease">false</S> <S N="ItemType">Module</S> <S N="FileList">Pester.nuspec|junit_schema_4.xsd|nunit_schema_2.5.xsd|Pester.Format.ps1xml|Pester.ps1|Pester.psd1|Pester.psm1|PesterConfiguration.Format.ps1xml|report.dtd|bin\net452\Pester.dll|bin\net452\Pester.pdb|bin\netstandard2.0\Pester.dll|bin\netstandard2.0\Pester.pdb|en-US\about_BeforeEach_AfterEach.help.txt|en-US\about_Mocking.help.txt|en-US\about_Pester.help.txt|en-US\about_Should.help.txt|en-US\about_TestDrive.help.txt</S> <S N="GUID">a699dea5-2c73-4616-a270-1f7abb777e71</S> <S N="PowerShellVersion">3.0</S> <S N="CompanyName">Pester</S> </MS> </Obj> <S N="InstalledLocation">\\Mac\Home\Documents\PowerShell\Modules\Pester\5.4.1</S> </MS> </Obj> </Objs> |