TestResult.xml

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<test-results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nunit_schema_2.5.xsd" name="Pester" total="620" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2017-05-01" time="15:17:36">
  <environment user="Iain" machine-name="OFFICEPC" cwd="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability" user-domain="OFFICEPC" platform="Microsoft Windows 10 Enterprise|C:\WINDOWS|\Device\Harddisk0\Partition4" nunit-version="2.5.8.0" os-version="10.0.15063" clr-version="4.0.30319.42000" />
  <culture-info current-culture="en-GB" current-uiculture="en-US" />
  <test-suite type="TestFixture" name="Pester" executed="True" result="Success" success="True" time="31.6019" asserts="0" description="Pester">
    <results>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\BootStrap.Tests.ps1" executed="True" result="Success" success="True" time="0.9953" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\BootStrap.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Lib\BootStrap" executed="True" result="Success" success="True" time="0.9953" asserts="0" description="Lib\BootStrap">
            <results>
              <test-suite type="TestFixture" name="Validates NewBootStrap method" executed="True" result="Success" success="True" time="0.5185" asserts="0" description="Validates NewBootStrap method">
                <results>
                  <test-case description="Returns a &quot;System.String&quot; type" name="Lib\BootStrap.Validates NewBootStrap method.Returns a &quot;System.String&quot; type" time="0.507" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Includes custom BootStrap injection point" name="Lib\BootStrap.Validates NewBootStrap method.Includes custom BootStrap injection point" time="0.0115" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetSetupCompleteCmd&quot; method" executed="True" result="Success" success="True" time="0.1016" asserts="0" description="Validates &quot;SetSetupCompleteCmd&quot; method">
                <results>
                  <test-case description="Creates target file &quot;SetupComplete.cmd&quot;" name="Lib\BootStrap.Validates &quot;SetSetupCompleteCmd&quot; method.Creates target file &quot;SetupComplete.cmd&quot;" time="0.0352" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Bypasses Powershell execution policy" name="Lib\BootStrap.Validates &quot;SetSetupCompleteCmd&quot; method.Bypasses Powershell execution policy" time="0.0174" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Runs non-interactively" name="Lib\BootStrap.Validates &quot;SetSetupCompleteCmd&quot; method.Runs non-interactively" time="0.0145" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates scheduled tasks for CoreCLR image" name="Lib\BootStrap.Validates &quot;SetSetupCompleteCmd&quot; method.Creates scheduled tasks for CoreCLR image" time="0.0141" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Uses ASCII encoding" name="Lib\BootStrap.Validates &quot;SetSetupCompleteCmd&quot; method.Uses ASCII encoding" time="0.0205" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetBootStrap&quot; method" executed="True" result="Success" success="True" time="0.1487" asserts="0" description="Validates &quot;SetBootStrap&quot; method">
                <results>
                  <test-case description="Creates target file &quot;BootStrap.ps1&quot;" name="Lib\BootStrap.Validates &quot;SetBootStrap&quot; method.Creates target file &quot;BootStrap.ps1&quot;" time="0.0438" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Replaces custom BootStrap injection point with custom BootStrap" name="Lib\BootStrap.Validates &quot;SetBootStrap&quot; method.Replaces custom BootStrap injection point with custom BootStrap" time="0.0204" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Uses UTF8 encoding" name="Lib\BootStrap.Validates &quot;SetBootStrap&quot; method.Uses UTF8 encoding" time="0.0845" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;ResolveCustomBootStrap&quot; method" executed="True" result="Success" success="True" time="0.2265" asserts="0" description="Validates &quot;ResolveCustomBootStrap&quot; method">
                <results>
                  <test-case description="Returns empty string when &quot;CustomBootStrapOrder&quot; = &quot;Disabled&quot;" name="Lib\BootStrap.Validates &quot;ResolveCustomBootStrap&quot; method.Returns empty string when &quot;CustomBootStrapOrder&quot; = &quot;Disabled&quot;" time="0.038" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns configuration bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationOnly&quot;" name="Lib\BootStrap.Validates &quot;ResolveCustomBootStrap&quot; method.Returns configuration bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationOnly&quot;" time="0.0187" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns media bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;MediaOnly&quot;" name="Lib\BootStrap.Validates &quot;ResolveCustomBootStrap&quot; method.Returns media bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;MediaOnly&quot;" time="0.0128" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns configuration bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationFirst&quot;" name="Lib\BootStrap.Validates &quot;ResolveCustomBootStrap&quot; method.Returns configuration bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationFirst&quot;" time="0.05" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns media bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;MediaFirst&quot;" name="Lib\BootStrap.Validates &quot;ResolveCustomBootStrap&quot; method.Returns media bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;MediaFirst&quot;" time="0.0713" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns configuration bootstrap when &quot;MediaCustomBootstrap&quot; is null" name="Lib\BootStrap.Validates &quot;ResolveCustomBootStrap&quot; method.Returns configuration bootstrap when &quot;MediaCustomBootstrap&quot; is null" time="0.016" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns media bootstrap when &quot;ConfigurationCustomBootstrap&quot; is null" name="Lib\BootStrap.Validates &quot;ResolveCustomBootStrap&quot; method.Returns media bootstrap when &quot;ConfigurationCustomBootstrap&quot; is null" time="0.0198" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\DiskImage.Tests.ps1" executed="True" result="Success" success="True" time="3.24" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\DiskImage.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Lib\DiskImage" executed="True" result="Success" success="True" time="3.24" asserts="0" description="Lib\DiskImage">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;GetDiskImageDriveLetter&quot; method" executed="True" result="Success" success="True" time="0.2824" asserts="0" description="Validates &quot;GetDiskImageDriveLetter&quot; method">
                <results>
                  <test-case description="Throws when no disk letter is found" name="Lib\DiskImage.Validates &quot;GetDiskImageDriveLetter&quot; method.Throws when no disk letter is found" time="0.2342" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when no disk letter is found for specified partition type" name="Lib\DiskImage.Validates &quot;GetDiskImageDriveLetter&quot; method.Throws when no disk letter is found for specified partition type" time="0.0228" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns a single character" name="Lib\DiskImage.Validates &quot;GetDiskImageDriveLetter&quot; method.Returns a single character" time="0.0254" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;NewDiskImage&quot; method" executed="True" result="Success" success="True" time="1.1796" asserts="0" description="Validates &quot;NewDiskImage&quot; method">
                <results>
                  <test-case description="Throws if VHD image already exists" name="Lib\DiskImage.Validates &quot;NewDiskImage&quot; method.Throws if VHD image already exists" time="0.5358" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Removes existing VHD image if it already exists and -Force is specified" name="Lib\DiskImage.Validates &quot;NewDiskImage&quot; method.Removes existing VHD image if it already exists and -Force is specified" time="0.0917" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates new VHD file and initializes disk" name="Lib\DiskImage.Validates &quot;NewDiskImage&quot; method.Creates new VHD file and initializes disk" time="0.3177" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does dismount VHD file if -PassThru is not specified" name="Lib\DiskImage.Validates &quot;NewDiskImage&quot; method.Does dismount VHD file if -PassThru is not specified" time="0.1958" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not dismount VHD file if -PassThru is specified" name="Lib\DiskImage.Validates &quot;NewDiskImage&quot; method.Does not dismount VHD file if -PassThru is specified" time="0.0384" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetDiskImageBootVolumeMbr&quot; method" executed="True" result="Success" success="True" time="0.111" asserts="0" description="Validates &quot;SetDiskImageBootVolumeMbr&quot; method">
                <results>
                  <test-case description="Calls &quot;BCDBOOT.EXE&quot; with &quot;/f BIOS&quot;" name="Lib\DiskImage.Validates &quot;SetDiskImageBootVolumeMbr&quot; method.Calls &quot;BCDBOOT.EXE&quot; with &quot;/f BIOS&quot;" time="0.0704" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;BCDEDIT.EXE&quot; thrice" name="Lib\DiskImage.Validates &quot;SetDiskImageBootVolumeMbr&quot; method.Calls &quot;BCDEDIT.EXE&quot; thrice" time="0.0405" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetDiskImageBootVolumeGpt&quot; method" executed="True" result="Success" success="True" time="0.0671" asserts="0" description="Validates &quot;SetDiskImageBootVolumeGpt&quot; method">
                <results>
                  <test-case description="Calls &quot;BCDBOOT.EXE&quot; with &quot;/f UEFI&quot;" name="Lib\DiskImage.Validates &quot;SetDiskImageBootVolumeGpt&quot; method.Calls &quot;BCDBOOT.EXE&quot; with &quot;/f UEFI&quot;" time="0.0671" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;NewDiskImageMbr&quot; method" executed="True" result="Success" success="True" time="0.2344" asserts="0" description="Validates &quot;NewDiskImageMbr&quot; method">
                <results>
                  <test-case description="Stops Shell Hardware Detection service" name="Lib\DiskImage.Validates &quot;NewDiskImageMbr&quot; method.Stops Shell Hardware Detection service" time="0.1369" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates a full size active IFS partition" name="Lib\DiskImage.Validates &quot;NewDiskImageMbr&quot; method.Creates a full size active IFS partition" time="0.0483" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Formats volume as NTFS" name="Lib\DiskImage.Validates &quot;NewDiskImageMbr&quot; method.Formats volume as NTFS" time="0.0492" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;NewDiskImageGpt&quot; method" executed="True" result="Success" success="True" time="0.4291" asserts="0" description="Validates &quot;NewDiskImageGpt&quot; method">
                <results>
                  <test-case description="Stops and starts Shell Hardware Detection service" name="Lib\DiskImage.Validates &quot;NewDiskImageGpt&quot; method.Stops and starts Shell Hardware Detection service" time="0.1388" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates 250MB system partition" name="Lib\DiskImage.Validates &quot;NewDiskImageGpt&quot; method.Creates 250MB system partition" time="0.1167" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates OS partition" name="Lib\DiskImage.Validates &quot;NewDiskImageGpt&quot; method.Creates OS partition" time="0.0836" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Formats volume as NTFS" name="Lib\DiskImage.Validates &quot;NewDiskImageGpt&quot; method.Formats volume as NTFS" time="0.09" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetDiskImageBootVolume&quot; method" executed="True" result="Success" success="True" time="0.0795" asserts="0" description="Validates &quot;SetDiskImageBootVolume&quot; method">
                <results>
                  <test-case description="Calls &quot;SetDiskImageBootVolumeGpt&quot; when partition style is GPT" name="Lib\DiskImage.Validates &quot;SetDiskImageBootVolume&quot; method.Calls &quot;SetDiskImageBootVolumeGpt&quot; when partition style is GPT" time="0.0514" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;SetDiskImageBootVolumeMbr&quot; when partition style is MBR" name="Lib\DiskImage.Validates &quot;SetDiskImageBootVolume&quot; method.Calls &quot;SetDiskImageBootVolumeMbr&quot; when partition style is MBR" time="0.0281" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;AddDiskImageHotfix&quot; method" executed="True" result="Success" success="True" time="0.857" asserts="0" description="Validates &quot;AddDiskImageHotfix&quot; method">
                <results>
                  <test-case description="Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" name="Lib\DiskImage.Validates &quot;AddDiskImageHotfix&quot; method.Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" time="0.0714" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" name="Lib\DiskImage.Validates &quot;AddDiskImageHotfix&quot; method.Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" time="0.0314" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Add-WindowsPackage&quot; for a single hotfix" name="Lib\DiskImage.Validates &quot;AddDiskImageHotfix&quot; method.Calls &quot;Add-WindowsPackage&quot; for a single hotfix" time="0.525" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Add-WindowsPackage&quot; for a single hotfix" name="Lib\DiskImage.Validates &quot;AddDiskImageHotfix&quot; method.Calls &quot;Add-WindowsPackage&quot; for a single hotfix" time="0.0502" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" name="Lib\DiskImage.Validates &quot;AddDiskImageHotfix&quot; method.Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" time="0.0925" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" name="Lib\DiskImage.Validates &quot;AddDiskImageHotfix&quot; method.Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" time="0.0865" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\DscModule.Tests.ps1" executed="True" result="Success" success="True" time="0.4103" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\DscModule.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Lib\DscModule" executed="True" result="Success" success="True" time="0.4103" asserts="0" description="Lib\DscModule">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;TestDscModule&quot; method" executed="True" result="Success" success="True" time="0.1476" asserts="0" description="Validates &quot;TestDscModule&quot; method">
                <results>
                  <test-case description="Returns true if &quot;GetDscModule&quot; returns a path" name="Lib\DscModule.Validates &quot;TestDscModule&quot; method.Returns true if &quot;GetDscModule&quot; returns a path" time="0.1314" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns false if &quot;GetDscModule&quot; fails" name="Lib\DscModule.Validates &quot;TestDscModule&quot; method.Returns false if &quot;GetDscModule&quot; fails" time="0.0163" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;GetDscModule&quot; method" executed="True" result="Success" success="True" time="0.2627" asserts="0" description="Validates &quot;GetDscModule&quot; method">
                <results>
                  <test-case description="Throws if module does not exist" name="Lib\DscModule.Validates &quot;GetDscModule&quot; method.Throws if module does not exist" time="0.0515" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns DSC resource's parent directory path" name="Lib\DscModule.Validates &quot;GetDscModule&quot; method.Returns DSC resource's parent directory path" time="0.018" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns DSC resource's DSCResources subdirectory path if ResourceName is specified" name="Lib\DscModule.Validates &quot;GetDscModule&quot; method.Returns DSC resource's DSCResources subdirectory path if ResourceName is specified" time="0.0248" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Errors if DSC resource's subdirectory path does not exist and ResourceName is specified" name="Lib\DscModule.Validates &quot;GetDscModule&quot; method.Errors if DSC resource's subdirectory path does not exist and ResourceName is specified" time="0.0312" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns $null if DSC resource's subdirectory path does not exist and ResourceName is specified" name="Lib\DscModule.Validates &quot;GetDscModule&quot; method.Returns $null if DSC resource's subdirectory path does not exist and ResourceName is specified" time="0.0241" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not throw if DSC module version is equal to the MinimumVersion specified" name="Lib\DscModule.Validates &quot;GetDscModule&quot; method.Does not throw if DSC module version is equal to the MinimumVersion specified" time="0.0288" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not throw if DSC module version is greater than the MinimumVersion specified" name="Lib\DscModule.Validates &quot;GetDscModule&quot; method.Does not throw if DSC module version is greater than the MinimumVersion specified" time="0.0299" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Errors if DSC module version is less than the MinimumVersion specified" name="Lib\DscModule.Validates &quot;GetDscModule&quot; method.Errors if DSC module version is less than the MinimumVersion specified" time="0.0282" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns $null if DSC module version is less than the MinimumVersion specified" name="Lib\DscModule.Validates &quot;GetDscModule&quot; method.Returns $null if DSC module version is less than the MinimumVersion specified" time="0.0262" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\DscResource.Tests.ps1" executed="True" result="Success" success="True" time="0.6545" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\DscResource.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Lib\DscResource" executed="True" result="Success" success="True" time="0.6545" asserts="0" description="Lib\DscResource">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;ImportDscResource&quot; method" executed="True" result="Success" success="True" time="0.3458" asserts="0" description="Validates &quot;ImportDscResource&quot; method">
                <results>
                  <test-case description="Does not import module if command is already imported" name="Lib\DscResource.Validates &quot;ImportDscResource&quot; method.Does not import module if command is already imported" time="0.2621" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not call &quot;GetDscModule&quot; if &quot;UseDefault&quot; is not specified" name="Lib\DscResource.Validates &quot;ImportDscResource&quot; method.Does not call &quot;GetDscModule&quot; if &quot;UseDefault&quot; is not specified" time="0.0481" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;GetDscModule&quot; if &quot;UseDefault&quot; is specified" name="Lib\DscResource.Validates &quot;ImportDscResource&quot; method.Calls &quot;GetDscModule&quot; if &quot;UseDefault&quot; is specified" time="0.0355" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;GetDscResource&quot; method" executed="True" result="Success" success="True" time="0.045" asserts="0" description="Validates &quot;GetDscResource&quot; method">
                <results>
                  <test-case description="Calls &quot;Get-&lt;ResourceName&gt;TargetResource&quot; method" name="Lib\DscResource.Validates &quot;GetDscResource&quot; method.Calls &quot;Get-&lt;ResourceName&gt;TargetResource&quot; method" time="0.045" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;TestDscResource&quot; method" executed="True" result="Success" success="True" time="0.1267" asserts="0" description="Validates &quot;TestDscResource&quot; method">
                <results>
                  <test-case description="Calls &quot;Test-&lt;ResourceName&gt;TargetResource&quot; method" name="Lib\DscResource.Validates &quot;TestDscResource&quot; method.Calls &quot;Test-&lt;ResourceName&gt;TargetResource&quot; method" time="0.1033" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Return $false when &quot;Test-&lt;ResourceName&gt;TargetResource&quot; throws (#104)" name="Lib\DscResource.Validates &quot;TestDscResource&quot; method.Return $false when &quot;Test-&lt;ResourceName&gt;TargetResource&quot; throws (#104)" time="0.0234" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetDscResource&quot; method" executed="True" result="Success" success="True" time="0.0451" asserts="0" description="Validates &quot;SetDscResource&quot; method">
                <results>
                  <test-case description="Calls &quot;Set-&lt;ResourceName&gt;TargetResource&quot; method" name="Lib\DscResource.Validates &quot;SetDscResource&quot; method.Calls &quot;Set-&lt;ResourceName&gt;TargetResource&quot; method" time="0.0451" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;InvokeDscResource&quot; method" executed="True" result="Success" success="True" time="0.0919" asserts="0" description="Validates &quot;InvokeDscResource&quot; method">
                <results>
                  <test-case description="Does not call &quot;Set-&lt;ResourceName&gt;TargetResource&quot; if &quot;TestDscResource&quot; passes" name="Lib\DscResource.Validates &quot;InvokeDscResource&quot; method.Does not call &quot;Set-&lt;ResourceName&gt;TargetResource&quot; if &quot;TestDscResource&quot; passes" time="0.0486" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does call &quot;Set-&lt;ResourceName&gt;TargetResource&quot; if &quot;TestDscResource&quot; fails" name="Lib\DscResource.Validates &quot;InvokeDscResource&quot; method.Does call &quot;Set-&lt;ResourceName&gt;TargetResource&quot; if &quot;TestDscResource&quot; fails" time="0.0201" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when &quot;TestDscResource&quot; fails and &quot;ResourceName&quot; matches &quot;PendingReboot&quot;" name="Lib\DscResource.Validates &quot;InvokeDscResource&quot; method.Throws when &quot;TestDscResource&quot; fails and &quot;ResourceName&quot; matches &quot;PendingReboot&quot;" time="0.0232" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\DscResourceModule.Tests.ps1" executed="True" result="Success" success="True" time="0.3493" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\DscResourceModule.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Lib\DscResourceModule" executed="True" result="Success" success="True" time="0.3493" asserts="0" description="Lib\DscResourceModule">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;TestDscResourceModule&quot; method" executed="True" result="Success" success="True" time="0.1718" asserts="0" description="Validates &quot;TestDscResourceModule&quot; method">
                <results>
                  <test-case description="Returns &quot;True&quot; when the module contains a &quot;DSCResources&quot; folder" name="Lib\DscResourceModule.Validates &quot;TestDscResourceModule&quot; method.Returns &quot;True&quot; when the module contains a &quot;DSCResources&quot; folder" time="0.118" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns &quot;False&quot; when the module does not contain a &quot;DSCResources&quot; folder" name="Lib\DscResourceModule.Validates &quot;TestDscResourceModule&quot; method.Returns &quot;False&quot; when the module does not contain a &quot;DSCResources&quot; folder" time="0.0142" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns &quot;True&quot; when the module .psm1 contains a &quot;[DSCResource()]&quot; definition" name="Lib\DscResourceModule.Validates &quot;TestDscResourceModule&quot; method.Returns &quot;True&quot; when the module .psm1 contains a &quot;[DSCResource()]&quot; definition" time="0.0192" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns &quot;False&quot; when the module .psm1 does not contain a &quot;[DSCResource()]&quot; definition" name="Lib\DscResourceModule.Validates &quot;TestDscResourceModule&quot; method.Returns &quot;False&quot; when the module .psm1 does not contain a &quot;[DSCResource()]&quot; definition" time="0.0203" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;GetDscResourceModule&quot; method" executed="True" result="Success" success="True" time="0.1775" asserts="0" description="Validates &quot;GetDscResourceModule&quot; method">
                <results>
                  <test-case description="Returns module with &quot;DSCResources&quot;" name="Lib\DscResourceModule.Validates &quot;GetDscResourceModule&quot; method.Returns module with &quot;DSCResources&quot;" time="0.0507" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns module with &quot;[DSCResource()]&quot;" name="Lib\DscResourceModule.Validates &quot;GetDscResourceModule&quot; method.Returns module with &quot;[DSCResource()]&quot;" time="0.0349" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not return a module without &quot;DSCResources&quot; and &quot;[DSCResource()]&quot;" name="Lib\DscResourceModule.Validates &quot;GetDscResourceModule&quot; method.Does not return a module without &quot;DSCResources&quot; and &quot;[DSCResource()]&quot;" time="0.0214" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns versioned module with &quot;DSCResources&quot;" name="Lib\DscResourceModule.Validates &quot;GetDscResourceModule&quot; method.Returns versioned module with &quot;DSCResources&quot;" time="0.0239" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns versioned module with &quot;[DSCResource()]&quot;" name="Lib\DscResourceModule.Validates &quot;GetDscResourceModule&quot; method.Returns versioned module with &quot;[DSCResource()]&quot;" time="0.0233" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not return a versioned module without &quot;DSCResources&quot; and &quot;[DSCResource()]&quot;" name="Lib\DscResourceModule.Validates &quot;GetDscResourceModule&quot; method.Does not return a versioned module without &quot;DSCResources&quot; and &quot;[DSCResource()]&quot;" time="0.0234" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\Internal.Tests.ps1" executed="True" result="Success" success="True" time="1.1321" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\Internal.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Lib\Internal" executed="True" result="Success" success="True" time="1.1321" asserts="0" description="Lib\Internal">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;ResolvePathEx&quot; method" executed="True" result="Success" success="True" time="0.151" asserts="0" description="Validates &quot;ResolvePathEx&quot; method">
                <results>
                  <test-case description="Resolves existing home path" name="Lib\Internal.Validates &quot;ResolvePathEx&quot; method.Resolves existing home path" time="0.1249" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Resolves non-existent home path" name="Lib\Internal.Validates &quot;ResolvePathEx&quot; method.Resolves non-existent home path" time="0.0261" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;InvokeExecutable&quot; method" executed="True" result="Success" success="True" time="0.1556" asserts="0" description="Validates &quot;InvokeExecutable&quot; method">
                <results>
                  <test-case description="Calls &quot;Start-Process&quot; with correct process path" name="Lib\Internal.Validates &quot;InvokeExecutable&quot; method.Calls &quot;Start-Process&quot; with correct process path" time="0.0491" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Start-Process&quot; with correct arguments" name="Lib\Internal.Validates &quot;InvokeExecutable&quot; method.Calls &quot;Start-Process&quot; with correct arguments" time="0.0624" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Waits for &quot;Start-Process&quot; to exit" name="Lib\Internal.Validates &quot;InvokeExecutable&quot; method.Waits for &quot;Start-Process&quot; to exit" time="0.0214" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Warns when process exits with non-zero exit code" name="Lib\Internal.Validates &quot;InvokeExecutable&quot; method.Warns when process exits with non-zero exit code" time="0.0227" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;GetFormattedMessage&quot; method" executed="True" result="Success" success="True" time="0.0647" asserts="0" description="Validates &quot;GetFormattedMessage&quot; method">
                <results>
                  <test-case description="Does not return call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$null&quot;" name="Lib\Internal.Validates &quot;GetFormattedMessage&quot; method.Does not return call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$null&quot;" time="0.0361" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not return call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$false&quot;" name="Lib\Internal.Validates &quot;GetFormattedMessage&quot; method.Does not return call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$false&quot;" time="0.0182" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$true&quot;" name="Lib\Internal.Validates &quot;GetFormattedMessage&quot; method.Returns call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$true&quot;" time="0.0104" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;WriteVerbose&quot; method" executed="True" result="Success" success="True" time="0.0873" asserts="0" description="Validates &quot;WriteVerbose&quot; method">
                <results>
                  <test-case description="Calls &quot;GetFormattedMessage&quot; method" name="Lib\Internal.Validates &quot;WriteVerbose&quot; method.Calls &quot;GetFormattedMessage&quot; method" time="0.0513" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Write-Verbose&quot; method with test message" name="Lib\Internal.Validates &quot;WriteVerbose&quot; method.Calls &quot;Write-Verbose&quot; method with test message" time="0.0359" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;WriteWarning&quot; method" executed="True" result="Success" success="True" time="0.0676" asserts="0" description="Validates &quot;WriteWarning&quot; method">
                <results>
                  <test-case description="Calls &quot;GetFormattedMessage&quot; method" name="Lib\Internal.Validates &quot;WriteWarning&quot; method.Calls &quot;GetFormattedMessage&quot; method" time="0.0445" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Write-Warning&quot; method with test message" name="Lib\Internal.Validates &quot;WriteWarning&quot; method.Calls &quot;Write-Warning&quot; method with test message" time="0.0231" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;ConvertPSObjectToHashtable&quot; method" executed="True" result="Success" success="True" time="0.0816" asserts="0" description="Validates &quot;ConvertPSObjectToHashtable&quot; method">
                <results>
                  <test-case description="Returns a &quot;System.Collections.Hashtable&quot; object" name="Lib\Internal.Validates &quot;ConvertPSObjectToHashtable&quot; method.Returns a &quot;System.Collections.Hashtable&quot; object" time="0.0337" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Converts property value types correctly" name="Lib\Internal.Validates &quot;ConvertPSObjectToHashtable&quot; method.Converts property value types correctly" time="0.0175" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Ignores &quot;$null&quot; values when specified" name="Lib\Internal.Validates &quot;ConvertPSObjectToHashtable&quot; method.Ignores &quot;$null&quot; values when specified" time="0.0144" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Converts nested &quot;PSCustomObject&quot; types to a hashtable" name="Lib\Internal.Validates &quot;ConvertPSObjectToHashtable&quot; method.Converts nested &quot;PSCustomObject&quot; types to a hashtable" time="0.0159" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;TestComputerName&quot; method" executed="True" result="Success" success="True" time="0.5244" asserts="0" description="Validates &quot;TestComputerName&quot; method">
                <results>
                  <test-case description="Passes when computer name does not contain invalid characters" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Passes when computer name does not contain invalid characters" time="0.0391" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '~' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '~' character" time="0.0141" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '!' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '!' character" time="0.0139" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '@' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '@' character" time="0.016" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '#' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '#' character" time="0.0103" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '$' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '$' character" time="0.0133" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '%' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '%' character" time="0.0161" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '^' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '^' character" time="0.0174" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '&amp;' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '&amp;' character" time="0.0182" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '*' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '*' character" time="0.0156" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '(' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '(' character" time="0.0158" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid ')' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid ')' character" time="0.0154" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '=' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '=' character" time="0.0171" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '+' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '+' character" time="0.0147" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '_' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '_' character" time="0.0169" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '[' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '[' character" time="0.0142" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid ']' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid ']' character" time="0.0149" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '{' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '{' character" time="0.0116" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '}' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '}' character" time="0.014" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '\' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '\' character" time="0.0148" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '|' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '|' character" time="0.0144" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid ';' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid ';' character" time="0.017" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid ':' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid ':' character" time="0.0171" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '.' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '.' character" time="0.0174" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid ''' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid ''' character" time="0.0154" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '&quot;' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '&quot;' character" time="0.0185" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid ',' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid ',' character" time="0.0145" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '&lt;' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '&lt;' character" time="0.0193" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '&gt;' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '&gt;' character" time="0.0164" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '/' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '/' character" time="0.0172" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid '?' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid '?' character" time="0.0166" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when computer name contains invalid ' ' character" name="Lib\Internal.Validates &quot;TestComputerName&quot; method.Fails when computer name contains invalid ' ' character" time="0.0171" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\Iso.Tests.ps1" executed="True" result="Success" success="True" time="0.2569" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\Iso.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Lib\Iso" executed="True" result="Success" success="True" time="0.2569" asserts="0" description="Lib\Iso">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;ExpandIso&quot; method" executed="True" result="Success" success="True" time="0.2569" asserts="0" description="Validates &quot;ExpandIso&quot; method">
                <results>
                  <test-case description="Mounts ISO image read-only" name="Lib\Iso.Validates &quot;ExpandIso&quot; method.Mounts ISO image read-only" time="0.1609" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Copies ISO image contents to destination path recursively" name="Lib\Iso.Validates &quot;ExpandIso&quot; method.Copies ISO image contents to destination path recursively" time="0.0477" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Disounts ISO image" name="Lib\Iso.Validates &quot;ExpandIso&quot; method.Disounts ISO image" time="0.0482" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\Module.Tests.ps1" executed="True" result="Success" success="True" time="1.552" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\Module.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Lib\Module" executed="True" result="Success" success="True" time="1.552" asserts="0" description="Lib\Module">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;ResolveModule&quot; method" executed="True" result="Success" success="True" time="0.282" asserts="0" description="Validates &quot;ResolveModule&quot; method">
                <results>
                  <test-case description="Returns all PowerShell modules if no &quot;Name&quot; is specified" name="Lib\Module.Validates &quot;ResolveModule&quot; method.Returns all PowerShell modules if no &quot;Name&quot; is specified" time="0.1296" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns all PowerShell modules if &quot;*&quot; is specified" name="Lib\Module.Validates &quot;ResolveModule&quot; method.Returns all PowerShell modules if &quot;*&quot; is specified" time="0.0144" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns all DSC resources if no &quot;Name&quot; is specified" name="Lib\Module.Validates &quot;ResolveModule&quot; method.Returns all DSC resources if no &quot;Name&quot; is specified" time="0.0188" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns all DSC resources if &quot;*&quot; is specified" name="Lib\Module.Validates &quot;ResolveModule&quot; method.Returns all DSC resources if &quot;*&quot; is specified" time="0.0155" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns matching PowerShell modules when &quot;Name&quot; is specified" name="Lib\Module.Validates &quot;ResolveModule&quot; method.Returns matching PowerShell modules when &quot;Name&quot; is specified" time="0.0189" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns matching DSC resources when &quot;Name&quot; is specified" name="Lib\Module.Validates &quot;ResolveModule&quot; method.Returns matching DSC resources when &quot;Name&quot; is specified" time="0.0184" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Warns if a PowerShell module cannot be resolved" name="Lib\Module.Validates &quot;ResolveModule&quot; method.Warns if a PowerShell module cannot be resolved" time="0.0194" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Warns if a DSC resource cannot be resolved" name="Lib\Module.Validates &quot;ResolveModule&quot; method.Warns if a DSC resource cannot be resolved" time="0.0137" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws if a PowerShell module cannot be resolved and &quot;ThrowIfNotFound&quot; is specified" name="Lib\Module.Validates &quot;ResolveModule&quot; method.Throws if a PowerShell module cannot be resolved and &quot;ThrowIfNotFound&quot; is specified" time="0.0196" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws if a DSC resource cannot be resolved and &quot;ThrowIfNotFound&quot; is specified" name="Lib\Module.Validates &quot;ResolveModule&quot; method.Throws if a DSC resource cannot be resolved and &quot;ThrowIfNotFound&quot; is specified" time="0.0138" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;TestModuleCache&quot; method" executed="True" result="Success" success="True" time="0.0646" asserts="0" description="Validates &quot;TestModuleCache&quot; method">
                <results>
                  <test-case description="Passes when module is found" name="Lib\Module.Validates &quot;TestModuleCache&quot; method.Passes when module is found" time="0.0441" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when module is not found" name="Lib\Module.Validates &quot;TestModuleCache&quot; method.Fails when module is not found" time="0.0205" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;RenameModuleCacheVersion&quot; method" executed="True" result="Success" success="True" time="0.1403" asserts="0" description="Validates &quot;RenameModuleCacheVersion&quot; method">
                <results>
                  <test-case description="Returns a [System.IO.FileInfo] object type" name="Lib\Module.Validates &quot;RenameModuleCacheVersion&quot; method.Returns a [System.IO.FileInfo] object type" time="0.0563" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Renames PSGallery module to &quot;&lt;ModuleName&gt;-v&lt;Version&gt;.zip" name="Lib\Module.Validates &quot;RenameModuleCacheVersion&quot; method.Renames PSGallery module to &quot;&lt;ModuleName&gt;-v&lt;Version&gt;.zip" time="0.0213" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Renames GitHub module to &quot;&lt;ModuleName&gt;-v&lt;Version&gt;_&lt;Owner&gt;_&lt;Branch&gt;.zip" name="Lib\Module.Validates &quot;RenameModuleCacheVersion&quot; method.Renames GitHub module to &quot;&lt;ModuleName&gt;-v&lt;Version&gt;_&lt;Owner&gt;_&lt;Branch&gt;.zip" time="0.0235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Removes existing cached module file" name="Lib\Module.Validates &quot;RenameModuleCacheVersion&quot; method.Removes existing cached module file" time="0.0393" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;InvokeModuleDownloadFromPSGallery&quot; method" executed="True" result="Success" success="True" time="0.1525" asserts="0" description="Validates &quot;InvokeModuleDownloadFromPSGallery&quot; method">
                <results>
                  <test-case description="Returns a [System.IO.FileInfo] object type" name="Lib\Module.Validates &quot;InvokeModuleDownloadFromPSGallery&quot; method.Returns a [System.IO.FileInfo] object type" time="0.0936" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Resolve-PSGalleryModuleUri&quot; with &quot;RequiredVersion&quot; when specified" name="Lib\Module.Validates &quot;InvokeModuleDownloadFromPSGallery&quot; method.Calls &quot;Resolve-PSGalleryModuleUri&quot; with &quot;RequiredVersion&quot; when specified" time="0.0294" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Resolve-PSGalleryModuleUri&quot; with &quot;MinimumVersion&quot; when specified" name="Lib\Module.Validates &quot;InvokeModuleDownloadFromPSGallery&quot; method.Calls &quot;Resolve-PSGalleryModuleUri&quot; with &quot;MinimumVersion&quot; when specified" time="0.0295" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;InvokeModuleDownloadFromGitHub&quot; method" executed="True" result="Success" success="True" time="0.1832" asserts="0" description="Validates &quot;InvokeModuleDownloadFromGitHub&quot; method">
                <results>
                  <test-case description="Returns a [System.IO.FileInfo] object type" name="Lib\Module.Validates &quot;InvokeModuleDownloadFromGitHub&quot; method.Returns a [System.IO.FileInfo] object type" time="0.0743" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ResolveGitHubModuleUri&quot; with &quot;Owner&quot; and &quot;Branch&quot;" name="Lib\Module.Validates &quot;InvokeModuleDownloadFromGitHub&quot; method.Calls &quot;ResolveGitHubModuleUri&quot; with &quot;Owner&quot; and &quot;Branch&quot;" time="0.0354" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ResolveGitHubModuleUri&quot; with &quot;OverrideRepositoryName&quot; when specified" name="Lib\Module.Validates &quot;InvokeModuleDownloadFromGitHub&quot; method.Calls &quot;ResolveGitHubModuleUri&quot; with &quot;OverrideRepositoryName&quot; when specified" time="0.0316" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when &quot;Owner&quot; is not specified" name="Lib\Module.Validates &quot;InvokeModuleDownloadFromGitHub&quot; method.Throws when &quot;Owner&quot; is not specified" time="0.0205" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Warns when no &quot;Branch&quot; is specified" name="Lib\Module.Validates &quot;InvokeModuleDownloadFromGitHub&quot; method.Warns when no &quot;Branch&quot; is specified" time="0.0215" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;InvokeModuleCacheDownload&quot; method" executed="True" result="Success" success="True" time="0.2208" asserts="0" description="Validates &quot;InvokeModuleCacheDownload&quot; method">
                <results>
                  <test-case description="Downloads module from PSGallery when no Provider is specified" name="Lib\Module.Validates &quot;InvokeModuleCacheDownload&quot; method.Downloads module from PSGallery when no Provider is specified" time="0.0679" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads module from GitHub by ModuleInfo" name="Lib\Module.Validates &quot;InvokeModuleCacheDownload&quot; method.Downloads module from GitHub by ModuleInfo" time="0.0299" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads module from PSGallery when &quot;PSGallery&quot; Provider is specified" name="Lib\Module.Validates &quot;InvokeModuleCacheDownload&quot; method.Downloads module from PSGallery when &quot;PSGallery&quot; Provider is specified" time="0.0308" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads module from GitHub when &quot;GitHub&quot; Provider is specified" name="Lib\Module.Validates &quot;InvokeModuleCacheDownload&quot; method.Downloads module from GitHub when &quot;GitHub&quot; Provider is specified" time="0.0335" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not download module when &quot;FileSystem&quot; Provider is specified" name="Lib\Module.Validates &quot;InvokeModuleCacheDownload&quot; method.Does not download module when &quot;FileSystem&quot; Provider is specified" time="0.0261" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not download module when resource is cached" name="Lib\Module.Validates &quot;InvokeModuleCacheDownload&quot; method.Does not download module when resource is cached" time="0.0325" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;ExpandModuleCache&quot; method" executed="True" result="Success" success="True" time="0.5087" asserts="0" description="Validates &quot;ExpandModuleCache&quot; method">
                <results>
                  <test-case description="Returns a [System.IO.DirectoryInfo] object type" name="Lib\Module.Validates &quot;ExpandModuleCache&quot; method.Returns a [System.IO.DirectoryInfo] object type" time="0.3242" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Cleans existing module directory when &quot;Clean&quot; is specified" name="Lib\Module.Validates &quot;ExpandModuleCache&quot; method.Cleans existing module directory when &quot;Clean&quot; is specified" time="0.0452" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ExpandZipArchive&quot; when &quot;PSGallery&quot; Provider is specified" name="Lib\Module.Validates &quot;ExpandModuleCache&quot; method.Calls &quot;ExpandZipArchive&quot; when &quot;PSGallery&quot; Provider is specified" time="0.026" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ExpandGitHubZipArchive&quot; when &quot;GitHub&quot; Provider is specified" name="Lib\Module.Validates &quot;ExpandModuleCache&quot; method.Calls &quot;ExpandGitHubZipArchive&quot; when &quot;GitHub&quot; Provider is specified" time="0.0258" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ExpandGitHubZipArchive&quot; when &quot;GitHub&quot; Provider and &quot;OverrideRepository&quot; are specified" name="Lib\Module.Validates &quot;ExpandModuleCache&quot; method.Calls &quot;ExpandGitHubZipArchive&quot; when &quot;GitHub&quot; Provider and &quot;OverrideRepository&quot; are specified" time="0.025" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ExpandZipArchive&quot; when &quot;FileSystem&quot; Provider is specified and &quot;Path&quot; is a .zip file" name="Lib\Module.Validates &quot;ExpandModuleCache&quot; method.Calls &quot;ExpandZipArchive&quot; when &quot;FileSystem&quot; Provider is specified and &quot;Path&quot; is a .zip file" time="0.0289" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Copy-Item&quot; when &quot;FileSystem&quot; Provider is specified and &quot;Path&quot; is a directory" name="Lib\Module.Validates &quot;ExpandModuleCache&quot; method.Calls &quot;Copy-Item&quot; when &quot;FileSystem&quot; Provider is specified and &quot;Path&quot; is a directory" time="0.0335" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\Resource.Tests.ps1" executed="True" result="Success" success="True" time="1.1549" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\Resource.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Lib\Resource" executed="True" result="Success" success="True" time="1.1549" asserts="0" description="Lib\Resource">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;NewDirectory&quot; method" executed="True" result="Success" success="True" time="0.2278" asserts="0" description="Validates &quot;NewDirectory&quot; method">
                <results>
                  <test-case description="Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;Path&quot; already exists" name="Lib\Resource.Validates &quot;NewDirectory&quot; method.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;Path&quot; already exists" time="0.1328" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;Path&quot; does not exist" name="Lib\Resource.Validates &quot;NewDirectory&quot; method.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;Path&quot; does not exist" time="0.015" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates target &quot;Path&quot; if it does not exist" name="Lib\Resource.Validates &quot;NewDirectory&quot; method.Creates target &quot;Path&quot; if it does not exist" time="0.0193" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;DirectoryInfo&quot; already exists" name="Lib\Resource.Validates &quot;NewDirectory&quot; method.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;DirectoryInfo&quot; already exists" time="0.0202" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;DirectoryInfo&quot; does not exist" name="Lib\Resource.Validates &quot;NewDirectory&quot; method.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;DirectoryInfo&quot; does not exist" time="0.0206" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates target &quot;DirectoryInfo&quot; if it does not exist" name="Lib\Resource.Validates &quot;NewDirectory&quot; method.Creates target &quot;DirectoryInfo&quot; if it does not exist" time="0.0199" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;GetResourceDownload&quot; method" executed="True" result="Success" success="True" time="0.1627" asserts="0" description="Validates &quot;GetResourceDownload&quot; method">
                <results>
                  <test-case description="Returns &quot;System.Collections.Hashtable&quot; type" name="Lib\Resource.Validates &quot;GetResourceDownload&quot; method.Returns &quot;System.Collections.Hashtable&quot; type" time="0.0475" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns empty checksum if resource does not exist" name="Lib\Resource.Validates &quot;GetResourceDownload&quot; method.Returns empty checksum if resource does not exist" time="0.0182" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns correct checksum if resource and checksum files exist" name="Lib\Resource.Validates &quot;GetResourceDownload&quot; method.Returns correct checksum if resource and checksum files exist" time="0.0227" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns correct checksum if resource exists but checksum does not exist" name="Lib\Resource.Validates &quot;GetResourceDownload&quot; method.Returns correct checksum if resource exists but checksum does not exist" time="0.0252" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns incorrect checksum if incorrect resource and checksum files exist" name="Lib\Resource.Validates &quot;GetResourceDownload&quot; method.Returns incorrect checksum if incorrect resource and checksum files exist" time="0.0199" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns incorrect checksum if incorrect resource exists but checksum does not exist" name="Lib\Resource.Validates &quot;GetResourceDownload&quot; method.Returns incorrect checksum if incorrect resource exists but checksum does not exist" time="0.0293" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;TestResourceDownload&quot; method" executed="True" result="Success" success="True" time="0.3706" asserts="0" description="Validates &quot;TestResourceDownload&quot; method">
                <results>
                  <test-case description="Returns true if resource exists but no checksum was specified" name="Lib\Resource.Validates &quot;TestResourceDownload&quot; method.Returns true if resource exists but no checksum was specified" time="0.1959" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns true if resource exists and checksum is correct" name="Lib\Resource.Validates &quot;TestResourceDownload&quot; method.Returns true if resource exists and checksum is correct" time="0.1078" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns false if resource does not exist" name="Lib\Resource.Validates &quot;TestResourceDownload&quot; method.Returns false if resource does not exist" time="0.0246" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns false if resource exists but checksum is incorrect" name="Lib\Resource.Validates &quot;TestResourceDownload&quot; method.Returns false if resource exists but checksum is incorrect" time="0.0198" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns false if the checksum is correct but the resource does not exist" name="Lib\Resource.Validates &quot;TestResourceDownload&quot; method.Returns false if the checksum is correct but the resource does not exist" time="0.0225" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetResourceDownload&quot; method" executed="True" result="Success" success="True" time="0.2192" asserts="0" description="Validates &quot;SetResourceDownload&quot; method">
                <results>
                  <test-case description="Calls &quot;InvokeWebClientDownload&quot; with specified Uri" name="Lib\Resource.Validates &quot;SetResourceDownload&quot; method.Calls &quot;InvokeWebClientDownload&quot; with specified Uri" time="0.0628" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeWebClientDownload&quot; with specified destination Path" name="Lib\Resource.Validates &quot;SetResourceDownload&quot; method.Calls &quot;InvokeWebClientDownload&quot; with specified destination Path" time="0.0259" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeWebClientDownload&quot; with default 64KB buffer size" name="Lib\Resource.Validates &quot;SetResourceDownload&quot; method.Calls &quot;InvokeWebClientDownload&quot; with default 64KB buffer size" time="0.0313" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeWebClientDownload&quot; with 1MB buffer size for file resource" name="Lib\Resource.Validates &quot;SetResourceDownload&quot; method.Calls &quot;InvokeWebClientDownload&quot; with 1MB buffer size for file resource" time="0.0303" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates checksum file after download" name="Lib\Resource.Validates &quot;SetResourceDownload&quot; method.Creates checksum file after download" time="0.0324" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates target parent directory if it does not exist" name="Lib\Resource.Validates &quot;SetResourceDownload&quot; method.Creates target parent directory if it does not exist" time="0.0364" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;InvokeResourceDownload&quot; method" executed="True" result="Success" success="True" time="0.1746" asserts="0" description="Validates &quot;InvokeResourceDownload&quot; method">
                <results>
                  <test-case description="Returns a &quot;System.Management.Automation.PSCustomObject&quot; type" name="Lib\Resource.Validates &quot;InvokeResourceDownload&quot; method.Returns a &quot;System.Management.Automation.PSCustomObject&quot; type" time="0.0477" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; fails" name="Lib\Resource.Validates &quot;InvokeResourceDownload&quot; method.Calls &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; fails" time="0.0342" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; passes but -Force was specified" name="Lib\Resource.Validates &quot;InvokeResourceDownload&quot; method.Calls &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; passes but -Force was specified" time="0.0317" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not call &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; passes" name="Lib\Resource.Validates &quot;InvokeResourceDownload&quot; method.Does not call &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; passes" time="0.0281" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws if &quot;SetResourceDownload&quot; downloaded resource checksum does not match" name="Lib\Resource.Validates &quot;InvokeResourceDownload&quot; method.Throws if &quot;SetResourceDownload&quot; downloaded resource checksum does not match" time="0.033" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\UnattendXml.Tests.ps1" executed="True" result="Success" success="True" time="0.5519" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Lib\UnattendXml.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Lib\UnattendXml" executed="True" result="Success" success="True" time="0.5519" asserts="0" description="Lib\UnattendXml">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;NewUnattendXml&quot; method" executed="True" result="Success" success="True" time="0.4619" asserts="0" description="Validates &quot;NewUnattendXml&quot; method">
                <results>
                  <test-case description="Returns a &quot;System.Xml.XmlDocument&quot; type" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Returns a &quot;System.Xml.XmlDocument&quot; type" time="0.1168" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates equal number of &quot;x86&quot; and &quot;amd64&quot; components" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Creates equal number of &quot;x86&quot; and &quot;amd64&quot; components" time="0.0131" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets encoded Administrator password" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Sets encoded Administrator password" time="0.0181" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets timezone" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Sets timezone" time="0.0162" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets Input locale" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Sets Input locale" time="0.0156" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets System locale" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Sets System locale" time="0.0218" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets UI language" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Sets UI language" time="0.018" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets User locale" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Sets User locale" time="0.0209" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets computer name" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Sets computer name" time="0.1496" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets product key" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Sets product key" time="0.0408" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Adds single synchronous command" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Adds single synchronous command" time="0.016" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Adds multiple synchronous commands" name="Lib\UnattendXml.Validates &quot;NewUnattendXml&quot; method.Adds multiple synchronous commands" time="0.0149" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetUnattendXml&quot; method" executed="True" result="Success" success="True" time="0.09" asserts="0" description="Validates &quot;SetUnattendXml&quot; method">
                <results>
                  <test-case description="Saves Xml file to disk" name="Lib\UnattendXml.Validates &quot;SetUnattendXml&quot; method.Saves Xml file to disk" time="0.09" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabHostConfiguration.Tests.ps1" executed="True" result="Success" success="True" time="0.7839" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabHostConfiguration.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\LabHostConfiguration" executed="True" result="Success" success="True" time="0.7839" asserts="0" description="Src\LabHostConfiguration">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;GetLabHostSetupConfiguration&quot; method" executed="True" result="Success" success="True" time="0.2066" asserts="0" description="Validates &quot;GetLabHostSetupConfiguration&quot; method">
                <results>
                  <test-case description="Installs &quot;Microsoft-Hyper-V-All&quot; feature with &quot;WindowsOptionalFeature&quot; on a desktop OS" name="Src\LabHostConfiguration.Validates &quot;GetLabHostSetupConfiguration&quot; method.Installs &quot;Microsoft-Hyper-V-All&quot; feature with &quot;WindowsOptionalFeature&quot; on a desktop OS" time="0.1262" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Installs &quot;Hyper-V&quot; feature using &quot;WindowsFeature&quot; on a server OS" name="Src\LabHostConfiguration.Validates &quot;GetLabHostSetupConfiguration&quot; method.Installs &quot;Hyper-V&quot; feature using &quot;WindowsFeature&quot; on a server OS" time="0.0335" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Installs &quot;RSAT-Hyper-V-Tools&quot; feature using &quot;WindowsFeature&quot; on a server OS" name="Src\LabHostConfiguration.Validates &quot;GetLabHostSetupConfiguration&quot; method.Installs &quot;RSAT-Hyper-V-Tools&quot; feature using &quot;WindowsFeature&quot; on a server OS" time="0.0282" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Checks for a pending reboot" name="Src\LabHostConfiguration.Validates &quot;GetLabHostSetupConfiguration&quot; method.Checks for a pending reboot" time="0.0186" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;Get-LabHostConfiguration&quot; method" executed="True" result="Success" success="True" time="0.1024" asserts="0" description="Validates &quot;Get-LabHostConfiguration&quot; method">
                <results>
                  <test-case description="Calls &quot;ImportDscResource once for each host configuration item" name="Src\LabHostConfiguration.Validates &quot;Get-LabHostConfiguration&quot; method.Calls &quot;ImportDscResource once for each host configuration item" time="0.0669" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;GetDscResource once for each host configuration item" name="Src\LabHostConfiguration.Validates &quot;Get-LabHostConfiguration&quot; method.Calls &quot;GetDscResource once for each host configuration item" time="0.0355" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;Test-LabHostConfiguration&quot; method" executed="True" result="Success" success="True" time="0.3268" asserts="0" description="Validates &quot;Test-LabHostConfiguration&quot; method">
                <results>
                  <test-case description="Passes when target paths exist" name="Src\LabHostConfiguration.Validates &quot;Test-LabHostConfiguration&quot; method.Passes when target paths exist" time="0.1212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when a target path does not exist" name="Src\LabHostConfiguration.Validates &quot;Test-LabHostConfiguration&quot; method.Fails when a target path does not exist" time="0.0224" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes when host configuration is correct" name="Src\LabHostConfiguration.Validates &quot;Test-LabHostConfiguration&quot; method.Passes when host configuration is correct" time="0.0499" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when host configuration is incorrect" name="Src\LabHostConfiguration.Validates &quot;Test-LabHostConfiguration&quot; method.Fails when host configuration is incorrect" time="0.0442" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when host configuration has a pending reboot" name="Src\LabHostConfiguration.Validates &quot;Test-LabHostConfiguration&quot; method.Fails when host configuration has a pending reboot" time="0.0465" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes when host configuration has a pending reboot but -IgnorePendingReboot is specified" name="Src\LabHostConfiguration.Validates &quot;Test-LabHostConfiguration&quot; method.Passes when host configuration has a pending reboot but -IgnorePendingReboot is specified" time="0.0426" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;Start-LabHostConfiguration&quot; method" executed="True" result="Success" success="True" time="0.1482" asserts="0" description="Validates &quot;Start-LabHostConfiguration&quot; method">
                <results>
                  <test-case description="Does not attempt to create an empty path" name="Src\LabHostConfiguration.Validates &quot;Start-LabHostConfiguration&quot; method.Does not attempt to create an empty path" time="0.0589" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;NewDirectory&quot; for each path" name="Src\LabHostConfiguration.Validates &quot;Start-LabHostConfiguration&quot; method.Calls &quot;NewDirectory&quot; for each path" time="0.0362" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeDscResource&quot; for each host configuration item" name="Src\LabHostConfiguration.Validates &quot;Start-LabHostConfiguration&quot; method.Calls &quot;InvokeDscResource&quot; for each host configuration item" time="0.0531" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabMedia.Tests.ps1" executed="True" result="Success" success="True" time="1.3709" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabMedia.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\LabMedia" executed="True" result="Success" success="True" time="1.3709" asserts="0" description="Src\LabMedia">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;NewLabMedia&quot; method" executed="True" result="Success" success="True" time="0.2536" asserts="0" description="Validates &quot;NewLabMedia&quot; method">
                <results>
                  <test-case description="Does not throw with valid mandatory parameters" name="Src\LabMedia.Validates &quot;NewLabMedia&quot; method.Does not throw with valid mandatory parameters" time="0.1172" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws with an invalid Uri" name="Src\LabMedia.Validates &quot;NewLabMedia&quot; method.Throws with an invalid Uri" time="0.0151" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when &quot;Id&quot; parameter is missing" name="Src\LabMedia.Validates &quot;NewLabMedia&quot; method.Throws when &quot;Id&quot; parameter is missing" time="0.0175" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when &quot;Filename&quot; parameter is missing" name="Src\LabMedia.Validates &quot;NewLabMedia&quot; method.Throws when &quot;Filename&quot; parameter is missing" time="0.0172" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when &quot;Architecture&quot; parameter is missing" name="Src\LabMedia.Validates &quot;NewLabMedia&quot; method.Throws when &quot;Architecture&quot; parameter is missing" time="0.0153" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when &quot;MediaType&quot; parameter is missing" name="Src\LabMedia.Validates &quot;NewLabMedia&quot; method.Throws when &quot;MediaType&quot; parameter is missing" time="0.0197" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when &quot;Uri&quot; parameter is missing" name="Src\LabMedia.Validates &quot;NewLabMedia&quot; method.Throws when &quot;Uri&quot; parameter is missing" time="0.0183" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns &quot;System.Management.Automation.PSCustomObject&quot; object type" name="Src\LabMedia.Validates &quot;NewLabMedia&quot; method.Returns &quot;System.Management.Automation.PSCustomObject&quot; object type" time="0.0179" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates ProductKey custom entry when &quot;ProductKey&quot; is specified" name="Src\LabMedia.Validates &quot;NewLabMedia&quot; method.Creates ProductKey custom entry when &quot;ProductKey&quot; is specified" time="0.0154" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;ResolveLabMedia&quot; method" executed="True" result="Success" success="True" time="0.1145" asserts="0" description="Validates &quot;ResolveLabMedia&quot; method">
                <results>
                  <test-case description="Throws if media Id cannot be resolved" name="Src\LabMedia.Validates &quot;ResolveLabMedia&quot; method.Throws if media Id cannot be resolved" time="0.062" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns configuration data media entry if it exists" name="Src\LabMedia.Validates &quot;ResolveLabMedia&quot; method.Returns configuration data media entry if it exists" time="0.015" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns default media if configuration data entry does not exist" name="Src\LabMedia.Validates &quot;ResolveLabMedia&quot; method.Returns default media if configuration data entry does not exist" time="0.0375" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;Get-LabMedia&quot; method" executed="True" result="Success" success="True" time="0.1202" asserts="0" description="Validates &quot;Get-LabMedia&quot; method">
                <results>
                  <test-case description="Returns all built-in media when no &quot;Id&quot; is specified" name="Src\LabMedia.Validates &quot;Get-LabMedia&quot; method.Returns all built-in media when no &quot;Id&quot; is specified" time="0.0567" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns a single matching built-in media when &quot;Id&quot; is specified" name="Src\LabMedia.Validates &quot;Get-LabMedia&quot; method.Returns a single matching built-in media when &quot;Id&quot; is specified" time="0.0316" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns null if no built-in media is found when &quot;Id&quot; is specified" name="Src\LabMedia.Validates &quot;Get-LabMedia&quot; method.Returns null if no built-in media is found when &quot;Id&quot; is specified" time="0.0319" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;Test-LabMedia&quot; method" executed="True" result="Success" success="True" time="0.1134" asserts="0" description="Validates &quot;Test-LabMedia&quot; method">
                <results>
                  <test-case description="Passes when media ISO has been downloaded" name="Src\LabMedia.Validates &quot;Test-LabMedia&quot; method.Passes when media ISO has been downloaded" time="0.0579" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when media ISO has not been downloaded" name="Src\LabMedia.Validates &quot;Test-LabMedia&quot; method.Fails when media ISO has not been downloaded" time="0.0267" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when media Id is not found" name="Src\LabMedia.Validates &quot;Test-LabMedia&quot; method.Fails when media Id is not found" time="0.0288" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;InvokeLabMediaImageDownload&quot; method" executed="True" result="Success" success="True" time="0.2659" asserts="0" description="Validates &quot;InvokeLabMediaImageDownload&quot; method">
                <results>
                  <test-case description="Returns a &quot;System.IO.FileInfo&quot; object type" name="Src\LabMedia.Validates &quot;InvokeLabMediaImageDownload&quot; method.Returns a &quot;System.IO.FileInfo&quot; object type" time="0.0583" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;ParentVhdPath&quot; if media type is &quot;VHD&quot;" name="Src\LabMedia.Validates &quot;InvokeLabMediaImageDownload&quot; method.Calls &quot;InvokeResourceDownload&quot; with &quot;ParentVhdPath&quot; if media type is &quot;VHD&quot;" time="0.0321" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;ISO&quot;" name="Src\LabMedia.Validates &quot;InvokeLabMediaImageDownload&quot; method.Calls &quot;InvokeResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;ISO&quot;" time="0.0273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;WIM&quot;" name="Src\LabMedia.Validates &quot;InvokeLabMediaImageDownload&quot; method.Calls &quot;InvokeResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;WIM&quot;" time="0.0256" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;Force&quot; parameter when specified" name="Src\LabMedia.Validates &quot;InvokeLabMediaImageDownload&quot; method.Calls &quot;InvokeResourceDownload&quot; with &quot;Force&quot; parameter when specified" time="0.0295" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeResourceDownload&quot; with large &quot;BufferSize&quot; for file Uris" name="Src\LabMedia.Validates &quot;InvokeLabMediaImageDownload&quot; method.Calls &quot;InvokeResourceDownload&quot; with large &quot;BufferSize&quot; for file Uris" time="0.0278" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not call &quot;InvokeResourceDownload&quot; when &quot;DisableLocalFileCaching&quot; is enabled" name="Src\LabMedia.Validates &quot;InvokeLabMediaImageDownload&quot; method.Does not call &quot;InvokeResourceDownload&quot; when &quot;DisableLocalFileCaching&quot; is enabled" time="0.0326" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns source Uri when &quot;DisableLocalFileCaching&quot; is enabled" name="Src\LabMedia.Validates &quot;InvokeLabMediaImageDownload&quot; method.Returns source Uri when &quot;DisableLocalFileCaching&quot; is enabled" time="0.0327" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;InvokeLabMediaHotfixDownload&quot; method" executed="True" result="Success" success="True" time="0.1194" asserts="0" description="Validates &quot;InvokeLabMediaHotfixDownload&quot; method">
                <results>
                  <test-case description="Returns a &quot;System.IO.FileInfo&quot; object type" name="Src\LabMedia.Validates &quot;InvokeLabMediaHotfixDownload&quot; method.Returns a &quot;System.IO.FileInfo&quot; object type" time="0.0585" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;Checksum&quot; parameter when specified" name="Src\LabMedia.Validates &quot;InvokeLabMediaHotfixDownload&quot; method.Calls &quot;InvokeResourceDownload&quot; with &quot;Checksum&quot; parameter when specified" time="0.0307" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;Force&quot; parameter when specified" name="Src\LabMedia.Validates &quot;InvokeLabMediaHotfixDownload&quot; method.Calls &quot;InvokeResourceDownload&quot; with &quot;Force&quot; parameter when specified" time="0.0303" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;Register-LabMedia&quot; method" executed="True" result="Success" success="True" time="0.2951" asserts="0" description="Validates &quot;Register-LabMedia&quot; method">
                <results>
                  <test-case description="Throws when custom media type is &quot;ISO&quot; and OperatingSystem is &quot;Linux&quot;" name="Src\LabMedia.Validates &quot;Register-LabMedia&quot; method.Throws when custom media type is &quot;ISO&quot; and OperatingSystem is &quot;Linux&quot;" time="0.0479" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when custom media type is &quot;WIM&quot; and OperatingSystem is &quot;Linux&quot;" name="Src\LabMedia.Validates &quot;Register-LabMedia&quot; method.Throws when custom media type is &quot;WIM&quot; and OperatingSystem is &quot;Linux&quot;" time="0.0212" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when custom media type is &quot;ISO&quot; and &quot;ImageName&quot; is not specified" name="Src\LabMedia.Validates &quot;Register-LabMedia&quot; method.Throws when custom media type is &quot;ISO&quot; and &quot;ImageName&quot; is not specified" time="0.0179" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when custom media type is &quot;WIM&quot; and &quot;ImageName&quot; is not specified" name="Src\LabMedia.Validates &quot;Register-LabMedia&quot; method.Throws when custom media type is &quot;WIM&quot; and &quot;ImageName&quot; is not specified" time="0.0174" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when custom media already exists and &quot;Force&quot; is not specified" name="Src\LabMedia.Validates &quot;Register-LabMedia&quot; method.Throws when custom media already exists and &quot;Force&quot; is not specified" time="0.022" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not throw when custom media type is &quot;VHD&quot; and &quot;ImageName&quot; is not specified" name="Src\LabMedia.Validates &quot;Register-LabMedia&quot; method.Does not throw when custom media type is &quot;VHD&quot; and &quot;ImageName&quot; is not specified" time="0.1127" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not throw when custom media already exists and &quot;Force&quot; is specified" name="Src\LabMedia.Validates &quot;Register-LabMedia&quot; method.Does not throw when custom media already exists and &quot;Force&quot; is specified" time="0.056" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;Unregister-LabMedia&quot; method" executed="True" result="Success" success="True" time="0.0888" asserts="0" description="Validates &quot;Unregister-LabMedia&quot; method">
                <results>
                  <test-case description="Removes existing custom media entry when 'Id' does exist" name="Src\LabMedia.Validates &quot;Unregister-LabMedia&quot; method.Removes existing custom media entry when 'Id' does exist" time="0.0692" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not remove any entries when custom media 'Id' doesn't exist" name="Src\LabMedia.Validates &quot;Unregister-LabMedia&quot; method.Does not remove any entries when custom media 'Id' doesn't exist" time="0.0196" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabNode.Tests.ps1" executed="True" result="Success" success="True" time="0" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabNode.Tests.ps1">
        <results />
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabResource.Tests.ps1" executed="True" result="Success" success="True" time="1.6719" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabResource.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\LabResource" executed="True" result="Success" success="True" time="1.6719" asserts="0" description="Src\LabResource">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;Test-LabResource&quot; method" executed="True" result="Success" success="True" time="0.3284" asserts="0" description="Validates &quot;Test-LabResource&quot; method">
                <results>
                  <test-case description="Passes when no resources are defined in the configuration data" name="Src\LabResource.Validates &quot;Test-LabResource&quot; method.Passes when no resources are defined in the configuration data" time="0.1425" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes when all defined resources are present and &quot;Id&quot; parameter is not specified" name="Src\LabResource.Validates &quot;Test-LabResource&quot; method.Passes when all defined resources are present and &quot;Id&quot; parameter is not specified" time="0.0468" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes when defined resource is present and &quot;Id&quot; parameter is specified" name="Src\LabResource.Validates &quot;Test-LabResource&quot; method.Passes when defined resource is present and &quot;Id&quot; parameter is specified" time="0.0235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when a resource is missing and &quot;Id&quot; parameter is not specified" name="Src\LabResource.Validates &quot;Test-LabResource&quot; method.Fails when a resource is missing and &quot;Id&quot; parameter is not specified" time="0.0373" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when a resource is missing and &quot;Id&quot; parameter is specified" name="Src\LabResource.Validates &quot;Test-LabResource&quot; method.Fails when a resource is missing and &quot;Id&quot; parameter is specified" time="0.0249" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Uses resource &quot;Filename&quot; property if specified" name="Src\LabResource.Validates &quot;Test-LabResource&quot; method.Uses resource &quot;Filename&quot; property if specified" time="0.0257" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;TestResourceDownload&quot; with &quot;Checksum&quot; parameter when defined" name="Src\LabResource.Validates &quot;Test-LabResource&quot; method.Calls &quot;TestResourceDownload&quot; with &quot;Checksum&quot; parameter when defined" time="0.0277" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;Invoke-LabResourceDownload&quot; method" executed="True" result="Success" success="True" time="0.6713" asserts="0" description="Validates &quot;Invoke-LabResourceDownload&quot; method">
                <results>
                  <test-case description="Downloads all media when &quot;MediaId&quot; parameter is not specified" name="Src\LabResource.Validates &quot;Invoke-LabResourceDownload&quot; method.Downloads all media when &quot;MediaId&quot; parameter is not specified" time="0.1836" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads only unique media when &quot;MediaId&quot; parameter is not specified" name="Src\LabResource.Validates &quot;Invoke-LabResourceDownload&quot; method.Downloads only unique media when &quot;MediaId&quot; parameter is not specified" time="0.1024" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads single media when &quot;MediaId&quot; parameter is specified" name="Src\LabResource.Validates &quot;Invoke-LabResourceDownload&quot; method.Downloads single media when &quot;MediaId&quot; parameter is specified" time="0.0749" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads all required hotfixes" name="Src\LabResource.Validates &quot;Invoke-LabResourceDownload&quot; method.Downloads all required hotfixes" time="0.0394" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads all resources when &quot;ResourceId&quot; parameter is not specified" name="Src\LabResource.Validates &quot;Invoke-LabResourceDownload&quot; method.Downloads all resources when &quot;ResourceId&quot; parameter is not specified" time="0.0566" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads single resource when &quot;ResourceId&quot; parameter is specified" name="Src\LabResource.Validates &quot;Invoke-LabResourceDownload&quot; method.Downloads single resource when &quot;ResourceId&quot; parameter is specified" time="0.0348" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads a single DSC resource module" name="Src\LabResource.Validates &quot;Invoke-LabResourceDownload&quot; method.Downloads a single DSC resource module" time="0.0354" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads multiple DSC resource modules" name="Src\LabResource.Validates &quot;Invoke-LabResourceDownload&quot; method.Downloads multiple DSC resource modules" time="0.0337" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads a single PowerShell module" name="Src\LabResource.Validates &quot;Invoke-LabResourceDownload&quot; method.Downloads a single PowerShell module" time="0.0364" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Downloads multiple PowerShell modules" name="Src\LabResource.Validates &quot;Invoke-LabResourceDownload&quot; method.Downloads multiple PowerShell modules" time="0.0346" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Uses resource &quot;Filename&quot; property if specified" name="Src\LabResource.Validates &quot;Invoke-LabResourceDownload&quot; method.Uses resource &quot;Filename&quot; property if specified" time="0.0395" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;ResolveLabResource&quot; method" executed="True" result="Success" success="True" time="0.0569" asserts="0" description="Validates &quot;ResolveLabResource&quot; method">
                <results>
                  <test-case description="Returns resource record if &quot;ResourceId&quot; is found" name="Src\LabResource.Validates &quot;ResolveLabResource&quot; method.Returns resource record if &quot;ResourceId&quot; is found" time="0.0387" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws if &quot;ResourceId&quot; is not found" name="Src\LabResource.Validates &quot;ResolveLabResource&quot; method.Throws if &quot;ResourceId&quot; is not found" time="0.0181" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;ExpandLabResource&quot; method" executed="True" result="Success" success="True" time="0.4505" asserts="0" description="Validates &quot;ExpandLabResource&quot; method">
                <results>
                  <test-case description="Creates destination &quot;Resources&quot; directory if it does not exist on target file sytem" name="Src\LabResource.Validates &quot;ExpandLabResource&quot; method.Creates destination &quot;Resources&quot; directory if it does not exist on target file sytem" time="0.0553" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Invokes &quot;Invoke-LabResourceDownload&quot; with &quot;ResourceId&quot; if resource is not found" name="Src\LabResource.Validates &quot;ExpandLabResource&quot; method.Invokes &quot;Invoke-LabResourceDownload&quot; with &quot;ResourceId&quot; if resource is not found" time="0.0488" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Uses resource &quot;Filename&quot; property if specified" name="Src\LabResource.Validates &quot;ExpandLabResource&quot; method.Uses resource &quot;Filename&quot; property if specified" time="0.0462" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Copies resource by default" name="Src\LabResource.Validates &quot;ExpandLabResource&quot; method.Copies resource by default" time="0.0401" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Copies resource to explicit target destination path" name="Src\LabResource.Validates &quot;ExpandLabResource&quot; method.Copies resource to explicit target destination path" time="0.0457" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ExpandZipArchive&quot; if &quot;Expand&quot; property is specified on a &quot;ZIP&quot; resource" name="Src\LabResource.Validates &quot;ExpandLabResource&quot; method.Calls &quot;ExpandZipArchive&quot; if &quot;Expand&quot; property is specified on a &quot;ZIP&quot; resource" time="0.0411" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ExpandZipArchive&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ZIP&quot; resource" name="Src\LabResource.Validates &quot;ExpandLabResource&quot; method.Calls &quot;ExpandZipArchive&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ZIP&quot; resource" time="0.0449" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ExpandIso&quot; if &quot;Expand&quot; property is specified on an &quot;ISO&quot; resource" name="Src\LabResource.Validates &quot;ExpandLabResource&quot; method.Calls &quot;ExpandIso&quot; if &quot;Expand&quot; property is specified on an &quot;ISO&quot; resource" time="0.0449" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ExpandIso&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ISO&quot; resource" name="Src\LabResource.Validates &quot;ExpandLabResource&quot; method.Calls &quot;ExpandIso&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ISO&quot; resource" time="0.0479" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws if &quot;Expand&quot; property is specified on an &quot;EXE&quot; resource" name="Src\LabResource.Validates &quot;ExpandLabResource&quot; method.Throws if &quot;Expand&quot; property is specified on an &quot;EXE&quot; resource" time="0.0356" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;TestLabResourceIsLocal&quot; method" executed="True" result="Success" success="True" time="0.1648" asserts="0" description="Validates &quot;TestLabResourceIsLocal&quot; method">
                <results>
                  <test-case description="Returns &quot;System.Boolean&quot; object type" name="Src\LabResource.Validates &quot;TestLabResourceIsLocal&quot; method.Returns &quot;System.Boolean&quot; object type" time="0.0477" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes when local .EXE exists" name="Src\LabResource.Validates &quot;TestLabResourceIsLocal&quot; method.Passes when local .EXE exists" time="0.0139" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when local .EXE does not exist" name="Src\LabResource.Validates &quot;TestLabResourceIsLocal&quot; method.Fails when local .EXE does not exist" time="0.0136" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes when local ISO folder exists" name="Src\LabResource.Validates &quot;TestLabResourceIsLocal&quot; method.Passes when local ISO folder exists" time="0.0183" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when local ISO folder does not exist" name="Src\LabResource.Validates &quot;TestLabResourceIsLocal&quot; method.Fails when local ISO folder does not exist" time="0.0157" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes when local ZIP folder exists" name="Src\LabResource.Validates &quot;TestLabResourceIsLocal&quot; method.Passes when local ZIP folder exists" time="0.0161" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when local ZIP folder does not exist" name="Src\LabResource.Validates &quot;TestLabResourceIsLocal&quot; method.Fails when local ZIP folder does not exist" time="0.0203" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when local .EXE has &quot;Expand&quot; = &quot;True&quot;" name="Src\LabResource.Validates &quot;TestLabResourceIsLocal&quot; method.Throws when local .EXE has &quot;Expand&quot; = &quot;True&quot;" time="0.0192" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabSwitch.Tests.ps1" executed="True" result="Success" success="True" time="0.6015" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabSwitch.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\LabSwitch" executed="True" result="Success" success="True" time="0.6015" asserts="0" description="Src\LabSwitch">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;NewLabSwitch&quot; method" executed="True" result="Success" success="True" time="0.1711" asserts="0" description="Validates &quot;NewLabSwitch&quot; method">
                <results>
                  <test-case description="Returns a &quot;System.Collections.Hashtable&quot; object type" name="Src\LabSwitch.Validates &quot;NewLabSwitch&quot; method.Returns a &quot;System.Collections.Hashtable&quot; object type" time="0.1214" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when switch type is &quot;External&quot; and &quot;NetAdapterName&quot; is not specified" name="Src\LabSwitch.Validates &quot;NewLabSwitch&quot; method.Throws when switch type is &quot;External&quot; and &quot;NetAdapterName&quot; is not specified" time="0.0195" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Removes &quot;NetAdapterName&quot; if switch type is not &quot;External&quot;" name="Src\LabSwitch.Validates &quot;NewLabSwitch&quot; method.Removes &quot;NetAdapterName&quot; if switch type is not &quot;External&quot;" time="0.0138" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Removes &quot;AllowManagementOS&quot; if switch type is not &quot;External&quot;" name="Src\LabSwitch.Validates &quot;NewLabSwitch&quot; method.Removes &quot;AllowManagementOS&quot; if switch type is not &quot;External&quot;" time="0.0165" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;ResolveLabSwitch&quot; method" executed="True" result="Success" success="True" time="0.1461" asserts="0" description="Validates &quot;ResolveLabSwitch&quot; method">
                <results>
                  <test-case description="Returns a &quot;System.Collections.Hashtable&quot; object type" name="Src\LabSwitch.Validates &quot;ResolveLabSwitch&quot; method.Returns a &quot;System.Collections.Hashtable&quot; object type" time="0.0481" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns specified network switch from configuration data if defined" name="Src\LabSwitch.Validates &quot;ResolveLabSwitch&quot; method.Returns specified network switch from configuration data if defined" time="0.0291" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns existing &quot;External&quot; switch if &quot;Name&quot; cannot be resolved" name="Src\LabSwitch.Validates &quot;ResolveLabSwitch&quot; method.Returns existing &quot;External&quot; switch if &quot;Name&quot; cannot be resolved" time="0.0405" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Returns a default &quot;Internal&quot; switch if the switch cannot be resolved" name="Src\LabSwitch.Validates &quot;ResolveLabSwitch&quot; method.Returns a default &quot;Internal&quot; switch if the switch cannot be resolved" time="0.0284" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;TestLabSwitch&quot; method" executed="True" result="Success" success="True" time="0.1245" asserts="0" description="Validates &quot;TestLabSwitch&quot; method">
                <results>
                  <test-case description="Passes when network switch is found" name="Src\LabSwitch.Validates &quot;TestLabSwitch&quot; method.Passes when network switch is found" time="0.0652" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes when an existing switch is found" name="Src\LabSwitch.Validates &quot;TestLabSwitch&quot; method.Passes when an existing switch is found" time="0.0224" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Fails when network switch is not found" name="Src\LabSwitch.Validates &quot;TestLabSwitch&quot; method.Fails when network switch is not found" time="0.0368" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetLabSwitch&quot; method" executed="True" result="Success" success="True" time="0.0844" asserts="0" description="Validates &quot;SetLabSwitch&quot; method">
                <results>
                  <test-case description="Calls &quot;InvokeDscResource&quot;" name="Src\LabSwitch.Validates &quot;SetLabSwitch&quot; method.Calls &quot;InvokeDscResource&quot;" time="0.0617" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not call &quot;InvokeDscResource&quot; for an existing switch" name="Src\LabSwitch.Validates &quot;SetLabSwitch&quot; method.Does not call &quot;InvokeDscResource&quot; for an existing switch" time="0.0228" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;RemoveLabSwitch&quot; method" executed="True" result="Success" success="True" time="0.0753" asserts="0" description="Validates &quot;RemoveLabSwitch&quot; method">
                <results>
                  <test-case description="Calls &quot;InvokeDscResource&quot; with &quot;Ensure&quot; = &quot;Absent&quot;" name="Src\LabSwitch.Validates &quot;RemoveLabSwitch&quot; method.Calls &quot;InvokeDscResource&quot; with &quot;Ensure&quot; = &quot;Absent&quot;" time="0.0555" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not call &quot;InvokeDscResource&quot; for an existing switch" name="Src\LabSwitch.Validates &quot;RemoveLabSwitch&quot; method.Does not call &quot;InvokeDscResource&quot; for an existing switch" time="0.0198" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabVM.Tests.ps1" executed="True" result="Success" success="True" time="1.8014" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabVM.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\LabVM" executed="True" result="Success" success="True" time="1.8014" asserts="0" description="Src\LabVM">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;NewLabVM&quot; method" executed="True" result="Success" success="True" time="1.3706" asserts="0" description="Validates &quot;NewLabVM&quot; method">
                <results>
                  <test-case description="Throws when &quot;ClientCertificatePath&quot; cannot be found" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Throws when &quot;ClientCertificatePath&quot; cannot be found" time="0.13" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not throw when &quot;ClientCertificatePath&quot; cannot be found and &quot;IsQuickVM&quot; = &quot;$true&quot;" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Does not throw when &quot;ClientCertificatePath&quot; cannot be found and &quot;IsQuickVM&quot; = &quot;$true&quot;" time="0.0928" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws when &quot;RootCertificatePath&quot; cannot be found" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Throws when &quot;RootCertificatePath&quot; cannot be found" time="0.0247" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not throw when &quot;RootCertificatePath&quot; cannot be found and &quot;IsQuickVM&quot; = &quot;$true&quot;" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Does not throw when &quot;RootCertificatePath&quot; cannot be found and &quot;IsQuickVM&quot; = &quot;$true&quot;" time="0.0709" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates parent image if it is not already present" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Creates parent image if it is not already present" time="0.0697" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;SetLabSwitch&quot; to configure VM switch" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Calls &quot;SetLabSwitch&quot; to configure VM switch" time="0.0702" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;SetLabSwitch&quot; once per network switch" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Calls &quot;SetLabSwitch&quot; once per network switch" time="0.0754" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ResetLabVMDisk&quot; to create VM disk" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Calls &quot;ResetLabVMDisk&quot; to create VM disk" time="0.0741" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates virtual machine" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Creates virtual machine" time="0.0766" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates virtual machine with &quot;GuestIntegrationServices&quot; when specified" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Creates virtual machine with &quot;GuestIntegrationServices&quot; when specified" time="0.0754" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not inject resources when &quot;OperatingSystem&quot; is &quot;Linux&quot;" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Does not inject resources when &quot;OperatingSystem&quot; is &quot;Linux&quot;" time="0.0675" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Injects VM resources" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Injects VM resources" time="0.0732" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes media &quot;ProductKey&quot; when specified (#134)" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Passes media &quot;ProductKey&quot; when specified (#134)" time="0.0744" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not create a snapshot when &quot;NoSnapshot&quot; is specified" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Does not create a snapshot when &quot;NoSnapshot&quot; is specified" time="0.0693" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Writes warning when VM &quot;WarningMessage&quot; is defined" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Writes warning when VM &quot;WarningMessage&quot; is defined" time="0.0688" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Test-LabImage&quot; with &quot;ConfigurationData&quot; (#97)" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Calls &quot;Test-LabImage&quot; with &quot;ConfigurationData&quot; (#97)" time="0.0804" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ResetLabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Calls &quot;ResetLabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" time="0.0737" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Set-LabVirtualMachine&quot; with &quot;ConfigurationData&quot; (#97)" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Calls &quot;Set-LabVirtualMachine&quot; with &quot;ConfigurationData&quot; (#97)" time="0.0776" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Warns when no client or root certificate is used" name="Src\LabVM.Validates &quot;NewLabVM&quot; method.Warns when no client or root certificate is used" time="0.026" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;RemoveLabVM&quot; method" executed="True" result="Success" success="True" time="0.4309" asserts="0" description="Validates &quot;RemoveLabVM&quot; method">
                <results>
                  <test-case description="Throws when VM cannot be found" name="Src\LabVM.Validates &quot;RemoveLabVM&quot; method.Throws when VM cannot be found" time="0.0513" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Removes all snapshots" name="Src\LabVM.Validates &quot;RemoveLabVM&quot; method.Removes all snapshots" time="0.0545" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Removes the virtual machine" name="Src\LabVM.Validates &quot;RemoveLabVM&quot; method.Removes the virtual machine" time="0.0493" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Removes the VHDX file" name="Src\LabVM.Validates &quot;RemoveLabVM&quot; method.Removes the VHDX file" time="0.0536" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not remove the virtual switch by default" name="Src\LabVM.Validates &quot;RemoveLabVM&quot; method.Does not remove the virtual switch by default" time="0.0521" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Removes the virtual switch when &quot;RemoveSwitch&quot; is specified" name="Src\LabVM.Validates &quot;RemoveLabVM&quot; method.Removes the virtual switch when &quot;RemoveSwitch&quot; is specified" time="0.0606" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;RemoveLabVirtualMachine&quot; with &quot;ConfigurationData&quot; (#97)" name="Src\LabVM.Validates &quot;RemoveLabVM&quot; method.Calls &quot;RemoveLabVirtualMachine&quot; with &quot;ConfigurationData&quot; (#97)" time="0.0528" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;RemoveLabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" name="Src\LabVM.Validates &quot;RemoveLabVM&quot; method.Calls &quot;RemoveLabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" time="0.0568" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabVMDefault.Tests.ps1" executed="True" result="Success" success="True" time="0.9717" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabVMDefault.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\LabVMDefaults" executed="True" result="Success" success="True" time="0.9717" asserts="0" description="Src\LabVMDefaults">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;Reset-LabVMDefault&quot; method" executed="True" result="Success" success="True" time="0.1319" asserts="0" description="Validates &quot;Reset-LabVMDefault&quot; method">
                <results>
                  <test-case description="Calls &quot;Remove-ConfigurationData&quot; method" name="Src\LabVMDefaults.Validates &quot;Reset-LabVMDefault&quot; method.Calls &quot;Remove-ConfigurationData&quot; method" time="0.1319" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;Get-LabVMDefault&quot; method" executed="True" result="Success" success="True" time="0.0626" asserts="0" description="Validates &quot;Get-LabVMDefault&quot; method">
                <results>
                  <test-case description="Returns a &quot;System.Management.Automation.PSCustomObject&quot; object type" name="Src\LabVMDefaults.Validates &quot;Get-LabVMDefault&quot; method.Returns a &quot;System.Management.Automation.PSCustomObject&quot; object type" time="0.0451" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Does not return &quot;BootOrder&quot; property" name="Src\LabVMDefaults.Validates &quot;Get-LabVMDefault&quot; method.Does not return &quot;BootOrder&quot; property" time="0.0175" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;Set-LabVMDefault&quot; method" executed="True" result="Success" success="True" time="0.7772" asserts="0" description="Validates &quot;Set-LabVMDefault&quot; method">
                <results>
                  <test-case description="Does not return &quot;BootOrder&quot; property" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Does not return &quot;BootOrder&quot; property" time="0.0505" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;StartupMemory&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;StartupMemory&quot; value" time="0.0255" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;MinimumMemory&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;MinimumMemory&quot; value" time="0.0248" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;MaximumMemory&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;MaximumMemory&quot; value" time="0.0238" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;ProcessorCount&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;ProcessorCount&quot; value" time="0.0237" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;Media&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;Media&quot; value" time="0.044" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;SwitchName&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;SwitchName&quot; value" time="0.0243" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;Timezone&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;Timezone&quot; value" time="0.0214" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;InputLocale&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;InputLocale&quot; value" time="0.0258" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;InputLocale&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;InputLocale&quot; value" time="0.0234" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;SystemLocale&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;SystemLocale&quot; value" time="0.0272" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;UILanguage&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;UILanguage&quot; value" time="0.024" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;UserLocale&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;UserLocale&quot; value" time="0.0264" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;RegisteredOwner&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;RegisteredOwner&quot; value" time="0.028" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;RegisteredOrganization&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;RegisteredOrganization&quot; value" time="0.0305" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;BootDelay&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;BootDelay&quot; value" time="0.0275" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;CustomBootstrapOrder&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;CustomBootstrapOrder&quot; value" time="0.0238" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;GuestIntegrationServices&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;GuestIntegrationServices&quot; value" time="0.0218" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;ClientCertificatePath&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;ClientCertificatePath&quot; value" time="0.0297" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Sets &quot;RootCertificatePath&quot; value" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Sets &quot;RootCertificatePath&quot; value" time="0.0295" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws if &quot;Timezone&quot; cannot be resolved" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Throws if &quot;Timezone&quot; cannot be resolved" time="0.0284" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws if &quot;ClientCertificatePath&quot; file cannot be found" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Throws if &quot;ClientCertificatePath&quot; file cannot be found" time="0.028" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws if &quot;RootCertificatePath&quot; file cannot be found" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Throws if &quot;RootCertificatePath&quot; file cannot be found" time="0.0235" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws if &quot;StartupMemory&quot; is less than &quot;MinimumMemory&quot;" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Throws if &quot;StartupMemory&quot; is less than &quot;MinimumMemory&quot;" time="0.0273" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws if &quot;StartupMemory&quot; is greater than &quot;MaximumMemory&quot;" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Throws if &quot;StartupMemory&quot; is greater than &quot;MaximumMemory&quot;" time="0.0222" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Throws if &quot;Media&quot; cannot be resolved" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Throws if &quot;Media&quot; cannot be resolved" time="0.0477" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Set-ConfigurationData&quot; to write data to disk" name="Src\LabVMDefaults.Validates &quot;Set-LabVMDefault&quot; method.Calls &quot;Set-ConfigurationData&quot; to write data to disk" time="0.0445" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabVMDisk.Tests.ps1" executed="True" result="Success" success="True" time="0.9586" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabVMDisk.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\LabVMDisk" executed="True" result="Success" success="True" time="0.9586" asserts="0" description="Src\LabVMDisk">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;ResolveLabVMDiskPath&quot; method" executed="True" result="Success" success="True" time="0.1362" asserts="0" description="Validates &quot;ResolveLabVMDiskPath&quot; method">
                <results>
                  <test-case description="Appends the VM's name to the host &quot;DifferencingVhdPath&quot;" name="Src\LabVMDisk.Validates &quot;ResolveLabVMDiskPath&quot; method.Appends the VM's name to the host &quot;DifferencingVhdPath&quot;" time="0.1362" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;GetLabVMDisk&quot; method" executed="True" result="Success" success="True" time="0.1377" asserts="0" description="Validates &quot;GetLabVMDisk&quot; method">
                <results>
                  <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="Src\LabVMDisk.Validates &quot;GetLabVMDisk&quot; method.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.0664" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;GetDscResource&quot; with virtual machine name" name="Src\LabVMDisk.Validates &quot;GetLabVMDisk&quot; method.Calls &quot;GetDscResource&quot; with virtual machine name" time="0.0349" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Src\LabVMDisk.Validates &quot;GetLabVMDisk&quot; method.Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0364" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;TestLabVMDisk&quot; method" executed="True" result="Success" success="True" time="0.2247" asserts="0" description="Validates &quot;TestLabVMDisk&quot; method">
                <results>
                  <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="Src\LabVMDisk.Validates &quot;TestLabVMDisk&quot; method.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.0691" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;TestDscResource&quot; with virtual machine name" name="Src\LabVMDisk.Validates &quot;TestLabVMDisk&quot; method.Calls &quot;TestDscResource&quot; with virtual machine name" time="0.0372" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;TestDscResource&quot; with &quot;MaximumSize&quot; when image is not available (#104)" name="Src\LabVMDisk.Validates &quot;TestLabVMDisk&quot; method.Calls &quot;TestDscResource&quot; with &quot;MaximumSize&quot; when image is not available (#104)" time="0.0391" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;TestDscResource&quot; with &quot;VHDX&quot; when image is not available (#104)" name="Src\LabVMDisk.Validates &quot;TestLabVMDisk&quot; method.Calls &quot;TestDscResource&quot; with &quot;VHDX&quot; when image is not available (#104)" time="0.0368" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Src\LabVMDisk.Validates &quot;TestLabVMDisk&quot; method.Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0426" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetLabVMDisk&quot; method" executed="True" result="Success" success="True" time="0.1524" asserts="0" description="Validates &quot;SetLabVMDisk&quot; method">
                <results>
                  <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="Src\LabVMDisk.Validates &quot;SetLabVMDisk&quot; method.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.0696" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeDscResource&quot; with virtual machine name" name="Src\LabVMDisk.Validates &quot;SetLabVMDisk&quot; method.Calls &quot;InvokeDscResource&quot; with virtual machine name" time="0.0393" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Src\LabVMDisk.Validates &quot;SetLabVMDisk&quot; method.Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0435" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;RemoveLabVMDisk&quot; method" executed="True" result="Success" success="True" time="0.1571" asserts="0" description="Validates &quot;RemoveLabVMDisk&quot; method">
                <results>
                  <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="Src\LabVMDisk.Validates &quot;RemoveLabVMDisk&quot; method.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.0633" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;InvokeDscResource&quot; with virtual &quot;Ensure&quot; = &quot;Absent&quot;" name="Src\LabVMDisk.Validates &quot;RemoveLabVMDisk&quot; method.Calls &quot;InvokeDscResource&quot; with virtual &quot;Ensure&quot; = &quot;Absent&quot;" time="0.0526" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Src\LabVMDisk.Validates &quot;RemoveLabVMDisk&quot; method.Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0413" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;ResetLabVMDisk&quot; method" executed="True" result="Success" success="True" time="0.1505" asserts="0" description="Validates &quot;ResetLabVMDisk&quot; method">
                <results>
                  <test-case description="Removes any existing snapshots" name="Src\LabVMDisk.Validates &quot;ResetLabVMDisk&quot; method.Removes any existing snapshots" time="0.0636" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Removes the existing VHDX file" name="Src\LabVMDisk.Validates &quot;ResetLabVMDisk&quot; method.Removes the existing VHDX file" time="0.028" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Creates a new VHDX file" name="Src\LabVMDisk.Validates &quot;ResetLabVMDisk&quot; method.Creates a new VHDX file" time="0.0281" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;RemoveLabVMDisk&quot; and &quot;SetLabVMDisk&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Src\LabVMDisk.Validates &quot;ResetLabVMDisk&quot; method.Calls &quot;RemoveLabVMDisk&quot; and &quot;SetLabVMDisk&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0307" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabVMDiskFile.Tests.ps1" executed="True" result="Success" success="True" time="1.0329" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabVMDiskFile.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\LabVMDiskFile" executed="True" result="Success" success="True" time="1.0329" asserts="0" description="Src\LabVMDiskFile">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;SetLabVMDiskModule&quot; method" executed="True" result="Success" success="True" time="0.161" asserts="0" description="Validates &quot;SetLabVMDiskModule&quot; method">
                <results>
                  <test-case description="Calls &quot;InvokeModuleCacheDownload&quot; with &quot;Force&quot; when specified" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskModule&quot; method.Calls &quot;InvokeModuleCacheDownload&quot; with &quot;Force&quot; when specified" time="0.1323" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;ExpandModuleCache&quot; with &quot;Clean&quot; when specified" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskModule&quot; method.Calls &quot;ExpandModuleCache&quot; with &quot;Clean&quot; when specified" time="0.0287" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetLabVMDiskFileResource&quot; method" executed="True" result="Success" success="True" time="0.0558" asserts="0" description="Validates &quot;SetLabVMDiskFileResource&quot; method">
                <results>
                  <test-case description="Calls &quot;ExpandLabResource&quot; using &quot;ResourceShare&quot; path" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileResource&quot; method.Calls &quot;ExpandLabResource&quot; using &quot;ResourceShare&quot; path" time="0.0558" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetLabVMDiskFileModule&quot; method" executed="True" result="Success" success="True" time="0.1445" asserts="0" description="Validates &quot;SetLabVMDiskFileModule&quot; method">
                <results>
                  <test-case description="Calls &quot;Resolve-LabModule&quot; to query DSC resource modules" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileModule&quot; method.Calls &quot;Resolve-LabModule&quot; to query DSC resource modules" time="0.0669" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Resolve-LabModule&quot; to query PowerShell modules" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileModule&quot; method.Calls &quot;Resolve-LabModule&quot; to query PowerShell modules" time="0.0403" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;SetLabVMDiskModule&quot; to expand modules" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileModule&quot; method.Calls &quot;SetLabVMDiskModule&quot; to expand modules" time="0.0373" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetLabVMDiskFileUnattendXml&quot; method" executed="True" result="Success" success="True" time="0.1879" asserts="0" description="Validates &quot;SetLabVMDiskFileUnattendXml&quot; method">
                <results>
                  <test-case description="Calls &quot;SetUnattendXml&quot; to create &quot;\Windows\System32\Sysprep\Unattend.xml&quot; file" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileUnattendXml&quot; method.Calls &quot;SetUnattendXml&quot; to create &quot;\Windows\System32\Sysprep\Unattend.xml&quot; file" time="0.0613" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes node &quot;ProductKey&quot; when specified (#134)" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileUnattendXml&quot; method.Passes node &quot;ProductKey&quot; when specified (#134)" time="0.0657" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes media &quot;ProductKey&quot; when specified (#134)" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileUnattendXml&quot; method.Passes media &quot;ProductKey&quot; when specified (#134)" time="0.0306" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Passes node &quot;ProductKey&quot; when node and media key specified (#134)" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileUnattendXml&quot; method.Passes node &quot;ProductKey&quot; when node and media key specified (#134)" time="0.0302" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetLabVMDiskFileBootstrap&quot; method" executed="True" result="Success" success="True" time="0.2019" asserts="0" description="Validates &quot;SetLabVMDiskFileBootstrap&quot; method">
                <results>
                  <test-case description="Calls &quot;SetBootStrap&quot; to inject default bootstrap" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileBootstrap&quot; method.Calls &quot;SetBootStrap&quot; to inject default bootstrap" time="0.0564" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;SetBootStrap&quot; to inject custom bootstrap when specified" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileBootstrap&quot; method.Calls &quot;SetBootStrap&quot; to inject custom bootstrap when specified" time="0.0865" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;SetBootStrap&quot; with &quot;CoreCLR&quot; to inject CoreCLR bootstrap when specified" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileBootstrap&quot; method.Calls &quot;SetBootStrap&quot; with &quot;CoreCLR&quot; to inject CoreCLR bootstrap when specified" time="0.0323" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;SetSetupCompleteCmd&quot; with &quot;\Windows\Setup\Scripts&quot; path" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileBootstrap&quot; method.Calls &quot;SetSetupCompleteCmd&quot; with &quot;\Windows\Setup\Scripts&quot; path" time="0.0267" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetLabVMDiskFileMof&quot; method" executed="True" result="Success" success="True" time="0.1103" asserts="0" description="Validates &quot;SetLabVMDiskFileMof&quot; method">
                <results>
                  <test-case description="Warns if .mof file cannot be found" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileMof&quot; method.Warns if .mof file cannot be found" time="0.0525" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Copies .mof file if found" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileMof&quot; method.Copies .mof file if found" time="0.0275" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Copies .meta.mof file if found" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileMof&quot; method.Copies .meta.mof file if found" time="0.0303" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;SetLabVMDiskFileCertificate&quot; method" executed="True" result="Success" success="True" time="0.1715" asserts="0" description="Validates &quot;SetLabVMDiskFileCertificate&quot; method">
                <results>
                  <test-case description="Copies default client certificate" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileCertificate&quot; method.Copies default client certificate" time="0.0643" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Copies default root certificate" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileCertificate&quot; method.Copies default root certificate" time="0.0364" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Copies custom client certificate" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileCertificate&quot; method.Copies custom client certificate" time="0.0349" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Copies custom root certificate" name="Src\LabVMDiskFile.Validates &quot;SetLabVMDiskFileCertificate&quot; method.Copies custom root certificate" time="0.0359" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabVMSnapshot.Tests.ps1" executed="True" result="Success" success="True" time="0.2892" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Src\LabVMSnapshot.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\LabVMSnapshot" executed="True" result="Success" success="True" time="0.2892" asserts="0" description="Src\LabVMSnapshot">
            <results>
              <test-suite type="TestFixture" name="Validates &quot;RemoveLabVMSnapshot&quot; method" executed="True" result="Success" success="True" time="0.1635" asserts="0" description="Validates &quot;RemoveLabVMSnapshot&quot; method">
                <results>
                  <test-case description="Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" name="Src\LabVMSnapshot.Validates &quot;RemoveLabVMSnapshot&quot; method.Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" time="0.1254" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Calls &quot;Remove-VMSnapshot&quot; for each virtual machine snapshot" name="Src\LabVMSnapshot.Validates &quot;RemoveLabVMSnapshot&quot; method.Calls &quot;Remove-VMSnapshot&quot; for each virtual machine snapshot" time="0.0381" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;NewLabVMSnapshot&quot; method" executed="True" result="Success" success="True" time="0.0533" asserts="0" description="Validates &quot;NewLabVMSnapshot&quot; method">
                <results>
                  <test-case description="Calls &quot;Checkpoint-VM&quot; for each virtual machine specified" name="Src\LabVMSnapshot.Validates &quot;NewLabVMSnapshot&quot; method.Calls &quot;Checkpoint-VM&quot; for each virtual machine specified" time="0.0533" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Validates &quot;GetLabVMSnapshot&quot; method" executed="True" result="Success" success="True" time="0.0724" asserts="0" description="Validates &quot;GetLabVMSnapshot&quot; method">
                <results>
                  <test-case description="Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" name="Src\LabVMSnapshot.Validates &quot;GetLabVMSnapshot&quot; method.Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" time="0.0498" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Warns when snapshot name cannot be found" name="Src\LabVMSnapshot.Validates &quot;GetLabVMSnapshot&quot; method.Warns when snapshot name cannot be found" time="0.0226" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Assert-LabConfigurationMof.Tests.ps1" executed="True" result="Success" success="True" time="0.1785" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Assert-LabConfigurationMof.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Assert-LabConfigurationMof" executed="True" result="Success" success="True" time="0.1785" asserts="0" description="Unit\Src\Private\Assert-LabConfigurationMof">
            <results>
              <test-case description="Throws if path is invalid" name="Unit\Src\Private\Assert-LabConfigurationMof.Throws if path is invalid" time="0.1046" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not throw if &quot;.mof&quot; and &quot;.meta.mof&quot; files exist" name="Unit\Src\Private\Assert-LabConfigurationMof.Does not throw if &quot;.mof&quot; and &quot;.meta.mof&quot; files exist" time="0.0162" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Throws if &quot;.mof&quot; file is missing" name="Unit\Src\Private\Assert-LabConfigurationMof.Throws if &quot;.mof&quot; file is missing" time="0.0176" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Warns if &quot;.meta.mof&quot; file is missing" name="Unit\Src\Private\Assert-LabConfigurationMof.Warns if &quot;.meta.mof&quot; file is missing" time="0.0207" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Warns if &quot;.mof&quot; file is missing but -SkipMofCheck is specified" name="Unit\Src\Private\Assert-LabConfigurationMof.Warns if &quot;.mof&quot; file is missing but -SkipMofCheck is specified" time="0.0194" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Expand-LabImage.Tests.ps1" executed="True" result="Success" success="True" time="0.6661" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Expand-LabImage.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\Private\Expand-LabImage" executed="True" result="Success" success="True" time="0.6661" asserts="0" description="Src\Private\Expand-LabImage">
            <results>
              <test-case description="Mounts ISO image" name="Src\Private\Expand-LabImage.Mounts ISO image" time="0.1829" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not Mount WIM image" name="Src\Private\Expand-LabImage.Does not Mount WIM image" time="0.0322" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Get-WindowsImageByIndex&quot; method when passing &quot;WimImageName&quot;" name="Src\Private\Expand-LabImage.Calls &quot;Get-WindowsImageByIndex&quot; method when passing &quot;WimImageName&quot;" time="0.0648" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Expand-WindowsImage&quot; with specified &quot;WimImageIndex&quot;" name="Src\Private\Expand-LabImage.Calls &quot;Expand-WindowsImage&quot; with specified &quot;WimImageIndex&quot;" time="0.0584" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Expand-WindowsImage&quot; with custom &quot;WimPath&quot;" name="Src\Private\Expand-LabImage.Calls &quot;Expand-WindowsImage&quot; with custom &quot;WimPath&quot;" time="0.0586" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Dismounts ISO image" name="Src\Private\Expand-LabImage.Dismounts ISO image" time="0.0602" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not dismount WIM image" name="Src\Private\Expand-LabImage.Does not dismount WIM image" time="0.0371" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Add-LabImageWindowsOptionalFeature&quot; when &quot;WindowsOptionalFeature&quot; is defined" name="Src\Private\Expand-LabImage.Calls &quot;Add-LabImageWindowsOptionalFeature&quot; when &quot;WindowsOptionalFeature&quot; is defined" time="0.0765" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Add-LabImageWindowsOptionalFeature&quot; with custom &quot;SourcePath&quot;" name="Src\Private\Expand-LabImage.Calls &quot;Add-LabImageWindowsOptionalFeature&quot; with custom &quot;SourcePath&quot;" time="0.0419" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Dismounts ISO image when error is thrown (#166)" name="Src\Private\Expand-LabImage.Dismounts ISO image when error is thrown (#166)" time="0.0535" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-ConfigurationData.Tests.ps1" executed="True" result="Success" success="True" time="0.2876" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-ConfigurationData.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Get-ConfigurationData" executed="True" result="Success" success="True" time="0.2876" asserts="0" description="Unit\Src\Private\Get-ConfigurationData">
            <results>
              <test-case description="Adds missing &quot;CustomBootstrapOrder&quot; property to VM configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing &quot;CustomBootstrapOrder&quot; property to VM configuration" time="0.1131" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Adds missing &quot;SecureBoot&quot; property to VM configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing &quot;SecureBoot&quot; property to VM configuration" time="0.0307" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Adds missing &quot;GuestIntegrationServices&quot; property to VM configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing &quot;GuestIntegrationServices&quot; property to VM configuration" time="0.0314" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Adds missing &quot;OperatingSystem&quot; property to CustomMedia configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing &quot;OperatingSystem&quot; property to CustomMedia configuration" time="0.0289" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Adds missing &quot;DisableLocalFileCaching&quot; property to Host configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing &quot;DisableLocalFileCaching&quot; property to Host configuration" time="0.0271" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Adds missing &quot;EnableCallStackLogging&quot; property to Host configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing &quot;EnableCallStackLogging&quot; property to Host configuration" time="0.0279" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Removes deprecated &quot;UpdatePath&quot; property from Host configuration (Issue #77)" name="Unit\Src\Private\Get-ConfigurationData.Removes deprecated &quot;UpdatePath&quot; property from Host configuration (Issue #77)" time="0.0284" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-LabHostDscConfigurationPath.Tests.ps1" executed="True" result="Success" success="True" time="0.101" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-LabHostDscConfigurationPath.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabHostDefault" executed="True" result="Success" success="True" time="0.101" asserts="0" description="Unit\Src\Private\Get-LabHostDefault">
            <results>
              <test-case description="Returns host configuration path" name="Unit\Src\Private\Get-LabHostDefault.Returns host configuration path" time="0.101" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-LabModuleCache.Tests.ps1" executed="True" result="Success" success="True" time="0.5497" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-LabModuleCache.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabModuleCache" executed="True" result="Success" success="True" time="0.5497" asserts="0" description="Unit\Src\Private\Get-LabModuleCache">
            <results>
              <test-case description="Returns only a single module" name="Unit\Src\Private\Get-LabModuleCache.Returns only a single module" time="0.1048" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns only a single module by &quot;Module&quot;" name="Unit\Src\Private\Get-LabModuleCache.Returns only a single module by &quot;Module&quot;" time="0.03" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns the latest PSGallery module version by default" name="Unit\Src\Private\Get-LabModuleCache.Returns the latest PSGallery module version by default" time="0.0258" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns the latest GitHub module version by default" name="Unit\Src\Private\Get-LabModuleCache.Returns the latest GitHub module version by default" time="0.027" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns the latest PSGallery module version when &quot;MinimumVersion&quot; is specified" name="Unit\Src\Private\Get-LabModuleCache.Returns the latest PSGallery module version when &quot;MinimumVersion&quot; is specified" time="0.0256" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns the latest GitHub module version when &quot;MinimumVersion&quot; is specified" name="Unit\Src\Private\Get-LabModuleCache.Returns the latest GitHub module version when &quot;MinimumVersion&quot; is specified" time="0.0254" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns the exact PSGallery module version when &quot;RequiredVersion&quot; is specified" name="Unit\Src\Private\Get-LabModuleCache.Returns the exact PSGallery module version when &quot;RequiredVersion&quot; is specified" time="0.0265" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns the exact GitHub module version when &quot;RequiredVersion&quot; is specified" name="Unit\Src\Private\Get-LabModuleCache.Returns the exact GitHub module version when &quot;RequiredVersion&quot; is specified" time="0.0282" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not return PSGallery module when &quot;MinimumVersion&quot; is not cached" name="Unit\Src\Private\Get-LabModuleCache.Does not return PSGallery module when &quot;MinimumVersion&quot; is not cached" time="0.0245" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not return PSGallery module when &quot;RequiredVersion&quot; is not cached" name="Unit\Src\Private\Get-LabModuleCache.Does not return PSGallery module when &quot;RequiredVersion&quot; is not cached" time="0.0279" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not return GitHub module when &quot;MinimumVersion&quot; is not cached" name="Unit\Src\Private\Get-LabModuleCache.Does not return GitHub module when &quot;MinimumVersion&quot; is not cached" time="0.0248" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not return GitHub module when &quot;RequiredVersion&quot; is not cached" name="Unit\Src\Private\Get-LabModuleCache.Does not return GitHub module when &quot;RequiredVersion&quot; is not cached" time="0.0294" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns a FileSystem provider [System.IO.DirectoryInfo] object type" name="Unit\Src\Private\Get-LabModuleCache.Returns a FileSystem provider [System.IO.DirectoryInfo] object type" time="0.0194" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns a FileSystem provider [System.IO.FileInfo] object type" name="Unit\Src\Private\Get-LabModuleCache.Returns a FileSystem provider [System.IO.FileInfo] object type" time="0.0237" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Throws if module &quot;Name&quot; is not specified" name="Unit\Src\Private\Get-LabModuleCache.Throws if module &quot;Name&quot; is not specified" time="0.0179" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Throws if GitHub module &quot;Owner&quot; is not specified" name="Unit\Src\Private\Get-LabModuleCache.Throws if GitHub module &quot;Owner&quot; is not specified" time="0.0184" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Throws if FileSystem module &quot;Path&quot; is not specified" name="Unit\Src\Private\Get-LabModuleCache.Throws if FileSystem module &quot;Path&quot; is not specified" time="0.0177" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Throws if FileSystem module &quot;Path&quot; does not exist" name="Unit\Src\Private\Get-LabModuleCache.Throws if FileSystem module &quot;Path&quot; does not exist" time="0.0154" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Throws if FileSystem module &quot;Path&quot; is not a &quot;.zip&quot; file" name="Unit\Src\Private\Get-LabModuleCache.Throws if FileSystem module &quot;Path&quot; is not a &quot;.zip&quot; file" time="0.0194" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Throws if unsupported hashtable key is used (#170)" name="Unit\Src\Private\Get-LabModuleCache.Throws if unsupported hashtable key is used (#170)" time="0.0181" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-LabVirtualMachineProperty.Tests.ps1" executed="True" result="Success" success="True" time="0.579" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-LabVirtualMachineProperty.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabVirtualMachineProperty" executed="True" result="Success" success="True" time="0.579" asserts="0" description="Unit\Src\Private\Get-LabVirtualMachineProperty">
            <results>
              <test-case description="Returns generation 1 VM for x86 media architecture" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 1 VM for x86 media architecture" time="0.1183" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns generation 2 VM for x64 media architecture" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 2 VM for x64 media architecture" time="0.0332" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns generation 1 VM when custom &quot;MBR&quot; partition style is defined" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 1 VM when custom &quot;MBR&quot; partition style is defined" time="0.0316" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns generation 2 VM when custom &quot;GPT&quot; partition style is defined" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 2 VM when custom &quot;GPT&quot; partition style is defined" time="0.0341" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns generation 1 VM when image generation is &quot;VHD&quot;, but media &quot;x64&quot; and partition style is &quot;GPT&quot;" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 1 VM when image generation is &quot;VHD&quot;, but media &quot;x64&quot; and partition style is &quot;GPT&quot;" time="0.0342" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns generation 1 VM when image generation is &quot;VHDX&quot;, but custom data &quot;VmGeneration&quot; is &quot;1&quot;" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 1 VM when image generation is &quot;VHDX&quot;, but custom data &quot;VmGeneration&quot; is &quot;1&quot;" time="0.031" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns generation 2 VM when image generation is &quot;VHD&quot;, but custom data &quot;VmGeneration&quot; is &quot;2&quot;" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 2 VM when image generation is &quot;VHD&quot;, but custom data &quot;VmGeneration&quot; is &quot;2&quot;" time="0.0343" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns additional &quot;VhdPath&quot; property" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns additional &quot;VhdPath&quot; property" time="0.0327" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns additional &quot;RestartIfNeeded&quot; property" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns additional &quot;RestartIfNeeded&quot; property" time="0.0318" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not return &quot;Media&quot; property" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Does not return &quot;Media&quot; property" time="0.0321" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not return &quot;EnableGuestService&quot; property by default" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Does not return &quot;EnableGuestService&quot; property by default" time="0.0339" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns &quot;EnableGuestService&quot; property when &quot;GuestIntegrationServices&quot; is specified" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns &quot;EnableGuestService&quot; property when &quot;GuestIntegrationServices&quot; is specified" time="0.0356" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;ResolveLabMedia&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Calls &quot;ResolveLabMedia&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0296" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0311" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not return &quot;ConfigurationData&quot; property by default (#97)" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Does not return &quot;ConfigurationData&quot; property by default (#97)" time="0.0355" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-WindowsImageByIndex.Tests.ps1" executed="True" result="Success" success="True" time="0.1724" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-WindowsImageByIndex.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\Private\Get-WindowsImageByIndex" executed="True" result="Success" success="True" time="0.1724" asserts="0" description="Src\Private\Get-WindowsImageByIndex">
            <results>
              <test-case description="Returns a &quot;System.Int32&quot; type" name="Src\Private\Get-WindowsImageByIndex.Returns a &quot;System.Int32&quot; type" time="0.1274" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns the matching image index if found" name="Src\Private\Get-WindowsImageByIndex.Returns the matching image index if found" time="0.0196" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns nothing when image index is not found" name="Src\Private\Get-WindowsImageByIndex.Returns nothing when image index is not found" time="0.0255" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-WindowsImageByName.Tests.ps1" executed="True" result="Success" success="True" time="0.1702" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Get-WindowsImageByName.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Src\Private\Get-WindowsImageByName" executed="True" result="Success" success="True" time="0.1702" asserts="0" description="Src\Private\Get-WindowsImageByName">
            <results>
              <test-case description="Returns a &quot;System.String&quot; type" name="Src\Private\Get-WindowsImageByName.Returns a &quot;System.String&quot; type" time="0.1285" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns the matching image name" name="Src\Private\Get-WindowsImageByName.Returns the matching image name" time="0.0195" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns nothing when image name is not found" name="Src\Private\Get-WindowsImageByName.Returns nothing when image name is not found" time="0.0222" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Remove-ConfigurationData.Tests.ps1" executed="True" result="Success" success="True" time="0.113" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Remove-ConfigurationData.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Remove-ConfigurationData" executed="True" result="Success" success="True" time="0.113" asserts="0" description="Unit\Src\Private\Remove-ConfigurationData">
            <results>
              <test-case description="Removes configuration file" name="Unit\Src\Private\Remove-ConfigurationData.Removes configuration file" time="0.113" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Remove-LabVirtualMachine.Tests.ps1" executed="True" result="Success" success="True" time="0.1688" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Remove-LabVirtualMachine.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Remove-LabVirtualMachine" executed="True" result="Success" success="True" time="0.1688" asserts="0" description="Unit\Src\Private\Remove-LabVirtualMachine">
            <results>
              <test-case description="Imports Hyper-V DSC resource" name="Unit\Src\Private\Remove-LabVirtualMachine.Imports Hyper-V DSC resource" time="0.1136" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Invokes Hyper-V DSC resource" name="Unit\Src\Private\Remove-LabVirtualMachine.Invokes Hyper-V DSC resource" time="0.0255" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Get-LabVirtualMachineProperty&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Unit\Src\Private\Remove-LabVirtualMachine.Calls &quot;Get-LabVirtualMachineProperty&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0297" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-ConfigurationDataPath.Tests.ps1" executed="True" result="Success" success="True" time="0.2668" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-ConfigurationDataPath.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-ConfigurationDataPath" executed="True" result="Success" success="True" time="0.2668" asserts="0" description="Unit\Src\Private\Resolve-ConfigurationDataPath">
            <results>
              <test-case description="Resolves 'Host' to module path when custom configuration does not exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'Host' to module path when custom configuration does not exist" time="0.1042" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Resolves 'Host' to %ALLUSERSPROFILE% path when custom configuration does exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'Host' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.0167" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Resolves 'VM' to module path when custom configuration does not exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'VM' to module path when custom configuration does not exist" time="0.0226" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Resolves 'VM' to %ALLUSERSPROFILE% path when custom configuration does exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'VM' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.0175" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Resolves 'Media' to module path when custom configuration does not exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'Media' to module path when custom configuration does not exist" time="0.0209" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Resolves 'Media' to %ALLUSERSPROFILE% path when custom configuration does exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'Media' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.0175" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Resolves 'CustomMedia' to module path when custom configuration does not exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'CustomMedia' to module path when custom configuration does not exist" time="0.0237" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Resolves 'CustomMedia' to %ALLUSERSPROFILE% path when custom configuration does exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'CustomMedia' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.0176" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Resolves environment variables in resulting path" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves environment variables in resulting path" time="0.0262" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-ConfigurationPath.Tests.ps1" executed="True" result="Success" success="True" time="0.3017" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-ConfigurationPath.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-ConfigurationPath" executed="True" result="Success" success="True" time="0.3017" asserts="0" description="Unit\Src\Private\Resolve-ConfigurationPath">
            <results>
              <test-case description="returns mof in the specified path root" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the specified path root" time="0.1174" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="returns mof in the specified path configuration folder" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the specified path configuration folder" time="0.0345" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="returns mof in the Configurations folder" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the Configurations folder" time="0.0406" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="returns mof in the default Configurations configuration folder" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the default Configurations configuration folder" time="0.0423" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="returns mof in the $PWD" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the $PWD" time="0.0323" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="returns mof in the $PWD configuration folder" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the $PWD configuration folder" time="0.0347" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-LabImage.Tests.ps1" executed="True" result="Success" success="True" time="0.1148" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-LabImage.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabImage" executed="True" result="Success" success="True" time="0.1148" asserts="0" description="Unit\Src\Private\Resolve-LabImage">
            <results>
              <test-case description="resolves VHD/X path to the associated Lability image." name="Unit\Src\Private\Resolve-LabImage.resolves VHD/X path to the associated Lability image." time="0.1148" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-LabModule.Tests.ps1" executed="True" result="Success" success="True" time="0.1879" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-LabModule.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabModule" executed="True" result="Success" success="True" time="0.1879" asserts="0" description="Unit\Src\Private\Resolve-LabModule">
            <results>
              <test-case description="Returns &quot;System.Collections.Hashtable&quot; object type" name="Unit\Src\Private\Resolve-LabModule.Returns &quot;System.Collections.Hashtable&quot; object type" time="0.1015" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns all PowerShell modules when not defined on the node" name="Unit\Src\Private\Resolve-LabModule.Returns all PowerShell modules when not defined on the node" time="0.0234" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns all DSC resources when not defined on the node" name="Unit\Src\Private\Resolve-LabModule.Returns all DSC resources when not defined on the node" time="0.0209" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns PowerShell modules only defined on the node" name="Unit\Src\Private\Resolve-LabModule.Returns PowerShell modules only defined on the node" time="0.0211" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns DSC resource modules only defined on the node" name="Unit\Src\Private\Resolve-LabModule.Returns DSC resource modules only defined on the node" time="0.021" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-LabVMGenerationDiskPath.Tests.ps1" executed="True" result="Success" success="True" time="0.1265" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-LabVMGenerationDiskPath.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabVMGenerationDiskPath" executed="True" result="Success" success="True" time="0.1265" asserts="0" description="Unit\Src\Private\Resolve-LabVMGenerationDiskPath">
            <results>
              <test-case description="Resolves .VHDX media differencing path" name="Unit\Src\Private\Resolve-LabVMGenerationDiskPath.Resolves .VHDX media differencing path" time="0.1036" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Resolves .VHD media differencing path" name="Unit\Src\Private\Resolve-LabVMGenerationDiskPath.Resolves .VHD media differencing path" time="0.0229" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-NodePropertyValue.Tests.ps1" executed="True" result="Success" success="True" time="0.2802" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-NodePropertyValue.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-NodePropertyValue" executed="True" result="Success" success="True" time="0.2802" asserts="0" description="Unit\Src\Private\Resolve-NodePropertyValue">
            <results>
              <test-case description="Returns a &quot;System.Collections.Hashtable&quot; object type" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns a &quot;System.Collections.Hashtable&quot; object type" time="0.0985" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns node-specific configuration data when present" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns node-specific configuration data when present" time="0.0199" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns node-specific configuration data when present and &quot;NoEnumerateWildcardNode&quot; is specified" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns node-specific configuration data when present and &quot;NoEnumerateWildcardNode&quot; is specified" time="0.0238" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns wildcard node when node-specific data is not defined" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns wildcard node when node-specific data is not defined" time="0.0191" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns default when &quot;NoEnumerateWildcardNode&quot; is specified and node-specific data is not defined" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns default when &quot;NoEnumerateWildcardNode&quot; is specified and node-specific data is not defined" time="0.0276" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns default if wildcard and node-specific data is not present" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns default if wildcard and node-specific data is not present" time="0.0252" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns &quot;Lability_&quot; specific properties over generic properties" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns &quot;Lability_&quot; specific properties over generic properties" time="0.0206" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Adds &quot;EnvironmentPrefix&quot; to &quot;NodeDisplayName&quot; when defined" name="Unit\Src\Private\Resolve-NodePropertyValue.Adds &quot;EnvironmentPrefix&quot; to &quot;NodeDisplayName&quot; when defined" time="0.0232" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Adds &quot;EnvironmentSuffix&quot; to &quot;NodeDisplayName&quot; when defined" name="Unit\Src\Private\Resolve-NodePropertyValue.Adds &quot;EnvironmentSuffix&quot; to &quot;NodeDisplayName&quot; when defined" time="0.0224" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-PSGalleryModuleUri.Tests.ps1" executed="True" result="Success" success="True" time="0.1315" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Resolve-PSGalleryModuleUri.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-PSGalleryModuleUri" executed="True" result="Success" success="True" time="0.1315" asserts="0" description="Unit\Src\Private\Resolve-PSGalleryModuleUri">
            <results>
              <test-case description="Returns default PowerShell Galleyr Uri" name="Unit\Src\Private\Resolve-PSGalleryModuleUri.Returns default PowerShell Galleyr Uri" time="0.0955" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns specified Uri" name="Unit\Src\Private\Resolve-PSGalleryModuleUri.Returns specified Uri" time="0.0158" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns Uri with specific version number when &quot;RequiredVersion&quot; is specified" name="Unit\Src\Private\Resolve-PSGalleryModuleUri.Returns Uri with specific version number when &quot;RequiredVersion&quot; is specified" time="0.0203" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Set-ConfigurationData.Tests.ps1" executed="True" result="Success" success="True" time="0" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Set-ConfigurationData.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Set-ConfigurationData" executed="True" result="Success" success="True" time="0" asserts="0" description="Unit\Src\Private\Set-ConfigurationData">
            <results />
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Set-LabVirtualMachine.Tests.ps1" executed="True" result="Success" success="True" time="0.249" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Set-LabVirtualMachine.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVirtualMachine" executed="True" result="Success" success="True" time="0.249" asserts="0" description="Unit\Src\Private\Set-LabVirtualMachine">
            <results>
              <test-case description="Imports Hyper-V DSC resource" name="Unit\Src\Private\Set-LabVirtualMachine.Imports Hyper-V DSC resource" time="0.1855" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Invokes Hyper-V DSC resource" name="Unit\Src\Private\Set-LabVirtualMachine.Invokes Hyper-V DSC resource" time="0.0288" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Get-LabVirtualMachineProperty&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Unit\Src\Private\Set-LabVirtualMachine.Calls &quot;Get-LabVirtualMachineProperty&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0348" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Set-LabVMDiskFile.Tests.ps1" executed="True" result="Success" success="True" time="0.9191" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Set-LabVMDiskFile.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVMDiskFile" executed="True" result="Success" success="True" time="0.9191" asserts="0" description="Unit\Src\Private\Set-LabVMDiskFile">
            <results>
              <test-case description="Stops &quot;ShellHWDetection&quot; service" name="Unit\Src\Private\Set-LabVMDiskFile.Stops &quot;ShellHWDetection&quot; service" time="0.1919" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Mounts virtual machine VHDX file" name="Unit\Src\Private\Set-LabVMDiskFile.Mounts virtual machine VHDX file" time="0.0669" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Starts &quot;ShellHWDetection&quot; service" name="Unit\Src\Private\Set-LabVMDiskFile.Starts &quot;ShellHWDetection&quot; service" time="0.0678" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;SetLabVMDiskFileResource&quot; to copy node resources" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;SetLabVMDiskFileResource&quot; to copy node resources" time="0.0688" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;SetLabVMDiskFileBootstrap&quot; to copy Lability bootstrap" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;SetLabVMDiskFileBootstrap&quot; to copy Lability bootstrap" time="0.0711" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;SetLabVMDiskFileUnattendXml&quot; to copy unattended installation file" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;SetLabVMDiskFileUnattendXml&quot; to copy unattended installation file" time="0.0723" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;SetLabVMDiskFileMof&quot; to copy node DSC configuaration files" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;SetLabVMDiskFileMof&quot; to copy node DSC configuaration files" time="0.0762" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;SetLabVMDiskFileCertificate&quot; to copy node certificate files" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;SetLabVMDiskFileCertificate&quot; to copy node certificate files" time="0.081" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;SetLabVMDiskFileModule&quot; to copy PowerShell/DSC resource modules" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;SetLabVMDiskFileModule&quot; to copy PowerShell/DSC resource modules" time="0.0762" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Dismounts virtual machine VHDX file" name="Unit\Src\Private\Set-LabVMDiskFile.Dismounts virtual machine VHDX file" time="0.0813" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Dismounts virtual machine VHDX file when error is thrown" name="Unit\Src\Private\Set-LabVMDiskFile.Dismounts virtual machine VHDX file when error is thrown" time="0.0655" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Test-ConfigurationPath.Tests.ps1" executed="True" result="Success" success="True" time="0.1358" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Test-ConfigurationPath.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Test-ConfigurationPath" executed="True" result="Success" success="True" time="0.1358" asserts="0" description="Unit\Src\Private\Test-ConfigurationPath">
            <results>
              <test-case description="returns $true when .mof found" name="Unit\Src\Private\Test-ConfigurationPath.returns $true when .mof found" time="0.1083" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="returns $true when .meta.mof found" name="Unit\Src\Private\Test-ConfigurationPath.returns $true when .meta.mof found" time="0.0145" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="returns $false when .mof and .meta.mof not found" name="Unit\Src\Private\Test-ConfigurationPath.returns $false when .mof and .meta.mof not found" time="0.013" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Test-LabVirtualMachine.Tests.ps1" executed="True" result="Success" success="True" time="0.2618" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Private\Test-LabVirtualMachine.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Private\Test-LabVirtualMachine" executed="True" result="Success" success="True" time="0.2618" asserts="0" description="Unit\Src\Private\Test-LabVirtualMachine">
            <results>
              <test-case description="Imports Hyper-V DSC resource" name="Unit\Src\Private\Test-LabVirtualMachine.Imports Hyper-V DSC resource" time="0.1311" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns true when VM matches specified configuration" name="Unit\Src\Private\Test-LabVirtualMachine.Returns true when VM matches specified configuration" time="0.0353" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns false when VM does not match specified configuration" name="Unit\Src\Private\Test-LabVirtualMachine.Returns false when VM does not match specified configuration" time="0.0308" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns false when error is thrown" name="Unit\Src\Private\Test-LabVirtualMachine.Returns false when error is thrown" time="0.0366" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Get-LabVirtualMachineProperty&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Unit\Src\Private\Test-LabVirtualMachine.Calls &quot;Get-LabVirtualMachineProperty&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.028" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Checkpoint-Lab.Tests.ps1" executed="True" result="Success" success="True" time="0.2817" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Checkpoint-Lab.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Checkpoint-Lab" executed="True" result="Success" success="True" time="0.2817" asserts="0" description="Unit\Src\Public\Checkpoint-Lab">
            <results>
              <test-case description="Snapshots VMs when powered off" name="Unit\Src\Public\Checkpoint-Lab.Snapshots VMs when powered off" time="0.1293" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Snapshots VM using display name" name="Unit\Src\Public\Checkpoint-Lab.Snapshots VM using display name" time="0.0302" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Errors when there is one running VM" name="Unit\Src\Public\Checkpoint-Lab.Errors when there is one running VM" time="0.0392" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Errors when there are multiple running VMs" name="Unit\Src\Public\Checkpoint-Lab.Errors when there are multiple running VMs" time="0.0388" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Snapshots VMs when there are running VMs and -Force is specified" name="Unit\Src\Public\Checkpoint-Lab.Snapshots VMs when there are running VMs and -Force is specified" time="0.044" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Get-LabHostDefault.Tests.ps1" executed="True" result="Success" success="True" time="0.1003" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Get-LabHostDefault.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabHostDefault" executed="True" result="Success" success="True" time="0.1003" asserts="0" description="Unit\Src\Public\Get-LabHostDefault">
            <results>
              <test-case description="Calls &quot;Get-ConfigurationData&quot;" name="Unit\Src\Public\Get-LabHostDefault.Calls &quot;Get-ConfigurationData&quot;" time="0.1003" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Get-LabImage.Tests.ps1" executed="True" result="Success" success="True" time="0.2842" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Get-LabImage.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabImage" executed="True" result="Success" success="True" time="0.2842" asserts="0" description="Unit\Src\Public\Get-LabImage">
            <results>
              <test-case description="Returns null when there is no parent image when Id specified" name="Unit\Src\Public\Get-LabImage.Returns null when there is no parent image when Id specified" time="0.1213" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns null when there is are no parent images" name="Unit\Src\Public\Get-LabImage.Returns null when there is are no parent images" time="0.03" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns all available parent images when no Id is specified" name="Unit\Src\Public\Get-LabImage.Returns all available parent images when no Id is specified" time="0.0333" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns a single parent image when Id specified" name="Unit\Src\Public\Get-LabImage.Returns a single parent image when Id specified" time="0.0317" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns image generation 'VHD' for VHD file" name="Unit\Src\Public\Get-LabImage.Returns image generation 'VHD' for VHD file" time="0.0344" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns image generation 'VHDX' for VHDX file" name="Unit\Src\Public\Get-LabImage.Returns image generation 'VHDX' for VHDX file" time="0.0335" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Get-LabVM.Tests.ps1" executed="True" result="Success" success="True" time="0.2274" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Get-LabVM.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabVM" executed="True" result="Success" success="True" time="0.2274" asserts="0" description="Unit\Src\Public\Get-LabVM">
            <results>
              <test-case description="Returns a &quot;System.Management.Automation.PSCustomObject&quot; object type" name="Unit\Src\Public\Get-LabVM.Returns a &quot;System.Management.Automation.PSCustomObject&quot; object type" time="0.1152" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns specific node when &quot;Name&quot; is specified" name="Unit\Src\Public\Get-LabVM.Returns specific node when &quot;Name&quot; is specified" time="0.0296" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns all nodes when &quot;Name&quot; is not specified" name="Unit\Src\Public\Get-LabVM.Returns all nodes when &quot;Name&quot; is not specified" time="0.0459" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Errors when node cannot be found" name="Unit\Src\Public\Get-LabVM.Errors when node cannot be found" time="0.0367" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\New-LabImage.Tests.ps1" executed="True" result="Success" success="True" time="1.3865" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\New-LabImage.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\New-LabImage" executed="True" result="Success" success="True" time="1.3865" asserts="0" description="Unit\Src\Public\New-LabImage">
            <results>
              <test-case description="Throws if image already exists" name="Unit\Src\Public\New-LabImage.Throws if image already exists" time="0.1044" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Throws when no &quot;ImageName&quot; is defined (#148)" name="Unit\Src\Public\New-LabImage.Throws when no &quot;ImageName&quot; is defined (#148)" time="0.0656" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Deletes parent VHDX when image creation fails" name="Unit\Src\Public\New-LabImage.Deletes parent VHDX when image creation fails" time="0.0649" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Deletes existing image if it already exists and -Force is specified" name="Unit\Src\Public\New-LabImage.Deletes existing image if it already exists and -Force is specified" time="0.0756" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;InvokeLabMediaImageDownload&quot; to download ISO media (if not present)" name="Unit\Src\Public\New-LabImage.Calls &quot;InvokeLabMediaImageDownload&quot; to download ISO media (if not present)" time="0.0757" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;NewDiskImage&quot; with -PassThru to leave VHDX mounted" name="Unit\Src\Public\New-LabImage.Calls &quot;NewDiskImage&quot; with -PassThru to leave VHDX mounted" time="0.0753" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Uses &quot;GPT&quot; partition style for x64 media" name="Unit\Src\Public\New-LabImage.Uses &quot;GPT&quot; partition style for x64 media" time="0.0743" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Uses &quot;MBR&quot; partition style for x86 media" name="Unit\Src\Public\New-LabImage.Uses &quot;MBR&quot; partition style for x86 media" time="0.0729" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Uses custom partition style when specified" name="Unit\Src\Public\New-LabImage.Uses custom partition style when specified" time="0.0734" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Expand-LabImage&quot; with the media WIM image name" name="Unit\Src\Public\New-LabImage.Calls &quot;Expand-LabImage&quot; with the media WIM image name" time="0.0768" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Expand-LabImage&quot; with the media WIM image index" name="Unit\Src\Public\New-LabImage.Calls &quot;Expand-LabImage&quot; with the media WIM image index" time="0.0735" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Expand-LabImage&quot; with &quot;WindowsOptionalFeature&quot;" name="Unit\Src\Public\New-LabImage.Calls &quot;Expand-LabImage&quot; with &quot;WindowsOptionalFeature&quot;" time="0.0762" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Expand-LabImage&quot; with &quot;WimPath&quot;" name="Unit\Src\Public\New-LabImage.Calls &quot;Expand-LabImage&quot; with &quot;WimPath&quot;" time="0.0768" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Expand-LabImage&quot; with &quot;SourcePath&quot;" name="Unit\Src\Public\New-LabImage.Calls &quot;Expand-LabImage&quot; with &quot;SourcePath&quot;" time="0.0758" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;AddDiskImageHotfix&quot; to inject hotfixes" name="Unit\Src\Public\New-LabImage.Calls &quot;AddDiskImageHotfix&quot; to inject hotfixes" time="0.0787" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;SetDiskImageBootVolume&quot; to configure boot volume" name="Unit\Src\Public\New-LabImage.Calls &quot;SetDiskImageBootVolume&quot; to configure boot volume" time="0.0765" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Dismounts image" name="Unit\Src\Public\New-LabImage.Dismounts image" time="0.0771" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Test-LabImage&quot; and &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Unit\Src\Public\New-LabImage.Calls &quot;Test-LabImage&quot; and &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0929" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\New-LabVM.Tests.ps1" executed="True" result="Success" success="True" time="0.1843" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\New-LabVM.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\New-LabVM" executed="True" result="Success" success="True" time="0.1843" asserts="0" description="Unit\Src\Public\New-LabVM">
            <results>
              <test-case description="Creates a new virtual machine" name="Unit\Src\Public\New-LabVM.Creates a new virtual machine" time="0.1344" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Creates a new virtual machine without a snapshot when &quot;NoSnapshot&quot; is specified" name="Unit\Src\Public\New-LabVM.Creates a new virtual machine without a snapshot when &quot;NoSnapshot&quot; is specified" time="0.05" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Remove-LabConfiguration.Tests.ps1" executed="True" result="Success" success="True" time="0.152" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Remove-LabConfiguration.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Remove-LabConfiguration" executed="True" result="Success" success="True" time="0.152" asserts="0" description="Unit\Src\Public\Remove-LabConfiguration">
            <results>
              <test-case description="Calls &quot;RemoveLabVM&quot; for each node" name="Unit\Src\Public\Remove-LabConfiguration.Calls &quot;RemoveLabVM&quot; for each node" time="0.152" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Reset-Lab.Tests.ps1" executed="True" result="Success" success="True" time="0.1062" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Reset-Lab.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Reset-Lab" executed="True" result="Success" success="True" time="0.1062" asserts="0" description="Unit\Src\Public\Reset-Lab">
            <results>
              <test-case description="Calls &quot;Restore-Lab&quot; with -Force switch" name="Unit\Src\Public\Reset-Lab.Calls &quot;Restore-Lab&quot; with -Force switch" time="0.1062" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Reset-LabVM.Tests.ps1" executed="True" result="Success" success="True" time="0.2563" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Reset-LabVM.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Reset-LabVM" executed="True" result="Success" success="True" time="0.2563" asserts="0" description="Unit\Src\Public\Reset-LabVM">
            <results>
              <test-case description="Removes existing virtual machine" name="Unit\Src\Public\Reset-LabVM.Removes existing virtual machine" time="0.1357" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Creates a new virtual machine" name="Unit\Src\Public\Reset-LabVM.Creates a new virtual machine" time="0.0627" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Creates a new virtual machine without a snapshot when &quot;NoSnapshot&quot; is specified" name="Unit\Src\Public\Reset-LabVM.Creates a new virtual machine without a snapshot when &quot;NoSnapshot&quot; is specified" time="0.0578" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Restore-Lab.Tests.ps1" executed="True" result="Success" success="True" time="0.3897" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Restore-Lab.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Restore-Lab" executed="True" result="Success" success="True" time="0.3897" asserts="0" description="Unit\Src\Public\Restore-Lab">
            <results>
              <test-case description="Restores specified snapshot when VMs are powered off" name="Unit\Src\Public\Restore-Lab.Restores specified snapshot when VMs are powered off" time="0.2021" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Restores VM snapshot using display name" name="Unit\Src\Public\Restore-Lab.Restores VM snapshot using display name" time="0.0473" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Errors when there is a running VM" name="Unit\Src\Public\Restore-Lab.Errors when there is a running VM" time="0.0446" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Restores specified snapshot when there are running VMs and -Force is specified" name="Unit\Src\Public\Restore-Lab.Restores specified snapshot when there are running VMs and -Force is specified" time="0.0957" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Set-LabHostDefault.Tests.ps1" executed="True" result="Success" success="True" time="0.5099" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Set-LabHostDefault.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Set-LabHostDefault" executed="True" result="Success" success="True" time="0.5099" asserts="0" description="Unit\Src\Public\Set-LabHostDefault">
            <results>
              <test-case description="Resolves path containing an environment variable" name="Unit\Src\Public\Set-LabHostDefault.Resolves path containing an environment variable" time="0.1333" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls 'Set-LabDefaults' with passed 'ConfigurationPath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'ConfigurationPath' parameter" time="0.0405" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls 'Set-LabDefaults' with passed 'DifferencingVhdPath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'DifferencingVhdPath' parameter" time="0.0496" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls 'Set-LabDefaults' with passed 'HotfixPath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'HotfixPath' parameter" time="0.0428" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls 'Set-LabDefaults' with passed 'IsoPath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'IsoPath' parameter" time="0.0461" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls 'Set-LabDefaults' with passed 'ParentVhdPath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'ParentVhdPath' parameter" time="0.0466" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls 'Set-LabDefaults' with passed 'ResourcePath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'ResourcePath' parameter" time="0.0512" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls 'Set-LabDefaults' with passed 'ModuleCachePath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'ModuleCachePath' parameter" time="0.0399" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Set-LabDefaults&quot; with passed &quot;ResourceShareName&quot; parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls &quot;Set-LabDefaults&quot; with passed &quot;ResourceShareName&quot; parameter" time="0.0291" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Throws when passed an invalid path" name="Unit\Src\Public\Set-LabHostDefault.Throws when passed an invalid path" time="0.0307" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Start-Lab.Tests.ps1" executed="True" result="Success" success="True" time="0.4104" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Start-Lab.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Start-Lab" executed="True" result="Success" success="True" time="0.4104" asserts="0" description="Unit\Src\Public\Start-Lab">
            <results>
              <test-case description="Starts all VMs with matching boot order" name="Unit\Src\Public\Start-Lab.Starts all VMs with matching boot order" time="0.1503" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Starts all VMs with differing boot orders individually" name="Unit\Src\Public\Start-Lab.Starts all VMs with differing boot orders individually" time="0.0858" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Starts VM using display name" name="Unit\Src\Public\Start-Lab.Starts VM using display name" time="0.0422" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Starts VMs in boot order" name="Unit\Src\Public\Start-Lab.Starts VMs in boot order" time="0.0878" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not call &quot;Start-Sleep&quot; if a zero boot delay is specified" name="Unit\Src\Public\Start-Lab.Does not call &quot;Start-Sleep&quot; if a zero boot delay is specified" time="0.0443" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Start-LabConfiguration.Tests.ps1" executed="True" result="Success" success="True" time="0.2997" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Start-LabConfiguration.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Start-LabConfiguration" executed="True" result="Success" success="True" time="0.2997" asserts="0" description="Unit\Src\Public\Start-LabConfiguration">
            <results>
              <test-case description="Throws is &quot;Test-LabHostConfiguration&quot; fails" name="Unit\Src\Public\Start-LabConfiguration.Throws is &quot;Test-LabHostConfiguration&quot; fails" time="0.1052" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Throws if path is invalid" name="Unit\Src\Public\Start-LabConfiguration.Throws if path is invalid" time="0.0337" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;NewLabVM&quot; if node is not configured" name="Unit\Src\Public\Start-LabConfiguration.Calls &quot;NewLabVM&quot; if node is not configured" time="0.0583" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not call &quot;NewLabVM&quot; if node is configured" name="Unit\Src\Public\Start-LabConfiguration.Does not call &quot;NewLabVM&quot; if node is configured" time="0.046" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;NewLabVM&quot; if node is configured but -Force is specified" name="Unit\Src\Public\Start-LabConfiguration.Calls &quot;NewLabVM&quot; if node is configured but -Force is specified" time="0.0566" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Stop-Lab.Tests.ps1" executed="True" result="Success" success="True" time="0.4381" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Stop-Lab.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Stop-Lab" executed="True" result="Success" success="True" time="0.4381" asserts="0" description="Unit\Src\Public\Stop-Lab">
            <results>
              <test-case description="Stops all VMs with matching boot order" name="Unit\Src\Public\Stop-Lab.Stops all VMs with matching boot order" time="0.1412" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Stops all VMs with differing boot orders individually" name="Unit\Src\Public\Stop-Lab.Stops all VMs with differing boot orders individually" time="0.0828" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Stops VM using display name" name="Unit\Src\Public\Stop-Lab.Stops VM using display name" time="0.0442" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Stops VMs in boot order" name="Unit\Src\Public\Stop-Lab.Stops VMs in boot order" time="0.0837" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Stop-VM&quot; with &quot;Force&quot;" name="Unit\Src\Public\Stop-Lab.Calls &quot;Stop-VM&quot; with &quot;Force&quot;" time="0.046" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Does not call &quot;Start-Sleep&quot; if a zero boot delay is specified" name="Unit\Src\Public\Stop-Lab.Does not call &quot;Start-Sleep&quot; if a zero boot delay is specified" time="0.0402" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Test-LabConfiguration.Tests.ps1" executed="True" result="Success" success="True" time="0.1523" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Test-LabConfiguration.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabConfiguration" executed="True" result="Success" success="True" time="0.1523" asserts="0" description="Unit\Src\Public\Test-LabConfiguration">
            <results>
              <test-case description="Calls &quot;Test-LabVM&quot; for each node" name="Unit\Src\Public\Test-LabConfiguration.Calls &quot;Test-LabVM&quot; for each node" time="0.1523" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Test-LabImage.Tests.ps1" executed="True" result="Success" success="True" time="0.1718" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Test-LabImage.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabImage" executed="True" result="Success" success="True" time="0.1718" asserts="0" description="Unit\Src\Public\Test-LabImage">
            <results>
              <test-case description="Passes when parent image is found" name="Unit\Src\Public\Test-LabImage.Passes when parent image is found" time="0.1175" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Fails when parent image is not found" name="Unit\Src\Public\Test-LabImage.Fails when parent image is not found" time="0.0279" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Unit\Src\Public\Test-LabImage.Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0265" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Test-LabVM.Tests.ps1" executed="True" result="Success" success="True" time="0.5102" asserts="0" description="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability\Tests\Unit\Src\Public\Test-LabVM.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabVM" executed="True" result="Success" success="True" time="0.5102" asserts="0" description="Unit\Src\Public\Test-LabVM">
            <results>
              <test-case description="Returns a &quot;System.Boolean&quot; object type" name="Unit\Src\Public\Test-LabVM.Returns a &quot;System.Boolean&quot; object type" time="0.1473" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Returns a result for each VM when &quot;Name&quot; is not specified" name="Unit\Src\Public\Test-LabVM.Returns a result for each VM when &quot;Name&quot; is not specified" time="0.0681" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Passes when VM is configured correctly" name="Unit\Src\Public\Test-LabVM.Passes when VM is configured correctly" time="0.0527" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Fails when image is invalid" name="Unit\Src\Public\Test-LabVM.Fails when image is invalid" time="0.0398" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Fails when switch configuration is incorrect" name="Unit\Src\Public\Test-LabVM.Fails when switch configuration is incorrect" time="0.0546" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Fails when VM disk configuration is invalid" name="Unit\Src\Public\Test-LabVM.Fails when VM disk configuration is invalid" time="0.0413" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Fails when VM configuration is incorrect" name="Unit\Src\Public\Test-LabVM.Fails when VM configuration is incorrect" time="0.0465" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Calls &quot;Test-LabImage&quot; and &quot;TestLabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" name="Unit\Src\Public\Test-LabVM.Calls &quot;Test-LabImage&quot; and &quot;TestLabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" time="0.0599" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
    </results>
  </test-suite>
</test-results>