.modules/Pester/3.4.2/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">3.4.2</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 accesible 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) 2016 by Pester Team, licensed under Apache 2.0 License.</S>
      <DT N="PublishedDate">2016-08-02T19:13:05-05:00</DT>
      <Nil N="InstalledDate" />
      <Nil N="UpdatedDate" />
      <URI N="LicenseUri">http://www.apache.org/licenses/LICENSE-2.0.html</URI>
      <URI N="ProjectUri">https://github.com/Pester/Pester</URI>
      <URI N="IconUri">http://pesterbdd.com/images/Pester.png</URI>
      <Obj N="Tags" RefId="2">
        <TNRef RefId="1" />
        <LST>
          <S>powershell</S>
          <S>unit_testing</S>
          <S>bdd</S>
          <S>tdd</S>
          <S>mocking</S>
          <S>PSModule</S>
        </LST>
      </Obj>
      <Obj N="Includes" RefId="3">
        <TN RefId="2">
          <T>System.Collections.Hashtable</T>
          <T>System.Object</T>
        </TN>
        <DCT>
          <En>
            <S N="Key">Function</S>
            <Obj N="Value" RefId="4">
              <TNRef RefId="1" />
              <LST>
                <S>Describe</S>
                <S>Context</S>
                <S>It</S>
                <S>Should</S>
                <S>Mock</S>
                <S>Assert-MockCalled</S>
                <S>Assert-VerifiableMocks</S>
                <S>New-Fixture</S>
                <S>Get-TestDriveItem</S>
                <S>Invoke-Pester</S>
                <S>Setup</S>
                <S>In</S>
                <S>InModuleScope</S>
                <S>Invoke-Mock</S>
                <S>BeforeEach</S>
                <S>AfterEach</S>
                <S>BeforeAll</S>
                <S>AfterAll</S>
                <S>Get-MockDynamicParameters</S>
                <S>Set-DynamicParameterVariables</S>
                <S>Set-TestInconclusive</S>
                <S>SafeGetCommand</S>
                <S>New-PesterOption</S>
              </LST>
            </Obj>
          </En>
          <En>
            <S N="Key">RoleCapability</S>
            <Obj N="Value" RefId="5">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Command</S>
            <Obj N="Value" RefId="6">
              <TNRef RefId="1" />
              <LST>
                <S>Describe</S>
                <S>Context</S>
                <S>It</S>
                <S>Should</S>
                <S>Mock</S>
                <S>Assert-MockCalled</S>
                <S>Assert-VerifiableMocks</S>
                <S>New-Fixture</S>
                <S>Get-TestDriveItem</S>
                <S>Invoke-Pester</S>
                <S>Setup</S>
                <S>In</S>
                <S>InModuleScope</S>
                <S>Invoke-Mock</S>
                <S>BeforeEach</S>
                <S>AfterEach</S>
                <S>BeforeAll</S>
                <S>AfterAll</S>
                <S>Get-MockDynamicParameters</S>
                <S>Set-DynamicParameterVariables</S>
                <S>Set-TestInconclusive</S>
                <S>SafeGetCommand</S>
                <S>New-PesterOption</S>
              </LST>
            </Obj>
          </En>
          <En>
            <S N="Key">DscResource</S>
            <Obj N="Value" RefId="7">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Workflow</S>
            <Obj N="Value" RefId="8">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Cmdlet</S>
            <Obj N="Value" RefId="9">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
        </DCT>
      </Obj>
      <Nil N="PowerShellGetFormatVersion" />
      <Nil N="ReleaseNotes" />
      <Obj N="Dependencies" RefId="10">
        <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="11">
        <TNRef RefId="2" />
        <DCT>
          <En>
            <S N="Key">versionDownloadCount</S>
            <S N="Value">3910</S>
          </En>
          <En>
            <S N="Key">ItemType</S>
            <S N="Value">Module</S>
          </En>
          <En>
            <S N="Key">copyright</S>
            <S N="Value">Copyright (c) 2016 by Pester Team, licensed under Apache 2.0 License.</S>
          </En>
          <En>
            <S N="Key">CompanyName</S>
            <S N="Value">Pester</S>
          </En>
          <En>
            <S N="Key">description</S>
            <S N="Value">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 accesible 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>
          </En>
          <En>
            <S N="Key">created</S>
            <S N="Value">8/2/2016 7:13:05 PM -05:00</S>
          </En>
          <En>
            <S N="Key">published</S>
            <S N="Value">8/2/2016 7:13:05 PM -05:00</S>
          </En>
          <En>
            <S N="Key">developmentDependency</S>
            <S N="Value">False</S>
          </En>
          <En>
            <S N="Key">NormalizedVersion</S>
            <S N="Value">3.4.2</S>
          </En>
          <En>
            <S N="Key">downloadCount</S>
            <S N="Value">213904</S>
          </En>
          <En>
            <S N="Key">GUID</S>
            <S N="Value">a699dea5-2c73-4616-a270-1f7abb777e71</S>
          </En>
          <En>
            <S N="Key">tags</S>
            <S N="Value">powershell unit_testing bdd tdd mocking PSModule PSFunction_Describe PSCommand_Describe PSFunction_Context PSCommand_Context PSFunction_It PSCommand_It PSFunction_Should PSCommand_Should PSFunction_Mock PSCommand_Mock PSFunction_Assert-MockCalled PSCommand_Assert-MockCalled PSFunction_Assert-VerifiableMocks PSCommand_Assert-VerifiableMocks PSFunction_New-Fixture PSCommand_New-Fixture PSFunction_Get-TestDriveItem PSCommand_Get-TestDriveItem PSFunction_Invoke-Pester PSCommand_Invoke-Pester PSFunction_Setup PSCommand_Setup PSFunction_In PSCommand_In PSFunction_InModuleScope PSCommand_InModuleScope PSFunction_Invoke-Mock PSCommand_Invoke-Mock PSFunction_BeforeEach PSCommand_BeforeEach PSFunction_AfterEach PSCommand_AfterEach PSFunction_BeforeAll PSCommand_BeforeAll PSFunction_AfterAll PSCommand_AfterAll PSFunction_Get-MockDynamicParameters PSCommand_Get-MockDynamicParameters PSFunction_Set-DynamicParameterVariables PSCommand_Set-DynamicParameterVariables PSFunction_Set-TestInconclusive PSCommand_Set-TestInconclusive PSFunction_SafeGetCommand PSCommand_SafeGetCommand PSFunction_New-PesterOption PSCommand_New-PesterOption PSIncludes_Function</S>
          </En>
          <En>
            <S N="Key">PowerShellVersion</S>
            <S N="Value">2.0</S>
          </En>
          <En>
            <S N="Key">updated</S>
            <S N="Value">2017-06-28T20:52:18Z</S>
          </En>
          <En>
            <S N="Key">isLatestVersion</S>
            <S N="Value">False</S>
          </En>
          <En>
            <S N="Key">IsPrerelease</S>
            <S N="Value">false</S>
          </En>
          <En>
            <S N="Key">isAbsoluteLatestVersion</S>
            <S N="Value">False</S>
          </En>
          <En>
            <S N="Key">packageSize</S>
            <S N="Value">125947</S>
          </En>
          <En>
            <S N="Key">FileList</S>
            <S N="Value">Pester.nuspec|LICENSE|nunit_schema_2.5.xsd|Pester.psd1|Pester.psm1|Pester.Tests.ps1|bin\pester.bat|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|Examples\Calculator\Add-Numbers.ps1|Examples\Calculator\Add-Numbers.Tests.ps1|Examples\Validator\Validator.Tests.ps1|Functions\BreakAndContinue.Tests.ps1|Functions\Context.ps1|Functions\Context.Tests.ps1|Functions\Coverage.ps1|Functions\Coverage.Tests.ps1|Functions\Describe.ps1|Functions\Describe.Tests.ps1|Functions\GlobalMock-A.Tests.ps1|Functions\GlobalMock-B.Tests.ps1|Functions\In.ps1|Functions\In.Tests.ps1|Functions\InModuleScope.ps1|Functions\InModuleScope.Tests.ps1|Functions\It.ps1|Functions\It.Tests.ps1|Functions\Mock.ps1|Functions\Mock.Tests.ps1|Functions\New-Fixture.ps1|Functions\New-Fixture.Tests.ps1|Functions\PesterState.ps1|Functions\PesterState.Tests.ps1|Functions\SetupTeardown.ps1|Functions\SetupTeardown.Tests.ps1|Functions\TestDrive.ps1|Functions\TestDrive.Tests.ps1|Functions\TestResults.ps1|Functions\TestResults.Tests.ps1|Functions\TestsRunningInCleanRunspace.Tests.ps1|Functions\Assertions\Be.ps1|Functions\Assertions\Be.Tests.ps1|Functions\Assertions\BeGreaterThan.ps1|Functions\Assertions\BeGreaterThan.Tests.ps1|Functions\Assertions\BeLessThan.ps1|Functions\Assertions\BeLessThan.Tests.ps1|Functions\Assertions\BeLike.ps1|Functions\Assertions\BeLike.Tests.ps1|Functions\Assertions\BeLikeExactly.ps1|Functions\Assertions\BeLikeExactly.Tests.ps1|Functions\Assertions\BeNullOrEmpty.ps1|Functions\Assertions\BeNullOrEmpty.Tests.ps1|Functions\Assertions\BeOfType.ps1|Functions\Assertions\BeOfType.Tests.ps1|Functions\Assertions\Contain.ps1|Functions\Assertions\Contain.Tests.ps1|Functions\Assertions\ContainExactly.ps1|Functions\Assertions\ContainExactly.Tests.ps1|Functions\Assertions\Exist.ps1|Functions\Assertions\Exist.Tests.ps1|Functions\Assertions\Match.ps1|Functions\Assertions\Match.Tests.ps1|Functions\Assertions\MatchExactly.ps1|Functions\Assertions\MatchExactly.Tests.ps1|Functions\Assertions\PesterThrow.ps1|Functions\Assertions\PesterThrow.Tests.ps1|Functions\Assertions\Set-TestInconclusive.ps1|Functions\Assertions\Should.ps1|Functions\Assertions\Should.Tests.ps1|Functions\Assertions\Test-Assertion.ps1|Snippets\Context.snippets.ps1xml|Snippets\Describe.snippets.ps1xml|Snippets\It.snippets.ps1xml|Snippets\ShouldBe.snippets.ps1xml|Snippets\ShouldBeGreaterThan.snippets.ps1xml|Snippets\ShouldBeLessThan.snippets.ps1xml|Snippets\ShouldBeNullOrEmpty.snippets.ps1xml|Snippets\ShouldContain.snippets.ps1xml|Snippets\ShouldExist.snippets.ps1xml|Snippets\ShouldMatch.snippets.ps1xml|Snippets\ShouldNotBe.snippets.ps1xml|Snippets\ShouldNotBeNullOrEmpty.snippets.ps1xml|Snippets\ShouldNotContain.snippets.ps1xml|Snippets\ShouldNotExist.snippets.ps1xml|Snippets\ShouldNotMatch.snippets.ps1xml|Snippets\ShouldNotThrow.snippets.ps1xml|Snippets\ShouldThrow.snippets.ps1xml</S>
          </En>
          <En>
            <S N="Key">requireLicenseAcceptance</S>
            <S N="Value">True</S>
          </En>
        </DCT>
      </Obj>
      <S N="InstalledLocation">C:\PSModules\OpenWeatherMap\.modules\Pester\3.4.2</S>
    </MS>
  </Obj>
</Objs>