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="692" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2019-01-20" time="22:15:35">
  <environment user="Iain" machine-name="VEIBLAPTOP" cwd="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability" user-domain="VEIBLAPTOP" platform="Microsoft Windows 10 Pro|C:\Windows|\Device\Harddisk0\Partition4" nunit-version="2.5.8.0" os-version="10.0.17763" clr-version="4.0.30319.42000" />
  <culture-info current-culture="en-GB" current-uiculture="en-US" />
  <test-suite type="Powershell" name="Pester" executed="True" result="Success" success="True" time="41.4603" asserts="0">
    <results>
      <test-suite type="TestFixture" name="Src\Private\Add-DiskImageHotfix" executed="True" result="Success" success="True" time="0.6095" asserts="0" description="Src\Private\Add-DiskImageHotfix">
        <results>
          <test-case description="Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" name="Src\Private\Add-DiskImageHotfix.Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" time="0.2357" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" name="Src\Private\Add-DiskImageHotfix.Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" time="0.0358" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Add-WindowsPackage&quot; for a single hotfix" name="Src\Private\Add-DiskImageHotfix.Calls &quot;Add-WindowsPackage&quot; for a single hotfix" time="0.0655" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Add-WindowsPackage&quot; for a single hotfix" name="Src\Private\Add-DiskImageHotfix.Calls &quot;Add-WindowsPackage&quot; for a single hotfix" time="0.0636" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" name="Src\Private\Add-DiskImageHotfix.Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" time="0.0896" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" name="Src\Private\Add-DiskImageHotfix.Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" time="0.0758" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-LabMediaDownload&quot; with checksum when defind (#329)" name="Src\Private\Add-DiskImageHotfix.Calls &quot;Invoke-LabMediaDownload&quot; with checksum when defind (#329)" time="0.0435" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Assert-LabConfigurationMof" executed="True" result="Success" success="True" time="0.2229" 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.1777" 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.009" 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.0106" 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.0142" 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.0113" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Assert-VirtualMachineHardDiskDriveParameter" executed="True" result="Success" success="True" time="0.2236" asserts="0" description="Unit\Src\Private\Assert-VirtualMachineHardDiskDriveParameter">
        <results>
          <test-case description="Should throw if mandatory parameters are missing" name="Unit\Src\Private\Assert-VirtualMachineHardDiskDriveParameter.Should throw if mandatory parameters are missing" time="0.1578" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should throw if VHD type and VHD path are specified" name="Unit\Src\Private\Assert-VirtualMachineHardDiskDriveParameter.Should throw if VHD type and VHD path are specified" time="0.0104" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should throw if VHD size and VHD path are specified" name="Unit\Src\Private\Assert-VirtualMachineHardDiskDriveParameter.Should throw if VHD size and VHD path are specified" time="0.0103" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should throw if VHD size is less than 3MB" name="Unit\Src\Private\Assert-VirtualMachineHardDiskDriveParameter.Should throw if VHD size is less than 3MB" time="0.0089" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should throw if VHD size is greater than 2040GB" name="Unit\Src\Private\Assert-VirtualMachineHardDiskDriveParameter.Should throw if VHD size is greater than 2040GB" time="0.0091" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should throw if VHD path is a directory path" name="Unit\Src\Private\Assert-VirtualMachineHardDiskDriveParameter.Should throw if VHD path is a directory path" time="0.0092" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should throw if VHD type is VHD and virtual machine is generation 2" name="Unit\Src\Private\Assert-VirtualMachineHardDiskDriveParameter.Should throw if VHD type is VHD and virtual machine is generation 2" time="0.0101" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should not throw if VHD type is VHDX and virtual machine is generation 2" name="Unit\Src\Private\Assert-VirtualMachineHardDiskDriveParameter.Should not throw if VHD type is VHDX and virtual machine is generation 2" time="0.0079" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Clear-LabVirtualMachine" executed="True" result="Success" success="True" time="0.2904" asserts="0" description="Unit\Src\Private\Clear-LabVirtualMachine">
        <results>
          <test-case description="Imports Hyper-V DSC resource" name="Unit\Src\Private\Clear-LabVirtualMachine.Imports Hyper-V DSC resource" time="0.2287" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Invokes Hyper-V DSC resource" name="Unit\Src\Private\Clear-LabVirtualMachine.Invokes Hyper-V DSC resource" time="0.0294" 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\Clear-LabVirtualMachine.Calls &quot;Get-LabVirtualMachineProperty&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0324" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Convert-PSObjectToHashtable" executed="True" result="Success" success="True" time="0.1968" asserts="0" description="Src\Private\Convert-PSObjectToHashtable">
        <results>
          <test-case description="Returns a &quot;System.Collections.Hashtable&quot; object" name="Src\Private\Convert-PSObjectToHashtable.Returns a &quot;System.Collections.Hashtable&quot; object" time="0.1583" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Converts property value types correctly" name="Src\Private\Convert-PSObjectToHashtable.Converts property value types correctly" time="0.0102" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Ignores &quot;$null&quot; values when specified" name="Src\Private\Convert-PSObjectToHashtable.Ignores &quot;$null&quot; values when specified" time="0.0064" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Converts nested &quot;PSCustomObject&quot; types to a hashtable" name="Src\Private\Convert-PSObjectToHashtable.Converts nested &quot;PSCustomObject&quot; types to a hashtable" time="0.0064" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Converts nested array &quot;PSCustomObject&quot; types to hashtables (#262)" name="Src\Private\Convert-PSObjectToHashtable.Converts nested array &quot;PSCustomObject&quot; types to hashtables (#262)" time="0.0088" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Converts nested array of &quot;String&quot; types to an array" name="Src\Private\Convert-PSObjectToHashtable.Converts nested array of &quot;String&quot; types to an array" time="0.0068" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Expand-LabImage" executed="True" result="Success" success="True" time="0.811" asserts="0" description="Src\Private\Expand-LabImage">
        <results>
          <test-case description="Mounts ISO image" name="Src\Private\Expand-LabImage.Mounts ISO image" time="0.2631" 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.0444" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Get-WindowsImageByName&quot; method when passing &quot;WimImageName&quot;" name="Src\Private\Expand-LabImage.Calls &quot;Get-WindowsImageByName&quot; method when passing &quot;WimImageName&quot;" time="0.081" 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.0663" 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.0679" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Dismounts ISO image" name="Src\Private\Expand-LabImage.Dismounts ISO image" time="0.0687" 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.0433" 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.076" 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.0488" 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.0514" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Expand-LabIso" executed="True" result="Success" success="True" time="0.3265" asserts="0" description="Src\Private\Expand-LabIso">
        <results>
          <test-case description="Mounts ISO image read-only" name="Src\Private\Expand-LabIso.Mounts ISO image read-only" time="0.2281" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies ISO image contents to destination path recursively" name="Src\Private\Expand-LabIso.Copies ISO image contents to destination path recursively" time="0.0491" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Disounts ISO image" name="Src\Private\Expand-LabIso.Disounts ISO image" time="0.0492" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Expand-LabModuleCache" executed="True" result="Success" success="True" time="0.3392" asserts="0" description="Src\Private\Expand-LabModuleCache">
        <results>
          <test-case description="Returns a [System.IO.DirectoryInfo] object type" name="Src\Private\Expand-LabModuleCache.Returns a [System.IO.DirectoryInfo] object type" time="0.1882" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Cleans existing module directory when &quot;Clean&quot; is specified" name="Src\Private\Expand-LabModuleCache.Cleans existing module directory when &quot;Clean&quot; is specified" time="0.03" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Expand-ZipArchive&quot; when &quot;PSGallery&quot; Provider is specified" name="Src\Private\Expand-LabModuleCache.Calls &quot;Expand-ZipArchive&quot; when &quot;PSGallery&quot; Provider is specified" time="0.0247" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Expand-GitHubZipArchive&quot; when &quot;GitHub&quot; Provider is specified" name="Src\Private\Expand-LabModuleCache.Calls &quot;Expand-GitHubZipArchive&quot; when &quot;GitHub&quot; Provider is specified" time="0.0252" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Expand-GitHubZipArchive&quot; when &quot;GitHub&quot; Provider and &quot;OverrideRepository&quot; are specified" name="Src\Private\Expand-LabModuleCache.Calls &quot;Expand-GitHubZipArchive&quot; when &quot;GitHub&quot; Provider and &quot;OverrideRepository&quot; are specified" time="0.0213" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Expand-ZipArchive&quot; when &quot;FileSystem&quot; Provider is specified and &quot;Path&quot; is a .zip file" name="Src\Private\Expand-LabModuleCache.Calls &quot;Expand-ZipArchive&quot; when &quot;FileSystem&quot; Provider is specified and &quot;Path&quot; is a .zip file" time="0.0209" 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="Src\Private\Expand-LabModuleCache.Calls &quot;Copy-Item&quot; when &quot;FileSystem&quot; Provider is specified and &quot;Path&quot; is a directory" time="0.0289" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Expand-LabResource" executed="True" result="Success" success="True" time="0.5071" asserts="0" description="Unit\Src\Private\Expand-LabResource">
        <results>
          <test-case description="Creates destination &quot;Resources&quot; directory if it does not exist on target file sytem" name="Unit\Src\Private\Expand-LabResource.Creates destination &quot;Resources&quot; directory if it does not exist on target file sytem" time="0.1776" 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="Unit\Src\Private\Expand-LabResource.Invokes &quot;Invoke-LabResourceDownload&quot; with &quot;ResourceId&quot; if resource is not found" time="0.0404" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses resource &quot;Filename&quot; property if specified" name="Unit\Src\Private\Expand-LabResource.Uses resource &quot;Filename&quot; property if specified" time="0.0386" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies resource by default" name="Unit\Src\Private\Expand-LabResource.Copies resource by default" time="0.0449" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies resource to explicit target destination path" name="Unit\Src\Private\Expand-LabResource.Copies resource to explicit target destination path" time="0.0343" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Expand-ZipArchive&quot; if &quot;Expand&quot; property is specified on a &quot;ZIP&quot; resource" name="Unit\Src\Private\Expand-LabResource.Calls &quot;Expand-ZipArchive&quot; if &quot;Expand&quot; property is specified on a &quot;ZIP&quot; resource" time="0.0347" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Expand-ZipArchive&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ZIP&quot; resource" name="Unit\Src\Private\Expand-LabResource.Calls &quot;Expand-ZipArchive&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ZIP&quot; resource" time="0.0335" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Expand-LabIso&quot; if &quot;Expand&quot; property is specified on an &quot;ISO&quot; resource" name="Unit\Src\Private\Expand-LabResource.Calls &quot;Expand-LabIso&quot; if &quot;Expand&quot; property is specified on an &quot;ISO&quot; resource" time="0.0386" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Expand-LabIso&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ISO&quot; resource" name="Unit\Src\Private\Expand-LabResource.Calls &quot;Expand-LabIso&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ISO&quot; resource" time="0.0346" 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="Unit\Src\Private\Expand-LabResource.Throws if &quot;Expand&quot; property is specified on an &quot;EXE&quot; resource" time="0.0301" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Get-ConfigurationData" executed="True" result="Success" success="True" time="0.4113" 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.1932" 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.0223" 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.0245" 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.0226" 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.0246" 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.0246" 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.0268" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds missing &quot;DisableSwitchEnvironmentName&quot; property to Host configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing &quot;DisableSwitchEnvironmentName&quot; property to Host configuration" time="0.0228" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds missing &quot;MaxEnvelopeSizeKb&quot; property to VM configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing &quot;MaxEnvelopeSizeKb&quot; property to VM configuration" time="0.0251" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds missing &quot;UseNetBIOSName&quot; property to VM configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing &quot;UseNetBIOSName&quot; property to VM configuration" time="0.0249" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Get-DiskImageDriveLetter" executed="True" result="Success" success="True" time="0.2111" asserts="0" description="Src\Private\Get-DiskImageDriveLetter">
        <results>
          <test-case description="Throws when no disk letter is found" name="Src\Private\Get-DiskImageDriveLetter.Throws when no disk letter is found" time="0.1849" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when no disk letter is found for specified partition type" name="Src\Private\Get-DiskImageDriveLetter.Throws when no disk letter is found for specified partition type" time="0.0124" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a single character" name="Src\Private\Get-DiskImageDriveLetter.Returns a single character" time="0.0139" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Get-DscResourceModule" executed="True" result="Success" success="True" time="0.244" asserts="0" description="Src\Private\Get-DscResourceModule">
        <results>
          <test-case description="Returns module with &quot;DSCResources&quot;" name="Src\Private\Get-DscResourceModule.Returns module with &quot;DSCResources&quot;" time="0.1626" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns module with &quot;[DSCResource()]&quot;" name="Src\Private\Get-DscResourceModule.Returns module with &quot;[DSCResource()]&quot;" time="0.0226" 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="Src\Private\Get-DscResourceModule.Does not return a module without &quot;DSCResources&quot; and &quot;[DSCResource()]&quot;" time="0.0127" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns versioned module with &quot;DSCResources&quot;" name="Src\Private\Get-DscResourceModule.Returns versioned module with &quot;DSCResources&quot;" time="0.0161" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns versioned module with &quot;[DSCResource()]&quot;" name="Src\Private\Get-DscResourceModule.Returns versioned module with &quot;[DSCResource()]&quot;" time="0.0205" 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="Src\Private\Get-DscResourceModule.Does not return a versioned module without &quot;DSCResources&quot; and &quot;[DSCResource()]&quot;" time="0.0096" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Get-FormattedMessage" executed="True" result="Success" success="True" time="0.1883" asserts="0" description="Src\Private\Get-FormattedMessage">
        <results>
          <test-case description="Does not return call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$null&quot;" name="Src\Private\Get-FormattedMessage.Does not return call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$null&quot;" time="0.1701" 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="Src\Private\Get-FormattedMessage.Does not return call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$false&quot;" time="0.0099" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$true&quot;" name="Src\Private\Get-FormattedMessage.Returns call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$true&quot;" time="0.0083" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Get-LabDscModule" executed="True" result="Success" success="True" time="0.4256" asserts="0" description="Src\Private\Get-LabDscModule">
        <results>
          <test-case description="Throws if module does not exist" name="Src\Private\Get-LabDscModule.Throws if module does not exist" time="0.254" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns DSC resource's parent directory path" name="Src\Private\Get-LabDscModule.Returns DSC resource's parent directory path" time="0.0193" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns DSC resource's DSCResources subdirectory path if ResourceName is specified" name="Src\Private\Get-LabDscModule.Returns DSC resource's DSCResources subdirectory path if ResourceName is specified" time="0.0267" 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="Src\Private\Get-LabDscModule.Errors if DSC resource's subdirectory path does not exist and ResourceName is specified" time="0.025" 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="Src\Private\Get-LabDscModule.Returns $null if DSC resource's subdirectory path does not exist and ResourceName is specified" time="0.0229" 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="Src\Private\Get-LabDscModule.Does not throw if DSC module version is equal to the MinimumVersion specified" time="0.0215" 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="Src\Private\Get-LabDscModule.Does not throw if DSC module version is greater than the MinimumVersion specified" time="0.0189" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Errors if DSC module version is less than the MinimumVersion specified" name="Src\Private\Get-LabDscModule.Errors if DSC module version is less than the MinimumVersion specified" time="0.019" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns $null if DSC module version is less than the MinimumVersion specified" name="Src\Private\Get-LabDscModule.Returns $null if DSC module version is less than the MinimumVersion specified" time="0.0182" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Get-LabDscResource" executed="True" result="Success" success="True" time="0.1667" asserts="0" description="Src\Private\Get-LabDscResource">
        <results>
          <test-case description="Calls &quot;Get-&lt;ResourceName&gt;TargetResource&quot; method" name="Src\Private\Get-LabDscResource.Calls &quot;Get-&lt;ResourceName&gt;TargetResource&quot; method" time="0.1667" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabHostDefault" executed="True" result="Success" success="True" time="0.1573" 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.1573" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabHostSetupConfiguration" executed="True" result="Success" success="True" time="0.239" asserts="0" description="Unit\Src\Private\Get-LabHostSetupConfiguration">
        <results>
          <test-case description="Installs &quot;Microsoft-Hyper-V-All&quot; feature with &quot;WindowsOptionalFeature&quot; on a desktop OS" name="Unit\Src\Private\Get-LabHostSetupConfiguration.Installs &quot;Microsoft-Hyper-V-All&quot; feature with &quot;WindowsOptionalFeature&quot; on a desktop OS" time="0.2027" 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="Unit\Src\Private\Get-LabHostSetupConfiguration.Installs &quot;Hyper-V&quot; feature using &quot;WindowsFeature&quot; on a server OS" time="0.0119" 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="Unit\Src\Private\Get-LabHostSetupConfiguration.Installs &quot;RSAT-Hyper-V-Tools&quot; feature using &quot;WindowsFeature&quot; on a server OS" time="0.0129" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Checks for a pending reboot" name="Unit\Src\Private\Get-LabHostSetupConfiguration.Checks for a pending reboot" time="0.0115" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabModuleCache" executed="True" result="Success" success="True" time="0.5279" 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.2067" 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.0199" 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.023" 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.0177" 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.0228" 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.0229" 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.0179" 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.0187" 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.0176" 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.0191" 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.0194" 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.0228" 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.0142" 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.0122" 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.0166" 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.014" 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.0102" 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.0097" 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.012" 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.0107" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabMofModule" executed="True" result="Success" success="True" time="0.2237" asserts="0" description="Unit\Src\Private\Get-LabMofModule">
        <results>
          <test-case description="Does count individual module references" name="Unit\Src\Private\Get-LabMofModule.Does count individual module references" time="0.1796" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not count duplicate module references" name="Unit\Src\Private\Get-LabMofModule.Does not count duplicate module references" time="0.0126" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Ignores &quot;PSDesiredStateConfiguration&quot; instances" name="Unit\Src\Private\Get-LabMofModule.Ignores &quot;PSDesiredStateConfiguration&quot; instances" time="0.0194" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Ignores &quot;MSFT_Credential&quot; instances" name="Unit\Src\Private\Get-LabMofModule.Ignores &quot;MSFT_Credential&quot; instances" time="0.0122" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabVirtualMachineProperty" executed="True" result="Success" success="True" time="0.6459" 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.1863" 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.0316" 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.0378" 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.0267" 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.0291" 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.0301" 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.0286" 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.0277" 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.0278" 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.0304" 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.0259" 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.0288" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Resolve-LabMedia&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Calls &quot;Resolve-LabMedia&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.024" 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.0335" 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.0385" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not return &quot;AutomaticCheckpoints&quot; property when &quot;Test-WindowsBuildNumber&quot; fails (#294)" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Does not return &quot;AutomaticCheckpoints&quot; property when &quot;Test-WindowsBuildNumber&quot; fails (#294)" time="0.0391" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabVMDisk" executed="True" result="Success" success="True" time="0.242" asserts="0" description="Unit\Src\Private\Get-LabVMDisk">
        <results>
          <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="Unit\Src\Private\Get-LabVMDisk.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.1922" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Get-LabDscResource&quot; with virtual machine name" name="Unit\Src\Private\Get-LabVMDisk.Calls &quot;Get-LabDscResource&quot; with virtual machine name" time="0.0244" 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-LabVMDisk.Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0253" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabVMSnapshot" executed="True" result="Success" success="True" time="0.1913" asserts="0" description="Unit\Src\Private\Get-LabVMSnapshot">
        <results>
          <test-case description="Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" name="Unit\Src\Private\Get-LabVMSnapshot.Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" time="0.1773" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Warns when snapshot name cannot be found" name="Unit\Src\Private\Get-LabVMSnapshot.Warns when snapshot name cannot be found" time="0.014" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Get-ResourceDownload" executed="True" result="Success" success="True" time="0.2567" asserts="0" description="Unit\Src\Private\Get-ResourceDownload">
        <results>
          <test-case description="Returns &quot;System.Collections.Hashtable&quot; type" name="Unit\Src\Private\Get-ResourceDownload.Returns &quot;System.Collections.Hashtable&quot; type" time="0.1791" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns empty checksum if resource does not exist" name="Unit\Src\Private\Get-ResourceDownload.Returns empty checksum if resource does not exist" time="0.0079" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns correct checksum if resource and checksum files exist" name="Unit\Src\Private\Get-ResourceDownload.Returns correct checksum if resource and checksum files exist" time="0.0149" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns correct checksum if resource exists but checksum does not exist" name="Unit\Src\Private\Get-ResourceDownload.Returns correct checksum if resource exists but checksum does not exist" time="0.0162" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns incorrect checksum if incorrect resource and checksum files exist" name="Unit\Src\Private\Get-ResourceDownload.Returns incorrect checksum if incorrect resource and checksum files exist" time="0.0228" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns incorrect checksum if incorrect resource exists but checksum does not exist" name="Unit\Src\Private\Get-ResourceDownload.Returns incorrect checksum if incorrect resource exists but checksum does not exist" time="0.0156" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Get-WindowsImageByName" executed="True" result="Success" success="True" time="0.2209" 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.1917" 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.0127" 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.0165" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Get-WindowsImageByIndex" executed="True" result="Success" success="True" time="0.2722" 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.2383" 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.0168" 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.0171" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Import-LabDscResource" executed="True" result="Success" success="True" time="0.2196" asserts="0" description="Src\Private\Import-LabDscResource">
        <results>
          <test-case description="Does not import module if command is already imported" name="Src\Private\Import-LabDscResource.Does not import module if command is already imported" time="0.1639" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;Get-LabDscModule&quot; if &quot;UseDefault&quot; is not specified" name="Src\Private\Import-LabDscResource.Does not call &quot;Get-LabDscModule&quot; if &quot;UseDefault&quot; is not specified" time="0.0246" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Get-LabDscModule&quot; if &quot;UseDefault&quot; is specified" name="Src\Private\Import-LabDscResource.Calls &quot;Get-LabDscModule&quot; if &quot;UseDefault&quot; is specified" time="0.0311" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Invoke-LabDscResource" executed="True" result="Success" success="True" time="0.2005" asserts="0" description="Src\Private\Invoke-LabDscResource">
        <results>
          <test-case description="Does not call &quot;Set-&lt;ResourceName&gt;TargetResource&quot; if &quot;TestDscResource&quot; passes" name="Src\Private\Invoke-LabDscResource.Does not call &quot;Set-&lt;ResourceName&gt;TargetResource&quot; if &quot;TestDscResource&quot; passes" time="0.1656" 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="Src\Private\Invoke-LabDscResource.Does call &quot;Set-&lt;ResourceName&gt;TargetResource&quot; if &quot;TestDscResource&quot; fails" time="0.0195" 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="Src\Private\Invoke-LabDscResource.Throws when &quot;TestDscResource&quot; fails and &quot;ResourceName&quot; matches &quot;PendingReboot&quot;" time="0.0153" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Invoke-Executable" executed="True" result="Success" success="True" time="0.2334" asserts="0" description="Src\Private\Invoke-Executable">
        <results>
          <test-case description="Calls &quot;Start-Process&quot; with correct process path" name="Src\Private\Invoke-Executable.Calls &quot;Start-Process&quot; with correct process path" time="0.1792" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Start-Process&quot; with correct arguments" name="Src\Private\Invoke-Executable.Calls &quot;Start-Process&quot; with correct arguments" time="0.016" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Waits for &quot;Start-Process&quot; to exit" name="Src\Private\Invoke-Executable.Waits for &quot;Start-Process&quot; to exit" time="0.0178" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Warns when process exits with non-zero exit code" name="Src\Private\Invoke-Executable.Warns when process exits with non-zero exit code" time="0.0204" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Invoke-LabMediaDownload" executed="True" result="Success" success="True" time="0.2254" asserts="0" description="Unit\Src\Private\Invoke-LabMediaDownload">
        <results>
          <test-case description="Returns a &quot;System.IO.FileInfo&quot; object type" name="Unit\Src\Private\Invoke-LabMediaDownload.Returns a &quot;System.IO.FileInfo&quot; object type" time="0.1812" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-ResourceDownload&quot; with &quot;Checksum&quot; parameter when specified" name="Unit\Src\Private\Invoke-LabMediaDownload.Calls &quot;Invoke-ResourceDownload&quot; with &quot;Checksum&quot; parameter when specified" time="0.0195" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-ResourceDownload&quot; with &quot;Force&quot; parameter when specified" name="Unit\Src\Private\Invoke-LabMediaDownload.Calls &quot;Invoke-ResourceDownload&quot; with &quot;Force&quot; parameter when specified" time="0.0247" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Invoke-LabMediaImageDownload" executed="True" result="Success" success="True" time="0.3966" asserts="0" description="Unit\Src\Private\Invoke-LabMediaImageDownload">
        <results>
          <test-case description="Returns a &quot;System.IO.FileInfo&quot; object type" name="Unit\Src\Private\Invoke-LabMediaImageDownload.Returns a &quot;System.IO.FileInfo&quot; object type" time="0.2178" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-ResourceDownload&quot; with &quot;ParentVhdPath&quot; if media type is &quot;VHD&quot;" name="Unit\Src\Private\Invoke-LabMediaImageDownload.Calls &quot;Invoke-ResourceDownload&quot; with &quot;ParentVhdPath&quot; if media type is &quot;VHD&quot;" time="0.0253" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-ResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;ISO&quot;" name="Unit\Src\Private\Invoke-LabMediaImageDownload.Calls &quot;Invoke-ResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;ISO&quot;" time="0.0225" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-ResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;WIM&quot;" name="Unit\Src\Private\Invoke-LabMediaImageDownload.Calls &quot;Invoke-ResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;WIM&quot;" time="0.0322" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-ResourceDownload&quot; with &quot;Force&quot; parameter when specified" name="Unit\Src\Private\Invoke-LabMediaImageDownload.Calls &quot;Invoke-ResourceDownload&quot; with &quot;Force&quot; parameter when specified" time="0.0206" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-ResourceDownload&quot; with large &quot;BufferSize&quot; for file Uris" name="Unit\Src\Private\Invoke-LabMediaImageDownload.Calls &quot;Invoke-ResourceDownload&quot; with large &quot;BufferSize&quot; for file Uris" time="0.0226" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;Invoke-ResourceDownload&quot; when &quot;DisableLocalFileCaching&quot; is enabled" name="Unit\Src\Private\Invoke-LabMediaImageDownload.Does not call &quot;Invoke-ResourceDownload&quot; when &quot;DisableLocalFileCaching&quot; is enabled" time="0.0303" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns source Uri when &quot;DisableLocalFileCaching&quot; is enabled" name="Unit\Src\Private\Invoke-LabMediaImageDownload.Returns source Uri when &quot;DisableLocalFileCaching&quot; is enabled" time="0.0254" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Invoke-LabModuleCacheDownload" executed="True" result="Success" success="True" time="0.667" asserts="0" description="Unit\Src\Private\Invoke-LabModuleCacheDownload">
        <results>
          <test-case description="Downloads module from PSGallery when no Provider is specified" name="Unit\Src\Private\Invoke-LabModuleCacheDownload.Downloads module from PSGallery when no Provider is specified" time="0.1743" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads module from GitHub by ModuleInfo" name="Unit\Src\Private\Invoke-LabModuleCacheDownload.Downloads module from GitHub by ModuleInfo" time="0.026" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads module from PSGallery when &quot;PSGallery&quot; Provider is specified" name="Unit\Src\Private\Invoke-LabModuleCacheDownload.Downloads module from PSGallery when &quot;PSGallery&quot; Provider is specified" time="0.3941" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads module from GitHub when &quot;GitHub&quot; Provider is specified" name="Unit\Src\Private\Invoke-LabModuleCacheDownload.Downloads module from GitHub when &quot;GitHub&quot; Provider is specified" time="0.0239" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not download module when &quot;FileSystem&quot; Provider is specified" name="Unit\Src\Private\Invoke-LabModuleCacheDownload.Does not download module when &quot;FileSystem&quot; Provider is specified" time="0.0219" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not download module when resource is cached" name="Unit\Src\Private\Invoke-LabModuleCacheDownload.Does not download module when resource is cached" time="0.0268" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Invoke-LabModuleDownloadFromGitHub" executed="True" result="Success" success="True" time="0.2563" asserts="0" description="Src\Private\Invoke-LabModuleDownloadFromGitHub">
        <results>
          <test-case description="Returns a [System.IO.FileInfo] object type" name="Src\Private\Invoke-LabModuleDownloadFromGitHub.Returns a [System.IO.FileInfo] object type" time="0.1842" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Resolve-GitHubModuleUri&quot; with &quot;Owner&quot; and &quot;Branch&quot;" name="Src\Private\Invoke-LabModuleDownloadFromGitHub.Calls &quot;Resolve-GitHubModuleUri&quot; with &quot;Owner&quot; and &quot;Branch&quot;" time="0.0264" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Resolve-GitHubModuleUri&quot; with &quot;OverrideRepositoryName&quot; when specified" name="Src\Private\Invoke-LabModuleDownloadFromGitHub.Calls &quot;Resolve-GitHubModuleUri&quot; with &quot;OverrideRepositoryName&quot; when specified" time="0.0246" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;Owner&quot; is not specified" name="Src\Private\Invoke-LabModuleDownloadFromGitHub.Throws when &quot;Owner&quot; is not specified" time="0.0098" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Warns when no &quot;Branch&quot; is specified" name="Src\Private\Invoke-LabModuleDownloadFromGitHub.Warns when no &quot;Branch&quot; is specified" time="0.0114" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Invoke-LabModuleDownloadFromPSGallery" executed="True" result="Success" success="True" time="0.237" asserts="0" description="Src\Private\Invoke-LabModuleDownloadFromPSGallery">
        <results>
          <test-case description="Returns a [System.IO.FileInfo] object type" name="Src\Private\Invoke-LabModuleDownloadFromPSGallery.Returns a [System.IO.FileInfo] object type" time="0.1879" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Resolve-PSGalleryModuleUri&quot; with &quot;RequiredVersion&quot; when specified" name="Src\Private\Invoke-LabModuleDownloadFromPSGallery.Calls &quot;Resolve-PSGalleryModuleUri&quot; with &quot;RequiredVersion&quot; when specified" time="0.0261" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Resolve-PSGalleryModuleUri&quot; with &quot;MinimumVersion&quot; when specified" name="Src\Private\Invoke-LabModuleDownloadFromPSGallery.Calls &quot;Resolve-PSGalleryModuleUri&quot; with &quot;MinimumVersion&quot; when specified" time="0.023" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Invoke-ResourceDownload" executed="True" result="Success" success="True" time="0.2578" asserts="0" description="Unit\Src\Private\Invoke-ResourceDownload">
        <results>
          <test-case description="Returns a &quot;System.Management.Automation.PSCustomObject&quot; type" name="Unit\Src\Private\Invoke-ResourceDownload.Returns a &quot;System.Management.Automation.PSCustomObject&quot; type" time="0.1658" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-ResourceDownload&quot; if &quot;Test-ResourceDownload&quot; fails" name="Unit\Src\Private\Invoke-ResourceDownload.Calls &quot;Set-ResourceDownload&quot; if &quot;Test-ResourceDownload&quot; fails" time="0.0246" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-ResourceDownload&quot; if &quot;Test-ResourceDownload&quot; passes but -Force was specified" name="Unit\Src\Private\Invoke-ResourceDownload.Calls &quot;Set-ResourceDownload&quot; if &quot;Test-ResourceDownload&quot; passes but -Force was specified" time="0.0231" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;Set-ResourceDownload&quot; if &quot;Test-ResourceDownload&quot; passes" name="Unit\Src\Private\Invoke-ResourceDownload.Does not call &quot;Set-ResourceDownload&quot; if &quot;Test-ResourceDownload&quot; passes" time="0.0165" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;Set-ResourceDownload&quot; downloaded resource checksum does not match" name="Unit\Src\Private\Invoke-ResourceDownload.Throws if &quot;Set-ResourceDownload&quot; downloaded resource checksum does not match" time="0.0278" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\New-Directory" executed="True" result="Success" success="True" time="0.2943" asserts="0" description="Unit\Src\Private\New-Directory">
        <results>
          <test-case description="Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;Path&quot; already exists" name="Unit\Src\Private\New-Directory.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;Path&quot; already exists" time="0.1831" 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="Unit\Src\Private\New-Directory.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;Path&quot; does not exist" time="0.0094" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target &quot;Path&quot; if it does not exist" name="Unit\Src\Private\New-Directory.Creates target &quot;Path&quot; if it does not exist" time="0.0107" 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="Unit\Src\Private\New-Directory.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;DirectoryInfo&quot; already exists" time="0.0087" 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="Unit\Src\Private\New-Directory.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;DirectoryInfo&quot; does not exist" time="0.0119" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target &quot;DirectoryInfo&quot; if it does not exist" name="Unit\Src\Private\New-Directory.Creates target &quot;DirectoryInfo&quot; if it does not exist" time="0.0112" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target &quot;Paths&quot; (plural) from parameter input if they do not exist" name="Unit\Src\Private\New-Directory.Creates target &quot;Paths&quot; (plural) from parameter input if they do not exist" time="0.0142" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target &quot;Paths&quot; (plural) from pipeline input if they do not exist" name="Unit\Src\Private\New-Directory.Creates target &quot;Paths&quot; (plural) from pipeline input if they do not exist" time="0.0142" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target &quot;DirectoryInfos&quot; (plural) from parameter input if they do not exist" name="Unit\Src\Private\New-Directory.Creates target &quot;DirectoryInfos&quot; (plural) from parameter input if they do not exist" time="0.0141" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target &quot;DirectoryInfos&quot; (plural) from pipeline input if they do not exist" name="Unit\Src\Private\New-Directory.Creates target &quot;DirectoryInfos&quot; (plural) from pipeline input if they do not exist" time="0.0168" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\New-DiskImage" executed="True" result="Success" success="True" time="0.5038" asserts="0" description="Src\Private\New-DiskImage">
        <results>
          <test-case description="Throws if VHD image already exists" name="Src\Private\New-DiskImage.Throws if VHD image already exists" time="0.1517" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes existing VHD image if it already exists and -Force is specified" name="Src\Private\New-DiskImage.Removes existing VHD image if it already exists and -Force is specified" time="0.0575" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates new VHD file and initializes disk" name="Src\Private\New-DiskImage.Creates new VHD file and initializes disk" time="0.0528" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does dismount VHD file if -PassThru is not specified" name="Src\Private\New-DiskImage.Does dismount VHD file if -PassThru is not specified" time="0.04" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not dismount VHD file if -PassThru is specified" name="Src\Private\New-DiskImage.Does not dismount VHD file if -PassThru is specified" time="0.0376" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates a dynamic disk when no &quot;Type&quot; is defined (#99)" name="Src\Private\New-DiskImage.Creates a dynamic disk when no &quot;Type&quot; is defined (#99)" time="0.0555" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates a fixed disk when &quot;Type&quot; is defined (#99)" name="Src\Private\New-DiskImage.Creates a fixed disk when &quot;Type&quot; is defined (#99)" time="0.052" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates a custom size disk when &quot;Size&quot; is defined (#99)" name="Src\Private\New-DiskImage.Creates a custom size disk when &quot;Size&quot; is defined (#99)" time="0.0567" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\New-DiskImageGpt" executed="True" result="Success" success="True" time="0.423" asserts="0" description="Src\Private\New-DiskImageGpt">
        <results>
          <test-case description="Stops and starts Shell Hardware Detection service" name="Src\Private\New-DiskImageGpt.Stops and starts Shell Hardware Detection service" time="0.2953" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates 250MB system partition" name="Src\Private\New-DiskImageGpt.Creates 250MB system partition" time="0.0441" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates OS partition" name="Src\Private\New-DiskImageGpt.Creates OS partition" time="0.0418" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Formats volume as NTFS" name="Src\Private\New-DiskImageGpt.Formats volume as NTFS" time="0.0418" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\New-DiskImageMbr" executed="True" result="Success" success="True" time="0.3797" asserts="0" description="Src\Private\New-DiskImageMbr">
        <results>
          <test-case description="Stops Shell Hardware Detection service" name="Src\Private\New-DiskImageMbr.Stops Shell Hardware Detection service" time="0.2695" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates a full size active IFS partition" name="Src\Private\New-DiskImageMbr.Creates a full size active IFS partition" time="0.0596" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Formats volume as NTFS" name="Src\Private\New-DiskImageMbr.Formats volume as NTFS" time="0.0506" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\New-LabBootStrap" executed="True" result="Success" success="True" time="0.2031" asserts="0" description="Src\Private\New-LabBootStrap">
        <results>
          <test-case description="Returns a &quot;System.String&quot; type" name="Src\Private\New-LabBootStrap.Returns a &quot;System.String&quot; type" time="0.1852" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Includes custom BootStrap injection point" name="Src\Private\New-LabBootStrap.Includes custom BootStrap injection point" time="0.0068" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Defaults &quot;MaxEnvelopeSizeKb&quot; size to 1024" name="Src\Private\New-LabBootStrap.Defaults &quot;MaxEnvelopeSizeKb&quot; size to 1024" time="0.0055" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;MaxEnvelopeSizeKb&quot; size to &quot;2048&quot; when specified" name="Src\Private\New-LabBootStrap.Sets &quot;MaxEnvelopeSizeKb&quot; size to &quot;2048&quot; when specified" time="0.0056" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\New-LabMedia" executed="True" result="Success" success="True" time="0.2289" asserts="0" description="Unit\Src\Private\New-LabMedia">
        <results>
          <test-case description="Does not throw with valid mandatory parameters" name="Unit\Src\Private\New-LabMedia.Does not throw with valid mandatory parameters" time="0.1551" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws with an invalid Uri" name="Unit\Src\Private\New-LabMedia.Throws with an invalid Uri" time="0.0123" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;Id&quot; parameter is missing" name="Unit\Src\Private\New-LabMedia.Throws when &quot;Id&quot; parameter is missing" time="0.0089" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;Filename&quot; parameter is missing" name="Unit\Src\Private\New-LabMedia.Throws when &quot;Filename&quot; parameter is missing" time="0.0111" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;Architecture&quot; parameter is missing" name="Unit\Src\Private\New-LabMedia.Throws when &quot;Architecture&quot; parameter is missing" time="0.0095" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;MediaType&quot; parameter is missing" name="Unit\Src\Private\New-LabMedia.Throws when &quot;MediaType&quot; parameter is missing" time="0.0095" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;Uri&quot; parameter is missing" name="Unit\Src\Private\New-LabMedia.Throws when &quot;Uri&quot; parameter is missing" time="0.0076" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns &quot;System.Management.Automation.PSCustomObject&quot; object type" name="Unit\Src\Private\New-LabMedia.Returns &quot;System.Management.Automation.PSCustomObject&quot; object type" time="0.008" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates ProductKey custom entry when &quot;ProductKey&quot; is specified" name="Unit\Src\Private\New-LabMedia.Creates ProductKey custom entry when &quot;ProductKey&quot; is specified" time="0.0069" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\New-LabSwitch" executed="True" result="Success" success="True" time="0.1771" asserts="0" description="Unit\Src\Private\New-LabSwitch">
        <results>
          <test-case description="Returns a &quot;System.Collections.Hashtable&quot; object type" name="Unit\Src\Private\New-LabSwitch.Returns a &quot;System.Collections.Hashtable&quot; object type" time="0.1548" 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="Unit\Src\Private\New-LabSwitch.Throws when switch type is &quot;External&quot; and &quot;NetAdapterName&quot; is not specified" time="0.0076" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes &quot;NetAdapterName&quot; if switch type is not &quot;External&quot;" name="Unit\Src\Private\New-LabSwitch.Removes &quot;NetAdapterName&quot; if switch type is not &quot;External&quot;" time="0.0068" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes &quot;AllowManagementOS&quot; if switch type is not &quot;External&quot;" name="Unit\Src\Private\New-LabSwitch.Removes &quot;AllowManagementOS&quot; if switch type is not &quot;External&quot;" time="0.0078" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\New-LabVirtualMachine" executed="True" result="Success" success="True" time="3.116" asserts="0" description="Unit\Src\Private\New-LabVirtualMachine">
        <results>
          <test-case description="Throws when &quot;ClientCertificatePath&quot; cannot be found" name="Unit\Src\Private\New-LabVirtualMachine.Throws when &quot;ClientCertificatePath&quot; cannot be found" time="0.1859" 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="Unit\Src\Private\New-LabVirtualMachine.Does not throw when &quot;ClientCertificatePath&quot; cannot be found and &quot;IsQuickVM&quot; = &quot;$true&quot;" time="0.5195" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;RootCertificatePath&quot; cannot be found" name="Unit\Src\Private\New-LabVirtualMachine.Throws when &quot;RootCertificatePath&quot; cannot be found" time="0.0162" 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="Unit\Src\Private\New-LabVirtualMachine.Does not throw when &quot;RootCertificatePath&quot; cannot be found and &quot;IsQuickVM&quot; = &quot;$true&quot;" time="0.1721" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates parent image if it is not already present" name="Unit\Src\Private\New-LabVirtualMachine.Creates parent image if it is not already present" time="0.179" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabSwitch&quot; to configure VM switch" name="Unit\Src\Private\New-LabVirtualMachine.Calls &quot;Set-LabSwitch&quot; to configure VM switch" time="0.0607" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabSwitch&quot; once per network switch" name="Unit\Src\Private\New-LabVirtualMachine.Calls &quot;Set-LabSwitch&quot; once per network switch" time="0.075" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Reset-LabVMDisk&quot; to create VM disk" name="Unit\Src\Private\New-LabVirtualMachine.Calls &quot;Reset-LabVMDisk&quot; to create VM disk" time="0.0601" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates virtual machine" name="Unit\Src\Private\New-LabVirtualMachine.Creates virtual machine" time="0.0619" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates virtual machine with &quot;GuestIntegrationServices&quot; when specified" name="Unit\Src\Private\New-LabVirtualMachine.Creates virtual machine with &quot;GuestIntegrationServices&quot; when specified" time="0.0589" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not inject resources when &quot;OperatingSystem&quot; is &quot;Linux&quot;" name="Unit\Src\Private\New-LabVirtualMachine.Does not inject resources when &quot;OperatingSystem&quot; is &quot;Linux&quot;" time="0.1674" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not inject resources when &quot;MediaType&quot; is &quot;NULL&quot;" name="Unit\Src\Private\New-LabVirtualMachine.Does not inject resources when &quot;MediaType&quot; is &quot;NULL&quot;" time="0.1746" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Injects VM resources" name="Unit\Src\Private\New-LabVirtualMachine.Injects VM resources" time="0.1774" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes media &quot;ProductKey&quot; when specified (#134)" name="Unit\Src\Private\New-LabVirtualMachine.Passes media &quot;ProductKey&quot; when specified (#134)" time="0.1796" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not create a snapshot when &quot;NoSnapshot&quot; is specified" name="Unit\Src\Private\New-LabVirtualMachine.Does not create a snapshot when &quot;NoSnapshot&quot; is specified" time="0.1841" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Writes warning when VM &quot;WarningMessage&quot; is defined" name="Unit\Src\Private\New-LabVirtualMachine.Writes warning when VM &quot;WarningMessage&quot; is defined" time="0.1672" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Test-LabImage&quot; with &quot;ConfigurationData&quot; (#97)" name="Unit\Src\Private\New-LabVirtualMachine.Calls &quot;Test-LabImage&quot; with &quot;ConfigurationData&quot; (#97)" time="0.1946" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Reset-LabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" name="Unit\Src\Private\New-LabVirtualMachine.Calls &quot;Reset-LabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" time="0.1916" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabVirtualMachine&quot; with &quot;ConfigurationData&quot; (#97)" name="Unit\Src\Private\New-LabVirtualMachine.Calls &quot;Set-LabVirtualMachine&quot; with &quot;ConfigurationData&quot; (#97)" time="0.1887" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabSwitch&quot; without prefixed switch name (#251)" name="Unit\Src\Private\New-LabVirtualMachine.Calls &quot;Set-LabSwitch&quot; without prefixed switch name (#251)" time="0.0829" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Warns when no client or root certificate is used" name="Unit\Src\Private\New-LabVirtualMachine.Warns when no client or root certificate is used" time="0.0187" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\New-LabVMSnapshot" executed="True" result="Success" success="True" time="0.2069" asserts="0" description="Unit\Src\Private\New-LabVMSnapshot">
        <results>
          <test-case description="Calls &quot;Checkpoint-VM&quot; for each virtual machine specified" name="Unit\Src\Private\New-LabVMSnapshot.Calls &quot;Checkpoint-VM&quot; for each virtual machine specified" time="0.2069" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\New-UnattendXml" executed="True" result="Success" success="True" time="0.2742" asserts="0" description="Src\Private\New-UnattendXml">
        <results>
          <test-case description="Returns a &quot;System.Xml.XmlDocument&quot; type" name="Src\Private\New-UnattendXml.Returns a &quot;System.Xml.XmlDocument&quot; type" time="0.1721" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates equal number of &quot;x86&quot; and &quot;amd64&quot; components" name="Src\Private\New-UnattendXml.Creates equal number of &quot;x86&quot; and &quot;amd64&quot; components" time="0.0105" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets encoded Administrator password" name="Src\Private\New-UnattendXml.Sets encoded Administrator password" time="0.0077" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets timezone" name="Src\Private\New-UnattendXml.Sets timezone" time="0.009" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets Input locale" name="Src\Private\New-UnattendXml.Sets Input locale" time="0.009" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets System locale" name="Src\Private\New-UnattendXml.Sets System locale" time="0.0115" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets UI language" name="Src\Private\New-UnattendXml.Sets UI language" time="0.0092" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets User locale" name="Src\Private\New-UnattendXml.Sets User locale" time="0.0087" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets computer name" name="Src\Private\New-UnattendXml.Sets computer name" time="0.0103" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets product key" name="Src\Private\New-UnattendXml.Sets product key" time="0.01" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds single synchronous command" name="Src\Private\New-UnattendXml.Adds single synchronous command" time="0.0093" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds multiple synchronous commands" name="Src\Private\New-UnattendXml.Adds multiple synchronous commands" time="0.007" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Remove-ConfigurationData" executed="True" result="Success" success="True" time="0.1721" 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.1721" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Remove-LabSwitch" executed="True" result="Success" success="True" time="0.19" asserts="0" description="Unit\Src\Private\Remove-LabSwitch">
        <results>
          <test-case description="Calls &quot;Invoke-LabDscResource&quot; with &quot;Ensure&quot; = &quot;Absent&quot; when switch exists" name="Unit\Src\Private\Remove-LabSwitch.Calls &quot;Invoke-LabDscResource&quot; with &quot;Ensure&quot; = &quot;Absent&quot; when switch exists" time="0.1739" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;Invoke-LabDscResource&quot; for a non-existent switch" name="Unit\Src\Private\Remove-LabSwitch.Does not call &quot;Invoke-LabDscResource&quot; for a non-existent switch" time="0.0161" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Remove-LabVirtualMachine" executed="True" result="Success" success="True" time="0.6134" asserts="0" description="Unit\Src\Private\Remove-LabVirtualMachine">
        <results>
          <test-case description="Throws when VM cannot be found" name="Unit\Src\Private\Remove-LabVirtualMachine.Throws when VM cannot be found" time="0.2761" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes all snapshots" name="Unit\Src\Private\Remove-LabVirtualMachine.Removes all snapshots" time="0.0428" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes the virtual machine" name="Unit\Src\Private\Remove-LabVirtualMachine.Removes the virtual machine" time="0.041" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes the VHDX file" name="Unit\Src\Private\Remove-LabVirtualMachine.Removes the VHDX file" time="0.0404" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not remove the virtual switch by default" name="Unit\Src\Private\Remove-LabVirtualMachine.Does not remove the virtual switch by default" time="0.0376" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes the virtual switch when &quot;RemoveSwitch&quot; is specified" name="Unit\Src\Private\Remove-LabVirtualMachine.Removes the virtual switch when &quot;RemoveSwitch&quot; is specified" time="0.0435" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;RemoveLabVirtualMachine&quot; with &quot;ConfigurationData&quot; (#97)" name="Unit\Src\Private\Remove-LabVirtualMachine.Calls &quot;RemoveLabVirtualMachine&quot; with &quot;ConfigurationData&quot; (#97)" time="0.0486" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Remove-LabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" name="Unit\Src\Private\Remove-LabVirtualMachine.Calls &quot;Remove-LabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" time="0.0432" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Remove-LabVMDisk&quot; without environment prefix (#292)" name="Unit\Src\Private\Remove-LabVirtualMachine.Calls &quot;Remove-LabVMDisk&quot; without environment prefix (#292)" time="0.0402" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Remove-LabVirtualMachineHardDiskDrive" executed="True" result="Success" success="True" time="0.2207" asserts="0" description="Unit\Src\Private\Remove-LabVirtualMachineHardDiskDrive">
        <results>
          <test-case description="Should not call 'Invoke-LabDscResource' when 'VhdPath' is specified" name="Unit\Src\Private\Remove-LabVirtualMachineHardDiskDrive.Should not call 'Invoke-LabDscResource' when 'VhdPath' is specified" time="0.1731" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should call 'Invoke-LabDscResource' once for each additional disk" name="Unit\Src\Private\Remove-LabVirtualMachineHardDiskDrive.Should call 'Invoke-LabDscResource' once for each additional disk" time="0.0289" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should call 'Invoke-LabDscResource' with 'Ensure' = 'Absent'" name="Unit\Src\Private\Remove-LabVirtualMachineHardDiskDrive.Should call 'Invoke-LabDscResource' with 'Ensure' = 'Absent'" time="0.0186" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Remove-LabVMDisk" executed="True" result="Success" success="True" time="0.2455" asserts="0" description="Unit\Src\Private\Remove-LabVMDisk">
        <results>
          <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="Unit\Src\Private\Remove-LabVMDisk.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.1722" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-LabDscResource&quot; with virtual &quot;Ensure&quot; = &quot;Absent&quot;" name="Unit\Src\Private\Remove-LabVMDisk.Calls &quot;Invoke-LabDscResource&quot; with virtual &quot;Ensure&quot; = &quot;Absent&quot;" time="0.0327" 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\Remove-LabVMDisk.Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0405" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Remove-LabVMSnapshot" executed="True" result="Success" success="True" time="0.2112" asserts="0" description="Unit\Src\Private\Remove-LabVMSnapshot">
        <results>
          <test-case description="Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" name="Unit\Src\Private\Remove-LabVMSnapshot.Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" time="0.1851" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Remove-VMSnapshot&quot; for each virtual machine snapshot" name="Unit\Src\Private\Remove-LabVMSnapshot.Calls &quot;Remove-VMSnapshot&quot; for each virtual machine snapshot" time="0.0262" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Rename-LabModuleCacheVersion" executed="True" result="Success" success="True" time="0.2632" asserts="0" description="Unit\Src\Private\Rename-LabModuleCacheVersion">
        <results>
          <test-case description="Returns a [System.IO.FileInfo] object type" name="Unit\Src\Private\Rename-LabModuleCacheVersion.Returns a [System.IO.FileInfo] object type" time="0.2042" 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="Unit\Src\Private\Rename-LabModuleCacheVersion.Renames PSGallery module to &quot;&lt;ModuleName&gt;-v&lt;Version&gt;.zip" time="0.0147" 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="Unit\Src\Private\Rename-LabModuleCacheVersion.Renames GitHub module to &quot;&lt;ModuleName&gt;-v&lt;Version&gt;_&lt;Owner&gt;_&lt;Branch&gt;.zip" time="0.0158" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes existing cached module file" name="Unit\Src\Private\Rename-LabModuleCacheVersion.Removes existing cached module file" time="0.0286" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Reset-LabVMDiskPath" executed="True" result="Success" success="True" time="0.2356" asserts="0" description="Unit\Src\Private\Reset-LabVMDiskPath">
        <results>
          <test-case description="Removes any existing snapshots" name="Unit\Src\Private\Reset-LabVMDiskPath.Removes any existing snapshots" time="0.1754" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes the existing VHDX file" name="Unit\Src\Private\Reset-LabVMDiskPath.Removes the existing VHDX file" time="0.0192" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates a new VHDX file" name="Unit\Src\Private\Reset-LabVMDiskPath.Creates a new VHDX file" time="0.0189" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Remove-LabVMDisk&quot; and &quot;SetLabVMDisk&quot; with &quot;ConfigurationData&quot; when specified (#97)" name="Unit\Src\Private\Reset-LabVMDiskPath.Calls &quot;Remove-LabVMDisk&quot; and &quot;SetLabVMDisk&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0222" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-ConfigurationDataPath" executed="True" result="Success" success="True" time="0.2637" 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.1574" 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.009" 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.0156" 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.0102" 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.016" 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.0114" 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.0152" 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.0106" 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.0183" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-ConfigurationPath" executed="True" result="Success" success="True" time="0.3364" 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.1728" 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.0285" 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.0331" 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.0327" 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.0348" 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.0346" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabConfigurationModule" executed="True" result="Success" success="True" time="0.2551" asserts="0" description="Unit\Src\Private\Resolve-LabConfigurationModule">
        <results>
          <test-case description="Returns all PowerShell modules if no &quot;Name&quot; is specified" name="Unit\Src\Private\Resolve-LabConfigurationModule.Returns all PowerShell modules if no &quot;Name&quot; is specified" time="0.1811" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns all PowerShell modules if &quot;*&quot; is specified" name="Unit\Src\Private\Resolve-LabConfigurationModule.Returns all PowerShell modules if &quot;*&quot; is specified" time="0.0058" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns all DSC resources if no &quot;Name&quot; is specified" name="Unit\Src\Private\Resolve-LabConfigurationModule.Returns all DSC resources if no &quot;Name&quot; is specified" time="0.0072" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns all DSC resources if &quot;*&quot; is specified" name="Unit\Src\Private\Resolve-LabConfigurationModule.Returns all DSC resources if &quot;*&quot; is specified" time="0.0059" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns matching PowerShell modules when &quot;Name&quot; is specified" name="Unit\Src\Private\Resolve-LabConfigurationModule.Returns matching PowerShell modules when &quot;Name&quot; is specified" time="0.008" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns matching DSC resources when &quot;Name&quot; is specified" name="Unit\Src\Private\Resolve-LabConfigurationModule.Returns matching DSC resources when &quot;Name&quot; is specified" time="0.0089" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Warns if a PowerShell module cannot be resolved" name="Unit\Src\Private\Resolve-LabConfigurationModule.Warns if a PowerShell module cannot be resolved" time="0.0107" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Warns if a DSC resource cannot be resolved" name="Unit\Src\Private\Resolve-LabConfigurationModule.Warns if a DSC resource cannot be resolved" time="0.0081" 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="Unit\Src\Private\Resolve-LabConfigurationModule.Throws if a PowerShell module cannot be resolved and &quot;ThrowIfNotFound&quot; is specified" time="0.0095" 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="Unit\Src\Private\Resolve-LabConfigurationModule.Throws if a DSC resource cannot be resolved and &quot;ThrowIfNotFound&quot; is specified" time="0.0099" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Resolve-LabCustomBootStrap" executed="True" result="Success" success="True" time="0.1905" asserts="0" description="Src\Private\Resolve-LabCustomBootStrap">
        <results>
          <test-case description="Returns empty string when &quot;CustomBootStrapOrder&quot; = &quot;Disabled&quot;" name="Src\Private\Resolve-LabCustomBootStrap.Returns empty string when &quot;CustomBootStrapOrder&quot; = &quot;Disabled&quot;" time="0.1488" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns configuration bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationOnly&quot;" name="Src\Private\Resolve-LabCustomBootStrap.Returns configuration bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationOnly&quot;" time="0.0065" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns media bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;MediaOnly&quot;" name="Src\Private\Resolve-LabCustomBootStrap.Returns media bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;MediaOnly&quot;" time="0.0064" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns configuration bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationFirst&quot;" name="Src\Private\Resolve-LabCustomBootStrap.Returns configuration bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationFirst&quot;" time="0.0068" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns media bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;MediaFirst&quot;" name="Src\Private\Resolve-LabCustomBootStrap.Returns media bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;MediaFirst&quot;" time="0.0077" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns configuration bootstrap when &quot;MediaCustomBootstrap&quot; is null" name="Src\Private\Resolve-LabCustomBootStrap.Returns configuration bootstrap when &quot;MediaCustomBootstrap&quot; is null" time="0.0083" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns media bootstrap when &quot;ConfigurationCustomBootstrap&quot; is null" name="Src\Private\Resolve-LabCustomBootStrap.Returns media bootstrap when &quot;ConfigurationCustomBootstrap&quot; is null" time="0.0061" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabEnvironmentName" executed="True" result="Success" success="True" time="0.1907" asserts="0" description="Unit\Src\Private\Resolve-LabEnvironmentName">
        <results>
          <test-case description="Should return a &quot;System.String&quot; object type" name="Unit\Src\Private\Resolve-LabEnvironmentName.Should return a &quot;System.String&quot; object type" time="0.1631" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should return name when no environment prefix/suffix is defined" name="Unit\Src\Private\Resolve-LabEnvironmentName.Should return name when no environment prefix/suffix is defined" time="0.0067" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should return a prefixed name when environment prefix is defined" name="Unit\Src\Private\Resolve-LabEnvironmentName.Should return a prefixed name when environment prefix is defined" time="0.0068" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should return a suffixed name when environment suffix is defined" name="Unit\Src\Private\Resolve-LabEnvironmentName.Should return a suffixed name when environment suffix is defined" time="0.0066" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should return a prefixed/suffixed name when environment prefix and suffix is defined" name="Unit\Src\Private\Resolve-LabEnvironmentName.Should return a prefixed/suffixed name when environment prefix and suffix is defined" time="0.0074" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabImage" executed="True" result="Success" success="True" time="0.1679" 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.1679" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabMedia" executed="True" result="Success" success="True" time="0.2108" asserts="0" description="Unit\Src\Private\Resolve-LabMedia">
        <results>
          <test-case description="Throws if media Id cannot be resolved" name="Unit\Src\Private\Resolve-LabMedia.Throws if media Id cannot be resolved" time="0.178" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns configuration data media entry if it exists" name="Unit\Src\Private\Resolve-LabMedia.Returns configuration data media entry if it exists" time="0.0081" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns default media if configuration data entry does not exist" name="Unit\Src\Private\Resolve-LabMedia.Returns default media if configuration data entry does not exist" time="0.0247" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabModule" executed="True" result="Success" success="True" time="0.2452" 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.1562" 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.0117" 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.0128" 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.0154" 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.0134" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not return installed modules when empty array is defined at node DSCResource (#211)" name="Unit\Src\Private\Resolve-LabModule.Does not return installed modules when empty array is defined at node DSCResource (#211)" time="0.0182" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not return installed modules when empty array is defined at NonNodeData\Lability\DSCResource (#211)" name="Unit\Src\Private\Resolve-LabModule.Does not return installed modules when empty array is defined at NonNodeData\Lability\DSCResource (#211)" time="0.0175" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabResource" executed="True" result="Success" success="True" time="0.1809" asserts="0" description="Unit\Src\Private\Resolve-LabResource">
        <results>
          <test-case description="Returns resource record if &quot;ResourceId&quot; is found" name="Unit\Src\Private\Resolve-LabResource.Returns resource record if &quot;ResourceId&quot; is found" time="0.1714" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;ResourceId&quot; is not found" name="Unit\Src\Private\Resolve-LabResource.Throws if &quot;ResourceId&quot; is not found" time="0.0095" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabSwitch" executed="True" result="Success" success="True" time="0.3389" asserts="0" description="Unit\Src\Private\Resolve-LabSwitch">
        <results>
          <test-case description="Returns a &quot;System.Collections.Hashtable&quot; object type" name="Unit\Src\Private\Resolve-LabSwitch.Returns a &quot;System.Collections.Hashtable&quot; object type" time="0.1689" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns specified network switch from configuration data if defined" name="Unit\Src\Private\Resolve-LabSwitch.Returns specified network switch from configuration data if defined" time="0.0237" 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="Unit\Src\Private\Resolve-LabSwitch.Returns existing &quot;External&quot; switch if &quot;Name&quot; cannot be resolved" time="0.0292" 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="Unit\Src\Private\Resolve-LabSwitch.Returns a default &quot;Internal&quot; switch if the switch cannot be resolved" time="0.0241" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not return a prefixed switch name when DisableSwitchEnvironmentName is enabled" name="Unit\Src\Private\Resolve-LabSwitch.Does not return a prefixed switch name when DisableSwitchEnvironmentName is enabled" time="0.0199" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a prefixed switch name when an environment prefix is defined" name="Unit\Src\Private\Resolve-LabSwitch.Returns a prefixed switch name when an environment prefix is defined" time="0.023" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a suffixed switch name when an environment suffix is defined" name="Unit\Src\Private\Resolve-LabSwitch.Returns a suffixed switch name when an environment suffix is defined" time="0.0244" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when multiple existing switches are found (#326)" name="Unit\Src\Private\Resolve-LabSwitch.Throws when multiple existing switches are found (#326)" time="0.0257" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabVMDiskPath" executed="True" result="Success" success="True" time="0.3319" asserts="0" description="Unit\Src\Private\Resolve-LabVMDiskPath">
        <results>
          <test-case description="Appends the VM's name to the host &quot;DifferencingVhdPath&quot;" name="Unit\Src\Private\Resolve-LabVMDiskPath.Appends the VM's name to the host &quot;DifferencingVhdPath&quot;" time="0.1733" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Appends the VM's name to the host &quot;DifferencingVhdPath&quot;" name="Unit\Src\Private\Resolve-LabVMDiskPath.Appends the VM's name to the host &quot;DifferencingVhdPath&quot;" time="0.1586" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabVMGenerationDiskPath" executed="True" result="Success" success="True" time="0.1768" 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.1641" 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.0127" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-NodePropertyValue" executed="True" result="Success" success="True" time="0.2746" 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.1549" 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.0118" 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.0122" 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.0137" 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.017" 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.0159" 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.0128" 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.0112" 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.0126" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns NetBIOS display name when FQDN defined and UseNetBIOSName = &quot;true&quot; (#335)" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns NetBIOS display name when FQDN defined and UseNetBIOSName = &quot;true&quot; (#335)" time="0.0126" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-PathEx" executed="True" result="Success" success="True" time="0.1806" asserts="0" description="Unit\Src\Private\Resolve-PathEx">
        <results>
          <test-case description="Resolves existing home path" name="Unit\Src\Private\Resolve-PathEx.Resolves existing home path" time="0.1606" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves non-existent home path" name="Unit\Src\Private\Resolve-PathEx.Resolves non-existent home path" time="0.0199" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-PSGalleryModuleUri" executed="True" result="Success" success="True" time="0.1748" 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.1555" 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.0072" 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.0121" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Set-DiskImageBootVolume" executed="True" result="Success" success="True" time="0.3293" asserts="0" description="Src\Private\Set-DiskImageBootVolume">
        <results>
          <test-case description="Calls &quot;Set-DiskImageBootVolumeGpt&quot; when partition style is GPT" name="Src\Private\Set-DiskImageBootVolume.Calls &quot;Set-DiskImageBootVolumeGpt&quot; when partition style is GPT" time="0.3149" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-DiskImageBootVolumeMbr&quot; when partition style is MBR" name="Src\Private\Set-DiskImageBootVolume.Calls &quot;Set-DiskImageBootVolumeMbr&quot; when partition style is MBR" time="0.0144" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Set-DiskImageBootVolumeGpt" executed="True" result="Success" success="True" time="0.1924" asserts="0" description="Src\Private\Set-DiskImageBootVolumeGpt">
        <results>
          <test-case description="Calls &quot;BCDBOOT.EXE&quot; with &quot;/f UEFI&quot;" name="Src\Private\Set-DiskImageBootVolumeGpt.Calls &quot;BCDBOOT.EXE&quot; with &quot;/f UEFI&quot;" time="0.1924" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Set-DiskImageBootVolumeMbr" executed="True" result="Success" success="True" time="0.2152" asserts="0" description="Src\Private\Set-DiskImageBootVolumeMbr">
        <results>
          <test-case description="Calls &quot;BCDBOOT.EXE&quot; with &quot;/f BIOS&quot;" name="Src\Private\Set-DiskImageBootVolumeMbr.Calls &quot;BCDBOOT.EXE&quot; with &quot;/f BIOS&quot;" time="0.1788" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;BCDEDIT.EXE&quot; thrice" name="Src\Private\Set-DiskImageBootVolumeMbr.Calls &quot;BCDEDIT.EXE&quot; thrice" time="0.0365" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Set-LabBootStrap" executed="True" result="Success" success="True" time="0.208" asserts="0" description="Src\Private\Set-LabBootStrap">
        <results>
          <test-case description="Creates target file &quot;BootStrap.ps1&quot;" name="Src\Private\Set-LabBootStrap.Creates target file &quot;BootStrap.ps1&quot;" time="0.1645" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Replaces custom BootStrap injection point with custom BootStrap" name="Src\Private\Set-LabBootStrap.Replaces custom BootStrap injection point with custom BootStrap" time="0.0237" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses UTF8 encoding" name="Src\Private\Set-LabBootStrap.Uses UTF8 encoding" time="0.0198" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Set-LabDscResource" executed="True" result="Success" success="True" time="0.154" asserts="0" description="Src\Private\Set-LabDscResource">
        <results>
          <test-case description="Calls &quot;Set-&lt;ResourceName&gt;TargetResource&quot; method" name="Src\Private\Set-LabDscResource.Calls &quot;Set-&lt;ResourceName&gt;TargetResource&quot; method" time="0.154" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Set-LabSetupCompleteCmd" executed="True" result="Success" success="True" time="0.2111" asserts="0" description="Src\Private\Set-LabSetupCompleteCmd">
        <results>
          <test-case description="Creates target file &quot;SetupComplete.cmd&quot;" name="Src\Private\Set-LabSetupCompleteCmd.Creates target file &quot;SetupComplete.cmd&quot;" time="0.1569" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Bypasses Powershell execution policy" name="Src\Private\Set-LabSetupCompleteCmd.Bypasses Powershell execution policy" time="0.0099" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Runs non-interactively" name="Src\Private\Set-LabSetupCompleteCmd.Runs non-interactively" time="0.012" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates scheduled tasks for CoreCLR image" name="Src\Private\Set-LabSetupCompleteCmd.Creates scheduled tasks for CoreCLR image" time="0.0125" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses ASCII encoding" name="Src\Private\Set-LabSetupCompleteCmd.Uses ASCII encoding" time="0.0198" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabSwitch" executed="True" result="Success" success="True" time="0.2014" asserts="0" description="Unit\Src\Private\Set-LabSwitch">
        <results>
          <test-case description="Calls &quot;Invoke-LabDscResource&quot;" name="Unit\Src\Private\Set-LabSwitch.Calls &quot;Invoke-LabDscResource&quot;" time="0.1831" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;Invoke-LabDscResource&quot; for an existing switch" name="Unit\Src\Private\Set-LabSwitch.Does not call &quot;Invoke-LabDscResource&quot; for an existing switch" time="0.0183" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVirtualMachine" executed="True" result="Success" success="True" time="0.218" 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.1734" 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.0223" 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.0224" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVirtualMachineHardDiskDrive" executed="True" result="Success" success="True" time="0.2238" asserts="0" description="Unit\Src\Private\Set-LabVirtualMachineHardDiskDrive">
        <results>
          <test-case description="Should call 'Invoke-LabDscResource' to create VHD when 'VhdPath' is not specified" name="Unit\Src\Private\Set-LabVirtualMachineHardDiskDrive.Should call 'Invoke-LabDscResource' to create VHD when 'VhdPath' is not specified" time="0.1851" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Should call 'Invoke-LabDscResource' once for each additional disk" name="Unit\Src\Private\Set-LabVirtualMachineHardDiskDrive.Should call 'Invoke-LabDscResource' once for each additional disk" time="0.0387" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVMDiskPath" executed="True" result="Success" success="True" time="0.2254" asserts="0" description="Unit\Src\Private\Set-LabVMDiskPath">
        <results>
          <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="Unit\Src\Private\Set-LabVMDiskPath.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.1761" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-LabDscResource&quot; with virtual machine name" name="Unit\Src\Private\Set-LabVMDiskPath.Calls &quot;Invoke-LabDscResource&quot; with virtual machine name" time="0.0257" 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\Set-LabVMDiskPath.Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0236" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVMDiskFile" executed="True" result="Success" success="True" time="1.0895" 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.3029" 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.0698" 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.0688" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabVMDiskFileResource&quot; to copy node resources" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;Set-LabVMDiskFileResource&quot; to copy node resources" time="0.0701" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabVMDiskFileBootstrap&quot; to copy Lability bootstrap" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;Set-LabVMDiskFileBootstrap&quot; to copy Lability bootstrap" time="0.068" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabVMDiskFileUnattendXml&quot; to copy unattended installation file" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;Set-LabVMDiskFileUnattendXml&quot; to copy unattended installation file" time="0.0701" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabVMDiskFileMof&quot; to copy node DSC configuaration files" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;Set-LabVMDiskFileMof&quot; to copy node DSC configuaration files" time="0.0709" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabVMDiskFileCertificate&quot; to copy node certificate files" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;Set-LabVMDiskFileCertificate&quot; to copy node certificate files" time="0.1261" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabVMDiskFileModule&quot; to copy PowerShell/DSC resource modules" name="Unit\Src\Private\Set-LabVMDiskFile.Calls &quot;Set-LabVMDiskFileModule&quot; to copy PowerShell/DSC resource modules" time="0.085" 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.0835" 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.0743" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVMDiskFileBootstrap" executed="True" result="Success" success="True" time="0.2335" asserts="0" description="Unit\Src\Private\Set-LabVMDiskFileBootstrap">
        <results>
          <test-case description="Calls &quot;Set-LabBootStrap&quot; to inject default bootstrap" name="Unit\Src\Private\Set-LabVMDiskFileBootstrap.Calls &quot;Set-LabBootStrap&quot; to inject default bootstrap" time="0.1696" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabBootStrap&quot; to inject custom bootstrap when specified" name="Unit\Src\Private\Set-LabVMDiskFileBootstrap.Calls &quot;Set-LabBootStrap&quot; to inject custom bootstrap when specified" time="0.0212" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabBootStrap&quot; with &quot;CoreCLR&quot; to inject CoreCLR bootstrap when specified" name="Unit\Src\Private\Set-LabVMDiskFileBootstrap.Calls &quot;Set-LabBootStrap&quot; with &quot;CoreCLR&quot; to inject CoreCLR bootstrap when specified" time="0.0196" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabSetupCompleteCmd&quot; with &quot;\Windows\Setup\Scripts&quot; path" name="Unit\Src\Private\Set-LabVMDiskFileBootstrap.Calls &quot;Set-LabSetupCompleteCmd&quot; with &quot;\Windows\Setup\Scripts&quot; path" time="0.0231" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVMDiskFileCertificate" executed="True" result="Success" success="True" time="0.2484" asserts="0" description="Unit\Src\Private\Set-LabVMDiskFileCertificate">
        <results>
          <test-case description="Copies default client certificate" name="Unit\Src\Private\Set-LabVMDiskFileCertificate.Copies default client certificate" time="0.1701" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies default root certificate" name="Unit\Src\Private\Set-LabVMDiskFileCertificate.Copies default root certificate" time="0.0245" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies custom client certificate" name="Unit\Src\Private\Set-LabVMDiskFileCertificate.Copies custom client certificate" time="0.0281" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies custom root certificate" name="Unit\Src\Private\Set-LabVMDiskFileCertificate.Copies custom root certificate" time="0.0257" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVMDiskFileModule" executed="True" result="Success" success="True" time="0.3023" asserts="0" description="Unit\Src\Private\Set-LabVMDiskFileModule">
        <results>
          <test-case description="Calls &quot;Resolve-LabModule&quot; to query DSC resource modules" name="Unit\Src\Private\Set-LabVMDiskFileModule.Calls &quot;Resolve-LabModule&quot; to query DSC resource modules" time="0.1719" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Resolve-LabModule&quot; to query PowerShell modules" name="Unit\Src\Private\Set-LabVMDiskFileModule.Calls &quot;Resolve-LabModule&quot; to query PowerShell modules" time="0.0284" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabVMDiskModule&quot; to expand modules" name="Unit\Src\Private\Set-LabVMDiskFileModule.Calls &quot;Set-LabVMDiskModule&quot; to expand modules" time="0.027" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;Test-LabMofModule&quot; when no external module dependencies are found (#316)" name="Unit\Src\Private\Set-LabVMDiskFileModule.Does not call &quot;Test-LabMofModule&quot; when no external module dependencies are found (#316)" time="0.0751" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVMDiskFileMof" executed="True" result="Success" success="True" time="0.2331" asserts="0" description="Unit\Src\Private\Set-LabVMDiskFileMof">
        <results>
          <test-case description="Warns if .mof file cannot be found" name="Unit\Src\Private\Set-LabVMDiskFileMof.Warns if .mof file cannot be found" time="0.1795" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies .mof file if found" name="Unit\Src\Private\Set-LabVMDiskFileMof.Copies .mof file if found" time="0.0251" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies .meta.mof file if found" name="Unit\Src\Private\Set-LabVMDiskFileMof.Copies .meta.mof file if found" time="0.0285" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVMDiskFileResource" executed="True" result="Success" success="True" time="0.1933" asserts="0" description="Unit\Src\Private\Set-LabVMDiskFileResource">
        <results>
          <test-case description="Calls &quot;Expand-LabResource&quot; using &quot;ResourceShare&quot; path" name="Unit\Src\Private\Set-LabVMDiskFileResource.Calls &quot;Expand-LabResource&quot; using &quot;ResourceShare&quot; path" time="0.1933" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVMDiskFileUnattendXml" executed="True" result="Success" success="True" time="0.2703" asserts="0" description="Unit\Src\Private\Set-LabVMDiskFileUnattendXml">
        <results>
          <test-case description="Calls &quot;Set-UnattendXml&quot; to create &quot;\Windows\System32\Sysprep\Unattend.xml&quot; file" name="Unit\Src\Private\Set-LabVMDiskFileUnattendXml.Calls &quot;Set-UnattendXml&quot; to create &quot;\Windows\System32\Sysprep\Unattend.xml&quot; file" time="0.1757" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes node &quot;ProductKey&quot; when specified (#134)" name="Unit\Src\Private\Set-LabVMDiskFileUnattendXml.Passes node &quot;ProductKey&quot; when specified (#134)" time="0.0221" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes media &quot;ProductKey&quot; when specified (#134)" name="Unit\Src\Private\Set-LabVMDiskFileUnattendXml.Passes media &quot;ProductKey&quot; when specified (#134)" time="0.0263" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes node &quot;ProductKey&quot; when node and media key specified (#134)" name="Unit\Src\Private\Set-LabVMDiskFileUnattendXml.Passes node &quot;ProductKey&quot; when node and media key specified (#134)" time="0.0235" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes node &quot;NetBIOS&quot; name when node name is a FQDN (#335)" name="Unit\Src\Private\Set-LabVMDiskFileUnattendXml.Passes node &quot;NetBIOS&quot; name when node name is a FQDN (#335)" time="0.0226" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVMDiskModule" executed="True" result="Success" success="True" time="0.2258" asserts="0" description="Unit\Src\Private\Set-LabVMDiskModule">
        <results>
          <test-case description="Calls &quot;Invoke-LabModuleCacheDownload&quot; with &quot;Force&quot; when specified" name="Unit\Src\Private\Set-LabVMDiskModule.Calls &quot;Invoke-LabModuleCacheDownload&quot; with &quot;Force&quot; when specified" time="0.2062" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Expand-LabModuleCache&quot; with &quot;Clean&quot; when specified" name="Unit\Src\Private\Set-LabVMDiskModule.Calls &quot;Expand-LabModuleCache&quot; with &quot;Clean&quot; when specified" time="0.0196" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Set-ResourceDownload" executed="True" result="Success" success="True" time="0.3265" asserts="0" description="Unit\Src\Private\Set-ResourceDownload">
        <results>
          <test-case description="Calls &quot;Invoke-WebClientDownload&quot; with specified Uri" name="Unit\Src\Private\Set-ResourceDownload.Calls &quot;Invoke-WebClientDownload&quot; with specified Uri" time="0.1822" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-WebClientDownload&quot; with specified destination Path" name="Unit\Src\Private\Set-ResourceDownload.Calls &quot;Invoke-WebClientDownload&quot; with specified destination Path" time="0.0233" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-WebClientDownload&quot; with default 64KB buffer size" name="Unit\Src\Private\Set-ResourceDownload.Calls &quot;Invoke-WebClientDownload&quot; with default 64KB buffer size" time="0.022" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-WebClientDownload&quot; with 1MB buffer size for file resource" name="Unit\Src\Private\Set-ResourceDownload.Calls &quot;Invoke-WebClientDownload&quot; with 1MB buffer size for file resource" time="0.024" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates checksum file after download" name="Unit\Src\Private\Set-ResourceDownload.Creates checksum file after download" time="0.0283" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target parent directory if it does not exist" name="Unit\Src\Private\Set-ResourceDownload.Creates target parent directory if it does not exist" time="0.0465" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Set-UnattendXml" executed="True" result="Success" success="True" time="0.1695" asserts="0" description="Src\Private\Set-UnattendXml">
        <results>
          <test-case description="Saves Xml file to disk" name="Src\Private\Set-UnattendXml.Saves Xml file to disk" time="0.1695" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Test-ComputerName" executed="True" result="Success" success="True" time="0.4181" asserts="0" description="Src\Private\Test-ComputerName">
        <results>
          <test-case description="Passes when computer name does not contain invalid characters" name="Src\Private\Test-ComputerName.Passes when computer name does not contain invalid characters" time="0.1896" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '~' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '~' character" time="0.0076" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '!' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '!' character" time="0.0066" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '@' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '@' character" time="0.0072" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '#' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '#' character" time="0.0086" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '$' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '$' character" time="0.0065" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '%' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '%' character" time="0.0098" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '^' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '^' character" time="0.0067" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '&amp;' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '&amp;' character" time="0.0079" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '*' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '*' character" time="0.0063" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '(' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '(' character" time="0.0081" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid ')' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid ')' character" time="0.0061" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '=' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '=' character" time="0.0088" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '+' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '+' character" time="0.0062" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '_' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '_' character" time="0.0086" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '[' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '[' character" time="0.0065" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid ']' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid ']' character" time="0.0086" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '{' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '{' character" time="0.0066" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '}' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '}' character" time="0.0074" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '\' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '\' character" time="0.0068" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '|' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '|' character" time="0.0076" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid ';' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid ';' character" time="0.0062" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid ':' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid ':' character" time="0.0075" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '.' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '.' character" time="0.0074" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid ''' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid ''' character" time="0.0064" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '&quot;' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '&quot;' character" time="0.0084" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid ',' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid ',' character" time="0.0066" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '&lt;' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '&lt;' character" time="0.0086" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '&gt;' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '&gt;' character" time="0.0067" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '/' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '/' character" time="0.0077" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid '?' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid '?' character" time="0.0061" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when computer name contains invalid ' ' character" name="Src\Private\Test-ComputerName.Fails when computer name contains invalid ' ' character" time="0.0086" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Test-ConfigurationPath" executed="True" result="Success" success="True" time="0.1692" 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.1505" 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.0106" 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.0081" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Test-LabDscResource" executed="True" result="Success" success="True" time="0.1728" asserts="0" description="Src\Private\Test-LabDscResource">
        <results>
          <test-case description="Calls &quot;Test-&lt;ResourceName&gt;TargetResource&quot; method" name="Src\Private\Test-LabDscResource.Calls &quot;Test-&lt;ResourceName&gt;TargetResource&quot; method" time="0.1562" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Return $false when &quot;Test-&lt;ResourceName&gt;TargetResource&quot; throws (#104)" name="Src\Private\Test-LabDscResource.Return $false when &quot;Test-&lt;ResourceName&gt;TargetResource&quot; throws (#104)" time="0.0166" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Test-DscResourceModule" executed="True" result="Success" success="True" time="0.1962" asserts="0" description="Src\Private\Test-DscResourceModule">
        <results>
          <test-case description="Returns &quot;True&quot; when the module contains a &quot;DSCResources&quot; folder" name="Src\Private\Test-DscResourceModule.Returns &quot;True&quot; when the module contains a &quot;DSCResources&quot; folder" time="0.1567" 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="Src\Private\Test-DscResourceModule.Returns &quot;False&quot; when the module does not contain a &quot;DSCResources&quot; folder" time="0.0078" 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="Src\Private\Test-DscResourceModule.Returns &quot;True&quot; when the module .psm1 contains a &quot;[DSCResource()]&quot; definition" time="0.0156" 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="Src\Private\Test-DscResourceModule.Returns &quot;False&quot; when the module .psm1 does not contain a &quot;[DSCResource()]&quot; definition" time="0.016" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Test-LabDscModule" executed="True" result="Success" success="True" time="0.1774" asserts="0" description="Src\Private\Test-LabDscModule">
        <results>
          <test-case description="Returns true if &quot;Get-LabDscModule&quot; returns a path" name="Src\Private\Test-LabDscModule.Returns true if &quot;Get-LabDscModule&quot; returns a path" time="0.1613" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns false if &quot;Get-LabDscModule&quot; fails" name="Src\Private\Test-LabDscModule.Returns false if &quot;Get-LabDscModule&quot; fails" time="0.0161" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Test-LabModuleCache" executed="True" result="Success" success="True" time="0.1698" asserts="0" description="Unit\Src\Private\Test-LabModuleCache">
        <results>
          <test-case description="Passes when module is found" name="Unit\Src\Private\Test-LabModuleCache.Passes when module is found" time="0.1566" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when module is not found" name="Unit\Src\Private\Test-LabModuleCache.Fails when module is not found" time="0.0132" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Test-LabMofModule" executed="True" result="Success" success="True" time="0.2182" asserts="0" description="Unit\Src\Private\Test-LabMofModule">
        <results>
          <test-case description="Passes when module is defined (no version)" name="Unit\Src\Private\Test-LabMofModule.Passes when module is defined (no version)" time="0.1728" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when module is not defined (no version)" name="Unit\Src\Private\Test-LabMofModule.Fails when module is not defined (no version)" time="0.0072" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when module version matches (MinimumVersion)" name="Unit\Src\Private\Test-LabMofModule.Passes when module version matches (MinimumVersion)" time="0.0091" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when module version does not match (MinimumVersion)" name="Unit\Src\Private\Test-LabMofModule.Fails when module version does not match (MinimumVersion)" time="0.0118" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when module version matches (RequiredVersion)" name="Unit\Src\Private\Test-LabMofModule.Passes when module version matches (RequiredVersion)" time="0.0088" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when module version does not match (RequiredVersion)" name="Unit\Src\Private\Test-LabMofModule.Fails when module version does not match (RequiredVersion)" time="0.0086" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Invoke-LabResourceDownload" executed="True" result="Success" success="True" time="0.222" asserts="0" description="Unit\Src\Private\Invoke-LabResourceDownload">
        <results>
          <test-case description="Returns &quot;System.Boolean&quot; object type" name="Unit\Src\Private\Invoke-LabResourceDownload.Returns &quot;System.Boolean&quot; object type" time="0.1533" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when local .EXE exists" name="Unit\Src\Private\Invoke-LabResourceDownload.Passes when local .EXE exists" time="0.0102" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when local .EXE does not exist" name="Unit\Src\Private\Invoke-LabResourceDownload.Fails when local .EXE does not exist" time="0.008" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when local ISO folder exists" name="Unit\Src\Private\Invoke-LabResourceDownload.Passes when local ISO folder exists" time="0.0097" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when local ISO folder does not exist" name="Unit\Src\Private\Invoke-LabResourceDownload.Fails when local ISO folder does not exist" time="0.0089" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when local ZIP folder exists" name="Unit\Src\Private\Invoke-LabResourceDownload.Passes when local ZIP folder exists" time="0.0105" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when local ZIP folder does not exist" name="Unit\Src\Private\Invoke-LabResourceDownload.Fails when local ZIP folder does not exist" time="0.0116" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when local .EXE has &quot;Expand&quot; = &quot;True&quot;" name="Unit\Src\Private\Invoke-LabResourceDownload.Throws when local .EXE has &quot;Expand&quot; = &quot;True&quot;" time="0.0098" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Test-LabSwitch" executed="True" result="Success" success="True" time="0.2175" asserts="0" description="Unit\Src\Private\Test-LabSwitch">
        <results>
          <test-case description="Passes when network switch is found" name="Unit\Src\Private\Test-LabSwitch.Passes when network switch is found" time="0.1703" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when an existing switch is found" name="Unit\Src\Private\Test-LabSwitch.Passes when an existing switch is found" time="0.0174" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when network switch is not found" name="Unit\Src\Private\Test-LabSwitch.Fails when network switch is not found" time="0.0298" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Test-LabVirtualMachine" executed="True" result="Success" success="True" time="0.2824" 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.1806" 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.0241" 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.0248" 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.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\Test-LabVirtualMachine.Calls &quot;Get-LabVirtualMachineProperty&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0241" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Test-LabVMDiskPath" executed="True" result="Success" success="True" time="0.2743" asserts="0" description="Unit\Src\Private\Test-LabVMDiskPath">
        <results>
          <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="Unit\Src\Private\Test-LabVMDiskPath.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.1746" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;TestDscResource&quot; with virtual machine name" name="Unit\Src\Private\Test-LabVMDiskPath.Calls &quot;TestDscResource&quot; with virtual machine name" time="0.0251" 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="Unit\Src\Private\Test-LabVMDiskPath.Calls &quot;TestDscResource&quot; with &quot;MaximumSize&quot; when image is not available (#104)" time="0.025" 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="Unit\Src\Private\Test-LabVMDiskPath.Calls &quot;TestDscResource&quot; with &quot;VHDX&quot; when image is not available (#104)" time="0.0232" 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\Test-LabVMDiskPath.Calls &quot;Get-LabImage&quot; with &quot;ConfigurationData&quot; when specified (#97)" time="0.0263" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Test-ResourceDownload" executed="True" result="Success" success="True" time="0.2454" asserts="0" description="Unit\Src\Private\Test-ResourceDownload">
        <results>
          <test-case description="Returns true if resource exists but no checksum was specified" name="Unit\Src\Private\Test-ResourceDownload.Returns true if resource exists but no checksum was specified" time="0.1802" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns true if resource exists and checksum is correct" name="Unit\Src\Private\Test-ResourceDownload.Returns true if resource exists and checksum is correct" time="0.0166" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns false if resource does not exist" name="Unit\Src\Private\Test-ResourceDownload.Returns false if resource does not exist" time="0.0154" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns false if resource exists but checksum is incorrect" name="Unit\Src\Private\Test-ResourceDownload.Returns false if resource exists but checksum is incorrect" time="0.0172" 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="Unit\Src\Private\Test-ResourceDownload.Returns false if the checksum is correct but the resource does not exist" time="0.016" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Private\Test-WindowsBuildNumber" executed="True" result="Success" success="True" time="0.169" asserts="0" description="Unit\Src\Private\Test-WindowsBuildNumber">
        <results>
          <test-case description="Returns true when build number matches the required minimum" name="Unit\Src\Private\Test-WindowsBuildNumber.Returns true when build number matches the required minimum" time="0.1529" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns true when build number mais greater than the required minimum" name="Unit\Src\Private\Test-WindowsBuildNumber.Returns true when build number mais greater than the required minimum" time="0.0082" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns false when build number is less than the required minimum (#294)" name="Unit\Src\Private\Test-WindowsBuildNumber.Returns false when build number is less than the required minimum (#294)" time="0.0079" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Write-Verbose" executed="True" result="Success" success="True" time="0.2063" asserts="0" description="Src\Private\Write-Verbose">
        <results>
          <test-case description="Calls &quot;Get-FormattedMessage&quot; method" name="Src\Private\Write-Verbose.Calls &quot;Get-FormattedMessage&quot; method" time="0.1907" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Write-Verbose&quot; method with test message" name="Src\Private\Write-Verbose.Calls &quot;Write-Verbose&quot; method with test message" time="0.0156" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Src\Private\Write-Warning" executed="True" result="Success" success="True" time="0.1816" asserts="0" description="Src\Private\Write-Warning">
        <results>
          <test-case description="Calls &quot;Get-FormattedMessage&quot; method" name="Src\Private\Write-Warning.Calls &quot;Get-FormattedMessage&quot; method" time="0.1653" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Write-Warning&quot; method with test message" name="Src\Private\Write-Warning.Calls &quot;Write-Warning&quot; method with test message" time="0.0163" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Checkpoint-Lab" executed="True" result="Success" success="True" time="0.3224" 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.1992" 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.0233" 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.0301" 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.0315" 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.0383" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabHostConfiguration" executed="True" result="Success" success="True" time="0.2071" asserts="0" description="Unit\Src\Public\Get-LabHostConfiguration">
        <results>
          <test-case description="Calls &quot;Import-LabDscResource once for each host configuration item" name="Unit\Src\Public\Get-LabHostConfiguration.Calls &quot;Import-LabDscResource once for each host configuration item" time="0.175" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Get-LabDscResource once for each host configuration item" name="Unit\Src\Public\Get-LabHostConfiguration.Calls &quot;Get-LabDscResource once for each host configuration item" time="0.0322" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabHostDefault" executed="True" result="Success" success="True" time="0.1587" 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.1587" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabImage" executed="True" result="Success" success="True" time="0.3162" 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.1716" 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.0236" 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.0303" 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.0301" 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.0297" 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.0309" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabMedia" executed="True" result="Success" success="True" time="0.212" asserts="0" description="Unit\Src\Public\Get-LabMedia">
        <results>
          <test-case description="Returns all built-in media when no &quot;Id&quot; is specified" name="Unit\Src\Public\Get-LabMedia.Returns all built-in media when no &quot;Id&quot; is specified" time="0.1694" 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="Unit\Src\Public\Get-LabMedia.Returns a single matching built-in media when &quot;Id&quot; is specified" time="0.0223" 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="Unit\Src\Public\Get-LabMedia.Returns null if no built-in media is found when &quot;Id&quot; is specified" time="0.0203" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabVM" executed="True" result="Success" success="True" time="0.2618" 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.17" 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.0268" 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.0371" 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.0279" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabVMDefault" executed="True" result="Success" success="True" time="0.2077" asserts="0" description="Unit\Src\Public\Get-LabVMDefault">
        <results>
          <test-case description="Returns a &quot;System.Management.Automation.PSCustomObject&quot; object type" name="Unit\Src\Public\Get-LabVMDefault.Returns a &quot;System.Management.Automation.PSCustomObject&quot; object type" time="0.1978" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not return &quot;BootOrder&quot; property" name="Unit\Src\Public\Get-LabVMDefault.Does not return &quot;BootOrder&quot; property" time="0.0099" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Invoke-LabResourceDownload" executed="True" result="Success" success="True" time="0.6766" asserts="0" description="Unit\Src\Public\Invoke-LabResourceDownload">
        <results>
          <test-case description="Downloads all media when &quot;MediaId&quot; parameter is not specified" name="Unit\Src\Public\Invoke-LabResourceDownload.Downloads all media when &quot;MediaId&quot; parameter is not specified" time="0.2839" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads only unique media when &quot;MediaId&quot; parameter is not specified" name="Unit\Src\Public\Invoke-LabResourceDownload.Downloads only unique media when &quot;MediaId&quot; parameter is not specified" time="0.0732" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads single media when &quot;MediaId&quot; parameter is specified" name="Unit\Src\Public\Invoke-LabResourceDownload.Downloads single media when &quot;MediaId&quot; parameter is specified" time="0.0555" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads all required hotfixes" name="Unit\Src\Public\Invoke-LabResourceDownload.Downloads all required hotfixes" time="0.0425" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads all resources when &quot;ResourceId&quot; parameter is not specified" name="Unit\Src\Public\Invoke-LabResourceDownload.Downloads all resources when &quot;ResourceId&quot; parameter is not specified" time="0.0557" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads single resource when &quot;ResourceId&quot; parameter is specified" name="Unit\Src\Public\Invoke-LabResourceDownload.Downloads single resource when &quot;ResourceId&quot; parameter is specified" time="0.0267" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads a single DSC resource module" name="Unit\Src\Public\Invoke-LabResourceDownload.Downloads a single DSC resource module" time="0.0263" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads multiple DSC resource modules" name="Unit\Src\Public\Invoke-LabResourceDownload.Downloads multiple DSC resource modules" time="0.0259" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads a single PowerShell module" name="Unit\Src\Public\Invoke-LabResourceDownload.Downloads a single PowerShell module" time="0.0255" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads multiple PowerShell modules" name="Unit\Src\Public\Invoke-LabResourceDownload.Downloads multiple PowerShell modules" time="0.0285" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses resource &quot;Filename&quot; property if specified" name="Unit\Src\Public\Invoke-LabResourceDownload.Uses resource &quot;Filename&quot; property if specified" time="0.0329" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\New-LabImage" executed="True" result="Success" success="True" time="2.0617" 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.1809" 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.0478" 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.0521" 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.0709" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-LabMediaImageDownload&quot; to download ISO media (if not present)" name="Unit\Src\Public\New-LabImage.Calls &quot;Invoke-LabMediaImageDownload&quot; to download ISO media (if not present)" time="0.083" 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.0694" 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.07" 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.077" 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.0748" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses dynamc disk by default (#99)" name="Unit\Src\Public\New-LabImage.Uses dynamc disk by default (#99)" time="0.0857" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses dynamc disk when specified (#99)" name="Unit\Src\Public\New-LabImage.Uses dynamc disk when specified (#99)" time="0.0727" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses fixed disk when specified (#99)" name="Unit\Src\Public\New-LabImage.Uses fixed disk when specified (#99)" time="0.0765" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates a custom disk size when specified (#99)" name="Unit\Src\Public\New-LabImage.Creates a custom disk size when specified (#99)" time="0.0753" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;New-EmptyDiskImage&quot; when the media type is &quot;NULL&quot;" name="Unit\Src\Public\New-LabImage.Calls &quot;New-EmptyDiskImage&quot; when the media type is &quot;NULL&quot;" time="0.0455" 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.0792" 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.0834" 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.0937" 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.1656" 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.079" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Add-DiskImageHotfix&quot; to inject hotfixes" name="Unit\Src\Public\New-LabImage.Calls &quot;Add-DiskImageHotfix&quot; to inject hotfixes" time="0.0708" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-DiskImageBootVolume&quot; to configure boot volume" name="Unit\Src\Public\New-LabImage.Calls &quot;Set-DiskImageBootVolume&quot; to configure boot volume" time="0.0743" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Dismounts image" name="Unit\Src\Public\New-LabImage.Dismounts image" time="0.0774" 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.0966" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when Media minimum DISM version definition is not met" name="Unit\Src\Public\New-LabImage.Throws when Media minimum DISM version definition is not met" time="0.0286" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not throw when Media minimum DISM version definition is met (#247)" name="Unit\Src\Public\New-LabImage.Does not throw when Media minimum DISM version definition is met (#247)" time="0.0866" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-LabMediaImageDownload&quot; to download VHD media (if not present) (#309)" name="Unit\Src\Public\New-LabImage.Calls &quot;Invoke-LabMediaImageDownload&quot; to download VHD media (if not present) (#309)" time="0.0447" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\New-LabVM" executed="True" result="Success" success="True" time="0.1971" asserts="0" description="Unit\Src\Public\New-LabVM">
        <results>
          <test-case description="Creates a new virtual machine with a snapshot by default" name="Unit\Src\Public\New-LabVM.Creates a new virtual machine with a snapshot by default" time="0.1784" 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.0187" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Register-LabMedia" executed="True" result="Success" success="True" time="0.3037" asserts="0" description="Unit\Src\Public\Register-LabMedia">
        <results>
          <test-case description="Throws when custom media type is &quot;ISO&quot; and OperatingSystem is &quot;Linux&quot;" name="Unit\Src\Public\Register-LabMedia.Throws when custom media type is &quot;ISO&quot; and OperatingSystem is &quot;Linux&quot;" time="0.1816" 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="Unit\Src\Public\Register-LabMedia.Throws when custom media type is &quot;WIM&quot; and OperatingSystem is &quot;Linux&quot;" time="0.0083" 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="Unit\Src\Public\Register-LabMedia.Throws when custom media type is &quot;ISO&quot; and &quot;ImageName&quot; is not specified" time="0.0081" 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="Unit\Src\Public\Register-LabMedia.Throws when custom media type is &quot;WIM&quot; and &quot;ImageName&quot; is not specified" time="0.0083" 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="Unit\Src\Public\Register-LabMedia.Throws when custom media already exists and &quot;Force&quot; is not specified" time="0.0159" 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="Unit\Src\Public\Register-LabMedia.Does not throw when custom media type is &quot;VHD&quot; and &quot;ImageName&quot; is not specified" time="0.0268" 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="Unit\Src\Public\Register-LabMedia.Does not throw when custom media already exists and &quot;Force&quot; is specified" time="0.0231" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Converts custom media from a JSON file/Uri" name="Unit\Src\Public\Register-LabMedia.Converts custom media from a JSON file/Uri" time="0.0317" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Remove-LabConfiguration" executed="True" result="Success" success="True" time="0.1729" asserts="0" description="Unit\Src\Public\Remove-LabConfiguration">
        <results>
          <test-case description="Calls &quot;Remove-LabVirtualMachine&quot; for each node" name="Unit\Src\Public\Remove-LabConfiguration.Calls &quot;Remove-LabVirtualMachine&quot; for each node" time="0.1729" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Reset-Lab" executed="True" result="Success" success="True" time="0.1552" 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.1552" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Reset-LabVM" executed="True" result="Success" success="True" time="0.2187" 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.1763" 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.0224" 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.02" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Reset-LabVMDefault" executed="True" result="Success" success="True" time="0.1744" asserts="0" description="Unit\Src\Public\Reset-LabVMDefault">
        <results>
          <test-case description="Calls &quot;Remove-ConfigurationData&quot; method" name="Unit\Src\Public\Reset-LabVMDefault.Calls &quot;Remove-ConfigurationData&quot; method" time="0.1744" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Restore-Lab" executed="True" result="Success" success="True" time="0.3366" 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.2168" 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.0271" 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.0385" 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.0544" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Set-LabHostDefault" executed="True" result="Success" success="True" time="0.471" 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.1838" 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.0387" 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.0363" 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.0345" 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.0353" 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.034" 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.0367" 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.0375" 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.0205" 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.0137" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Set-LabVMDefault" executed="True" result="Success" success="True" time="0.706" asserts="0" description="Unit\Src\Public\Set-LabVMDefault">
        <results>
          <test-case description="Does not return &quot;BootOrder&quot; property" name="Unit\Src\Public\Set-LabVMDefault.Does not return &quot;BootOrder&quot; property" time="0.1651" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;StartupMemory&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;StartupMemory&quot; value" time="0.0183" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;MinimumMemory&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;MinimumMemory&quot; value" time="0.0182" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;MaximumMemory&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;MaximumMemory&quot; value" time="0.0169" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;ProcessorCount&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;ProcessorCount&quot; value" time="0.0165" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;Media&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;Media&quot; value" time="0.0356" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;SwitchName&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;SwitchName&quot; value" time="0.0156" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;Timezone&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;Timezone&quot; value" time="0.019" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;InputLocale&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;InputLocale&quot; value" time="0.0181" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;InputLocale&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;InputLocale&quot; value" time="0.0167" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;SystemLocale&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;SystemLocale&quot; value" time="0.0176" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;UILanguage&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;UILanguage&quot; value" time="0.018" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;UserLocale&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;UserLocale&quot; value" time="0.0167" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;RegisteredOwner&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;RegisteredOwner&quot; value" time="0.0209" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;RegisteredOrganization&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;RegisteredOrganization&quot; value" time="0.0182" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;BootDelay&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;BootDelay&quot; value" time="0.0179" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;CustomBootstrapOrder&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;CustomBootstrapOrder&quot; value" time="0.0175" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;GuestIntegrationServices&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;GuestIntegrationServices&quot; value" time="0.0197" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;MaxEnvelopeSizeKb&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;MaxEnvelopeSizeKb&quot; value" time="0.0172" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;UseNetBIOSName&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;UseNetBIOSName&quot; value" time="0.0248" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;ClientCertificatePath&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;ClientCertificatePath&quot; value" time="0.0189" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;RootCertificatePath&quot; value" name="Unit\Src\Public\Set-LabVMDefault.Sets &quot;RootCertificatePath&quot; value" time="0.0182" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;Timezone&quot; cannot be resolved" name="Unit\Src\Public\Set-LabVMDefault.Throws if &quot;Timezone&quot; cannot be resolved" time="0.0171" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;ClientCertificatePath&quot; file cannot be found" name="Unit\Src\Public\Set-LabVMDefault.Throws if &quot;ClientCertificatePath&quot; file cannot be found" time="0.0145" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;RootCertificatePath&quot; file cannot be found" name="Unit\Src\Public\Set-LabVMDefault.Throws if &quot;RootCertificatePath&quot; file cannot be found" time="0.0141" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;StartupMemory&quot; is less than &quot;MinimumMemory&quot;" name="Unit\Src\Public\Set-LabVMDefault.Throws if &quot;StartupMemory&quot; is less than &quot;MinimumMemory&quot;" time="0.013" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;StartupMemory&quot; is greater than &quot;MaximumMemory&quot;" name="Unit\Src\Public\Set-LabVMDefault.Throws if &quot;StartupMemory&quot; is greater than &quot;MaximumMemory&quot;" time="0.0147" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;Media&quot; cannot be resolved" name="Unit\Src\Public\Set-LabVMDefault.Throws if &quot;Media&quot; cannot be resolved" time="0.0328" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-ConfigurationData&quot; to write data to disk" name="Unit\Src\Public\Set-LabVMDefault.Calls &quot;Set-ConfigurationData&quot; to write data to disk" time="0.0343" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Start-Lab" executed="True" result="Success" success="True" time="0.3143" 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.192" 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.0412" 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.0193" 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.0422" 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.0196" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Start-LabConfiguration" executed="True" result="Success" success="True" time="0.28" 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.164" 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.0246" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;New-LabVirtualMachine&quot; if node is not configured" name="Unit\Src\Public\Start-LabConfiguration.Calls &quot;New-LabVirtualMachine&quot; if node is not configured" time="0.0338" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;New-LabVirtualMachine&quot; if node is configured" name="Unit\Src\Public\Start-LabConfiguration.Does not call &quot;New-LabVirtualMachine&quot; if node is configured" time="0.0261" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;New-LabVirtualMachine&quot; if node is configured but -Force is specified" name="Unit\Src\Public\Start-LabConfiguration.Calls &quot;New-LabVirtualMachine&quot; if node is configured but -Force is specified" time="0.0315" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Start-LabHostConfiguration" executed="True" result="Success" success="True" time="0.2946" asserts="0" description="Unit\Src\Public\Start-LabHostConfiguration">
        <results>
          <test-case description="Does not attempt to create an empty path" name="Unit\Src\Public\Start-LabHostConfiguration.Does not attempt to create an empty path" time="0.1753" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;New-Directory&quot; for each path" name="Unit\Src\Public\Start-LabHostConfiguration.Calls &quot;New-Directory&quot; for each path" time="0.0271" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Invoke-LabDscResource&quot; for each host configuration item" name="Unit\Src\Public\Start-LabHostConfiguration.Calls &quot;Invoke-LabDscResource&quot; for each host configuration item" time="0.0586" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;Invoke-LabDscResource&quot; on &quot;xPendingReboot&quot; when &quot;IgnorePendingReboot&quot; is specified (#278)" name="Unit\Src\Public\Start-LabHostConfiguration.Does not call &quot;Invoke-LabDscResource&quot; on &quot;xPendingReboot&quot; when &quot;IgnorePendingReboot&quot; is specified (#278)" time="0.0336" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Stop-Lab" executed="True" result="Success" success="True" time="0.3292" 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.1912" 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.039" 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.0191" 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.0411" 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.0194" 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.0194" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabConfiguration" executed="True" result="Success" success="True" time="0.1839" 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.1839" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabHostConfiguration" executed="True" result="Success" success="True" time="0.4212" asserts="0" description="Unit\Src\Public\Test-LabHostConfiguration">
        <results>
          <test-case description="Passes when target paths exist" name="Unit\Src\Public\Test-LabHostConfiguration.Passes when target paths exist" time="0.249" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when a target path does not exist" name="Unit\Src\Public\Test-LabHostConfiguration.Fails when a target path does not exist" time="0.0176" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when host configuration is correct" name="Unit\Src\Public\Test-LabHostConfiguration.Passes when host configuration is correct" time="0.0391" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when host configuration is incorrect" name="Unit\Src\Public\Test-LabHostConfiguration.Fails when host configuration is incorrect" time="0.0374" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when host configuration has a pending reboot" name="Unit\Src\Public\Test-LabHostConfiguration.Fails when host configuration has a pending reboot" time="0.039" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when host configuration has a pending reboot but -IgnorePendingReboot is specified" name="Unit\Src\Public\Test-LabHostConfiguration.Passes when host configuration has a pending reboot but -IgnorePendingReboot is specified" time="0.039" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabImage" executed="True" result="Success" success="True" time="0.1848" 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.1594" 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.0125" 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.0129" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabMedia" executed="True" result="Success" success="True" time="0.2062" asserts="0" description="Unit\Src\Public\Test-LabMedia">
        <results>
          <test-case description="Passes when media ISO has been downloaded" name="Unit\Src\Public\Test-LabMedia.Passes when media ISO has been downloaded" time="0.1656" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when media ISO has not been downloaded" name="Unit\Src\Public\Test-LabMedia.Fails when media ISO has not been downloaded" time="0.0203" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when media Id is not found" name="Unit\Src\Public\Test-LabMedia.Fails when media Id is not found" time="0.0203" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabResource" executed="True" result="Success" success="True" time="0.3088" asserts="0" description="Unit\Src\Public\Test-LabResource">
        <results>
          <test-case description="Passes when no resources are defined in the configuration data" name="Unit\Src\Public\Test-LabResource.Passes when no resources are defined in the configuration data" time="0.1598" 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="Unit\Src\Public\Test-LabResource.Passes when all defined resources are present and &quot;Id&quot; parameter is not specified" time="0.0514" 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="Unit\Src\Public\Test-LabResource.Passes when defined resource is present and &quot;Id&quot; parameter is specified" time="0.0156" 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="Unit\Src\Public\Test-LabResource.Fails when a resource is missing and &quot;Id&quot; parameter is not specified" time="0.0187" 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="Unit\Src\Public\Test-LabResource.Fails when a resource is missing and &quot;Id&quot; parameter is specified" time="0.0175" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses resource &quot;Filename&quot; property if specified" name="Unit\Src\Public\Test-LabResource.Uses resource &quot;Filename&quot; property if specified" time="0.0234" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Test-ResourceDownload&quot; with &quot;Checksum&quot; parameter when defined" name="Unit\Src\Public\Test-LabResource.Calls &quot;Test-ResourceDownload&quot; with &quot;Checksum&quot; parameter when defined" time="0.0224" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabVM" executed="True" result="Success" success="True" time="0.4646" 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.2042" 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.0561" 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.0311" 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.0239" 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.0357" 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.0327" 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.0388" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Test-LabImage&quot; and &quot;Test-LabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" name="Unit\Src\Public\Test-LabVM.Calls &quot;Test-LabImage&quot; and &quot;Test-LabVMDisk&quot; with &quot;ConfigurationData&quot; (#97)" time="0.042" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Unit\Src\Public\Unregister-LabMedia" executed="True" result="Success" success="True" time="0.2" asserts="0" description="Unit\Src\Public\Unregister-LabMedia">
        <results>
          <test-case description="Removes existing custom media entry when 'Id' does exist" name="Unit\Src\Public\Unregister-LabMedia.Removes existing custom media entry when 'Id' does exist" time="0.184" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not remove any entries when custom media 'Id' doesn't exist" name="Unit\Src\Public\Unregister-LabMedia.Does not remove any entries when custom media 'Id' doesn't exist" time="0.016" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
    </results>
  </test-suite>
</test-results>