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="494" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2016-03-26" time="19:00:42">
  <environment user="Iain" machine-name="IBLAPTOP" cwd="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability" user-domain="IBLAPTOP" platform="Microsoft Windows 10 Pro|C:\WINDOWS|\Device\Harddisk1\Partition4" nunit-version="2.5.8.0" os-version="10.0.10586" clr-version="4.0.30319.42000" />
  <culture-info current-culture="en-GB" current-uiculture="en-GB" />
  <test-suite type="Powershell" name="Pester" executed="True" result="Success" success="True" time="58.2956" asserts="0">
    <results>
      <test-suite type="TestFixture" name="BootStrap" executed="True" result="Success" success="True" time="2.6736" asserts="0" description="BootStrap">
        <results>
          <test-case description="Returns a &quot;System.Management.Automation.ScriptBlock&quot; type" name="BootStrap.Returns a &quot;System.Management.Automation.ScriptBlock&quot; type" time="1.4439" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Includes custom BootStrap injection point" name="BootStrap.Includes custom BootStrap injection point" time="0.1046" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target file &quot;SetupComplete.cmd&quot;" name="BootStrap.Creates target file &quot;SetupComplete.cmd&quot;" time="0.1154" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Bypasses Powershell execution policy" name="BootStrap.Bypasses Powershell execution policy" time="0.0272" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Runs non-interactively" name="BootStrap.Runs non-interactively" time="0.0264" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates scheduled tasks for CoreCLR image" name="BootStrap.Creates scheduled tasks for CoreCLR image" time="0.0402" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses ASCII encoding" name="BootStrap.Uses ASCII encoding" time="0.4293" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target file &quot;BootStrap.ps1&quot;" name="BootStrap.Creates target file &quot;BootStrap.ps1&quot;" time="0.1243" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Replaces custom BootStrap injection point with custom BootStrap" name="BootStrap.Replaces custom BootStrap injection point with custom BootStrap" time="0.0388" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses UTF8 encoding" name="BootStrap.Uses UTF8 encoding" time="0.0539" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns empty string when &quot;CustomBootStrapOrder&quot; = &quot;Disabled&quot;" name="BootStrap.Returns empty string when &quot;CustomBootStrapOrder&quot; = &quot;Disabled&quot;" time="0.1172" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns configuration bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationOnly&quot;" name="BootStrap.Returns configuration bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationOnly&quot;" time="0.0256" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns media bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;MediaOnly&quot;" name="BootStrap.Returns media bootstrap when &quot;CustomBootStrapOrder&quot; = &quot;MediaOnly&quot;" time="0.0243" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns configuration bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationFirst&quot;" name="BootStrap.Returns configuration bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;ConfigurationFirst&quot;" time="0.0209" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns media bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;MediaFirst&quot;" name="BootStrap.Returns media bootstrap first when &quot;CustomBootStrapOrder&quot; = &quot;MediaFirst&quot;" time="0.025" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns configuration bootstrap when &quot;MediaCustomBootstrap&quot; is null" name="BootStrap.Returns configuration bootstrap when &quot;MediaCustomBootstrap&quot; is null" time="0.0254" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns media bootstrap when &quot;ConfigurationCustomBootstrap&quot; is null" name="BootStrap.Returns media bootstrap when &quot;ConfigurationCustomBootstrap&quot; is null" time="0.0312" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="ConfigurationData" executed="True" result="Success" success="True" time="1.9737" asserts="0" description="ConfigurationData">
        <results>
          <test-case description="Returns a &quot;System.Collections.Hashtable&quot; type" name="ConfigurationData.Returns a &quot;System.Collections.Hashtable&quot; type" time="0.3621" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a &quot;System.Collections.Hashtable&quot; type from a file path" name="ConfigurationData.Returns a &quot;System.Collections.Hashtable&quot; type from a file path" time="0.0383" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when passed a directory path" name="ConfigurationData.Throws when passed a directory path" time="0.0473" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when passed a file path with an extension other than &quot;.psd1&quot;" name="ConfigurationData.Throws when passed a file path with an extension other than &quot;.psd1&quot;" time="0.0288" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when passed a non-string or non-hashtable" name="ConfigurationData.Throws when passed a non-string or non-hashtable" time="0.0301" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves 'Host' to module path when custom configuration does not exist" name="ConfigurationData.Resolves 'Host' to module path when custom configuration does not exist" time="0.2306" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves 'Host' to %ALLUSERSPROFILE% path when custom configuration does exist" name="ConfigurationData.Resolves 'Host' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.0414" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves 'VM' to module path when custom configuration does not exist" name="ConfigurationData.Resolves 'VM' to module path when custom configuration does not exist" time="0.0789" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves 'VM' to %ALLUSERSPROFILE% path when custom configuration does exist" name="ConfigurationData.Resolves 'VM' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.0296" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves 'Media' to module path when custom configuration does not exist" name="ConfigurationData.Resolves 'Media' to module path when custom configuration does not exist" time="0.0345" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves 'Media' to %ALLUSERSPROFILE% path when custom configuration does exist" name="ConfigurationData.Resolves 'Media' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.0413" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves 'CustomMedia' to module path when custom configuration does not exist" name="ConfigurationData.Resolves 'CustomMedia' to module path when custom configuration does not exist" time="0.0424" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves 'CustomMedia' to %ALLUSERSPROFILE% path when custom configuration does exist" name="ConfigurationData.Resolves 'CustomMedia' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.0263" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves environment variables in resulting path" name="ConfigurationData.Resolves environment variables in resulting path" time="0.093" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds missing &quot;CustomBootstrapOrder&quot; property to VM configuration" name="ConfigurationData.Adds missing &quot;CustomBootstrapOrder&quot; property to VM configuration" time="0.235" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds missing &quot;SecureBoot&quot; property to VM configuration" name="ConfigurationData.Adds missing &quot;SecureBoot&quot; property to VM configuration" time="0.1254" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds missing &quot;OperatingSystem&quot; property to CustomMedia configuration" name="ConfigurationData.Adds missing &quot;OperatingSystem&quot; property to CustomMedia configuration" time="0.1345" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds missing &quot;DisableLocalFileCaching&quot; property to Host configuration" name="ConfigurationData.Adds missing &quot;DisableLocalFileCaching&quot; property to Host configuration" time="0.071" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds missing &quot;EnableCallStackLogging&quot; property to Host configuration" name="ConfigurationData.Adds missing &quot;EnableCallStackLogging&quot; property to Host configuration" time="0.0756" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes configuration file" name="ConfigurationData.Removes configuration file" time="0.2077" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="DiskImage" executed="True" result="Success" success="True" time="7.0293" asserts="0" description="DiskImage">
        <results>
          <test-case description="Throws when no disk letter is found" name="DiskImage.Throws when no disk letter is found" time="2.1008" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when no disk letter is found for specified partition type" name="DiskImage.Throws when no disk letter is found for specified partition type" time="0.1104" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a single character" name="DiskImage.Returns a single character" time="0.0396" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if VHD image already exists" name="DiskImage.Throws if VHD image already exists" time="0.1152" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes existing VHD image if it already exists and -Force is specified" name="DiskImage.Removes existing VHD image if it already exists and -Force is specified" time="0.9894" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates new VHD file and initializes disk" name="DiskImage.Creates new VHD file and initializes disk" time="0.1657" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does dismount VHD file if -PassThru is not specified" name="DiskImage.Does dismount VHD file if -PassThru is not specified" time="0.0766" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not dismount VHD file if -PassThru is specified" name="DiskImage.Does not dismount VHD file if -PassThru is specified" time="0.1347" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;BCDBOOT.EXE&quot; with &quot;/f BIOS&quot;" name="DiskImage.Calls &quot;BCDBOOT.EXE&quot; with &quot;/f BIOS&quot;" time="0.2057" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;BCDEDIT.EXE&quot; thrice" name="DiskImage.Calls &quot;BCDEDIT.EXE&quot; thrice" time="0.1508" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;BCDBOOT.EXE&quot; with &quot;/f UEFI&quot;" name="DiskImage.Calls &quot;BCDBOOT.EXE&quot; with &quot;/f UEFI&quot;" time="0.1759" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Stops Shell Hardware Detection service" name="DiskImage.Stops Shell Hardware Detection service" time="0.5036" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates a full size active IFS partition" name="DiskImage.Creates a full size active IFS partition" time="0.0828" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Formats volume as NTFS" name="DiskImage.Formats volume as NTFS" time="0.0851" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Stops and starts Shell Hardware Detection service" name="DiskImage.Stops and starts Shell Hardware Detection service" time="0.2768" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates 250MB system partition" name="DiskImage.Creates 250MB system partition" time="0.151" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates OS partition" name="DiskImage.Creates OS partition" time="0.1449" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Formats volume as NTFS" name="DiskImage.Formats volume as NTFS" time="0.1372" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;SetDiskImageBootVolumeGpt&quot; when partition style is GPT" name="DiskImage.Calls &quot;SetDiskImageBootVolumeGpt&quot; when partition style is GPT" time="0.1349" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;SetDiskImageBootVolumeMbr&quot; when partition style is GPT" name="DiskImage.Calls &quot;SetDiskImageBootVolumeMbr&quot; when partition style is GPT" time="0.0469" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" name="DiskImage.Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" time="0.7573" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" name="DiskImage.Does not call &quot;Add-WindowsPackage&quot; for no hotfixes" time="0.0556" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Add-WindowsPackage&quot; for a single hotfix" name="DiskImage.Calls &quot;Add-WindowsPackage&quot; for a single hotfix" time="0.1222" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Add-WindowsPackage&quot; for a single hotfix" name="DiskImage.Calls &quot;Add-WindowsPackage&quot; for a single hotfix" time="0.061" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" name="DiskImage.Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" time="0.1004" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" name="DiskImage.Calls &quot;Add-WindowsPackage&quot; for each hotfix with multiple hotfixes" time="0.1046" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="DscModule" executed="True" result="Success" success="True" time="1.7604" asserts="0" description="DscModule">
        <results>
          <test-case description="Returns true if &quot;GetDscModule&quot; returns a path" name="DscModule.Returns true if &quot;GetDscModule&quot; returns a path" time="0.3658" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns false if &quot;GetDscModule&quot; fails" name="DscModule.Returns false if &quot;GetDscModule&quot; fails" time="0.04" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if module does not exist" name="DscModule.Throws if module does not exist" time="0.1684" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns DSC resource's parent directory path" name="DscModule.Returns DSC resource's parent directory path" time="0.042" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns DSC resource's DSCResources subdirectory path if ResourceName is specified" name="DscModule.Returns DSC resource's DSCResources subdirectory path if ResourceName is specified" time="0.056" 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="DscModule.Errors if DSC resource's subdirectory path does not exist and ResourceName is specified" time="0.0646" 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="DscModule.Returns $null if DSC resource's subdirectory path does not exist and ResourceName is specified" time="0.0511" 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="DscModule.Does not throw if DSC module version is equal to the MinimumVersion specified" time="0.0562" 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="DscModule.Does not throw if DSC module version is greater than the MinimumVersion specified" time="0.0502" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Errors if DSC module version is less than the MinimumVersion specified" name="DscModule.Errors if DSC module version is less than the MinimumVersion specified" time="0.0523" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns $null if DSC module version is less than the MinimumVersion specified" name="DscModule.Returns $null if DSC module version is less than the MinimumVersion specified" time="0.0407" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns &quot;True&quot; when the module contains a &quot;DSCResources&quot; folder" name="DscModule.Returns &quot;True&quot; when the module contains a &quot;DSCResources&quot; folder" time="0.3247" 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="DscModule.Returns &quot;False&quot; when the module does not contain a &quot;DSCResources&quot; folder" time="0.0264" 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="DscModule.Returns &quot;True&quot; when the module .psm1 contains a &quot;[DSCResource()]&quot; definition" time="0.0303" 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="DscModule.Returns &quot;False&quot; when the module .psm1 does not contain a &quot;[DSCResource()]&quot; definition" time="0.0313" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns module with &quot;DSCResources&quot;" name="DscModule.Returns module with &quot;DSCResources&quot;" time="0.1668" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns module with &quot;[DSCResource()]&quot;" name="DscModule.Returns module with &quot;[DSCResource()]&quot;" time="0.048" 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="DscModule.Does not return a module without &quot;DSCResources&quot; and &quot;[DSCResource()]&quot;" time="0.032" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns versioned module with &quot;DSCResources&quot;" name="DscModule.Returns versioned module with &quot;DSCResources&quot;" time="0.0451" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns versioned module with &quot;[DSCResource()]&quot;" name="DscModule.Returns versioned module with &quot;[DSCResource()]&quot;" time="0.0368" 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="DscModule.Does not return a versioned module without &quot;DSCResources&quot; and &quot;[DSCResource()]&quot;" time="0.0318" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="DscResource" executed="True" result="Success" success="True" time="2.6531" asserts="0" description="DscResource">
        <results>
          <test-case description="Does not import module if command is already imported" name="DscResource.Does not import module if command is already imported" time="0.3479" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;GetDscModule&quot; if &quot;UseDefault&quot; is not specified" name="DscResource.Does not call &quot;GetDscModule&quot; if &quot;UseDefault&quot; is not specified" time="0.1004" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;GetDscModule&quot; if &quot;UseDefault&quot; is specified" name="DscResource.Calls &quot;GetDscModule&quot; if &quot;UseDefault&quot; is specified" time="0.0625" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Get-&lt;ResourceName&gt;TargetResource&quot; method" name="DscResource.Calls &quot;Get-&lt;ResourceName&gt;TargetResource&quot; method" time="0.1513" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Test-&lt;ResourceName&gt;TargetResource&quot; method" name="DscResource.Calls &quot;Test-&lt;ResourceName&gt;TargetResource&quot; method" time="0.1674" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-&lt;ResourceName&gt;TargetResource&quot; method" name="DscResource.Calls &quot;Set-&lt;ResourceName&gt;TargetResource&quot; method" time="0.1282" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;Set-&lt;ResourceName&gt;TargetResource&quot; if &quot;TestDscResource&quot; passes" name="DscResource.Does not call &quot;Set-&lt;ResourceName&gt;TargetResource&quot; if &quot;TestDscResource&quot; passes" time="0.1417" 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="DscResource.Does call &quot;Set-&lt;ResourceName&gt;TargetResource&quot; if &quot;TestDscResource&quot; fails" time="0.0517" 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="DscResource.Throws when &quot;TestDscResource&quot; fails and &quot;ResourceName&quot; matches &quot;PendingReboot&quot;" time="0.0435" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns Uri when specified" name="DscResource.Returns Uri when specified" time="0.1119" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns latest package Uri when &quot;RequiredVersion&quot; is not specified" name="DscResource.Returns latest package Uri when &quot;RequiredVersion&quot; is not specified" time="0.0273" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns &quot;RequiredVersion&quot; when &quot;MinimumVersion&quot; and &quot;RequiredVersion&quot; are specified" name="DscResource.Returns &quot;RequiredVersion&quot; when &quot;MinimumVersion&quot; and &quot;RequiredVersion&quot; are specified" time="0.0315" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns &quot;System.IO.DirectoryInfo&quot; object type" name="DscResource.Returns &quot;System.IO.DirectoryInfo&quot; object type" time="0.195" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;InvokeDscResourceDownloadFromPSGallery&quot; when PSGallery module exists" name="DscResource.Does not call &quot;InvokeDscResourceDownloadFromPSGallery&quot; when PSGallery module exists" time="0.0376" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResourceDownloadFromPSGallery&quot; when PSGallery module exists and &quot;Force&quot; is specified" name="DscResource.Calls &quot;InvokeDscResourceDownloadFromPSGallery&quot; when PSGallery module exists and &quot;Force&quot; is specified" time="0.0644" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResourceDownloadFromPSGallery&quot; when PSGallery module does not exist" name="DscResource.Calls &quot;InvokeDscResourceDownloadFromPSGallery&quot; when PSGallery module does not exist" time="0.0418" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;InvokeDscResourceDownloadFromGitHub&quot; when GitHub module exists" name="DscResource.Does not call &quot;InvokeDscResourceDownloadFromGitHub&quot; when GitHub module exists" time="0.0484" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResourceDownloadFromGitHub&quot; when GitHub module exists and &quot;Force&quot; is specified" name="DscResource.Calls &quot;InvokeDscResourceDownloadFromGitHub&quot; when GitHub module exists and &quot;Force&quot; is specified" time="0.0593" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResourceDownloadFromGitHub&quot; when GitHub module does not exist" name="DscResource.Calls &quot;InvokeDscResourceDownloadFromGitHub&quot; when GitHub module does not exist" time="0.047" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns &quot;System.IO.DirectoryInfo&quot; object type" name="DscResource.Returns &quot;System.IO.DirectoryInfo&quot; object type" time="0.2615" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;SetResourceDownload&quot; to download module" name="DscResource.Calls &quot;SetResourceDownload&quot; to download module" time="0.0535" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandZipArchive&quot; to extract module" name="DscResource.Calls &quot;ExpandZipArchive&quot; to extract module" time="0.0584" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandZipArchive&quot; with &quot;Force&quot; when specified" name="DscResource.Calls &quot;ExpandZipArchive&quot; with &quot;Force&quot; when specified" time="0.076" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResourceDownloadFromPSGallery&quot; when GitHubRepository module is not found" name="DscResource.Calls &quot;InvokeDscResourceDownloadFromPSGallery&quot; when GitHubRepository module is not found" time="0.1847" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Imports &quot;GitHubRepository&quot; module " name="DscResource.Imports &quot;GitHubRepository&quot; module " time="0.0509" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Install-GitHubRepository&quot;" name="DscResource.Calls &quot;Install-GitHubRepository&quot;" time="0.0511" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Install-GitHubRepository&quot; with &quot;Force&quot; when specified" name="DscResource.Calls &quot;Install-GitHubRepository&quot; with &quot;Force&quot; when specified" time="0.058" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Internal" executed="True" result="Success" success="True" time="1.4931" asserts="0" description="Internal">
        <results>
          <test-case description="Resolves existing home path" name="Internal.Resolves existing home path" time="0.3314" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves non-existent home path" name="Internal.Resolves non-existent home path" time="0.0597" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Start-Process&quot; with correct process path" name="Internal.Calls &quot;Start-Process&quot; with correct process path" time="0.1708" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Start-Process&quot; with correct arguments" name="Internal.Calls &quot;Start-Process&quot; with correct arguments" time="0.0434" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Waits for &quot;Start-Process&quot; to exit" name="Internal.Waits for &quot;Start-Process&quot; to exit" time="0.0415" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Warns when process exits with non-zero exit code" name="Internal.Warns when process exits with non-zero exit code" time="0.0536" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not return call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$null&quot;" name="Internal.Does not return call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$null&quot;" time="0.107" 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="Internal.Does not return call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$false&quot;" time="0.0255" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$true&quot;" name="Internal.Returns call stack information when &quot;$labDefaults.CallStackLogging&quot; = &quot;$true&quot;" time="0.0402" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;GetFormattedMessage&quot; method" name="Internal.Calls &quot;GetFormattedMessage&quot; method" time="0.164" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Write-Verbose&quot; method with test message" name="Internal.Calls &quot;Write-Verbose&quot; method with test message" time="0.0601" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;GetFormattedMessage&quot; method" name="Internal.Calls &quot;GetFormattedMessage&quot; method" time="0.1241" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Write-Warning&quot; method with test message" name="Internal.Calls &quot;Write-Warning&quot; method with test message" time="0.0588" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a &quot;System.Collections.Hashtable&quot; object" name="Internal.Returns a &quot;System.Collections.Hashtable&quot; object" time="0.1191" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Converts property value types correctly" name="Internal.Converts property value types correctly" time="0.0301" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Ignores &quot;$null&quot; values when specified" name="Internal.Ignores &quot;$null&quot; values when specified" time="0.0322" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Converts nested &quot;PSCustomObject&quot; types to a hashtable" name="Internal.Converts nested &quot;PSCustomObject&quot; types to a hashtable" time="0.0317" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Resource" executed="True" result="Success" success="True" time="2.5352" asserts="0" description="Resource">
        <results>
          <test-case description="Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;Path&quot; already exists" name="Resource.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;Path&quot; already exists" time="0.3876" 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="Resource.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;Path&quot; does not exist" time="0.0322" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target &quot;Path&quot; if it does not exist" name="Resource.Creates target &quot;Path&quot; if it does not exist" time="0.0295" 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="Resource.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;DirectoryInfo&quot; already exists" time="0.0359" 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="Resource.Returns a &quot;System.IO.DirectoryInfo&quot; object if target &quot;DirectoryInfo&quot; does not exist" time="0.0339" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target &quot;DirectoryInfo&quot; if it does not exist" name="Resource.Creates target &quot;DirectoryInfo&quot; if it does not exist" time="0.0304" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns &quot;System.Collections.Hashtable&quot; type" name="Resource.Returns &quot;System.Collections.Hashtable&quot; type" time="0.1316" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns empty checksum if resource does not exist" name="Resource.Returns empty checksum if resource does not exist" time="0.0336" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns correct checksum if resource and checksum files exist" name="Resource.Returns correct checksum if resource and checksum files exist" time="0.0295" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns correct checksum if resource exists but checksum does not exist" name="Resource.Returns correct checksum if resource exists but checksum does not exist" time="0.0885" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns incorrect checksum if incorrect resource and checksum files exist" name="Resource.Returns incorrect checksum if incorrect resource and checksum files exist" time="0.0304" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns incorrect checksum if incorrect resource exists but checksum does not exist" name="Resource.Returns incorrect checksum if incorrect resource exists but checksum does not exist" time="0.0319" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns true if resource exists but no checksum was specified" name="Resource.Returns true if resource exists but no checksum was specified" time="0.1576" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns true if resource exists and checksum is correct" name="Resource.Returns true if resource exists and checksum is correct" time="0.0475" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns false if resource does not exist" name="Resource.Returns false if resource does not exist" time="0.0349" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns false if resource exists but checksum is incorrect" name="Resource.Returns false if resource exists but checksum is incorrect" time="0.0393" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeWebClientDownload&quot; with specified Uri" name="Resource.Calls &quot;InvokeWebClientDownload&quot; with specified Uri" time="0.1739" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeWebClientDownload&quot; with specified destination Path" name="Resource.Calls &quot;InvokeWebClientDownload&quot; with specified destination Path" time="0.0475" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeWebClientDownload&quot; with default 64KB buffer size" name="Resource.Calls &quot;InvokeWebClientDownload&quot; with default 64KB buffer size" time="0.0482" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeWebClientDownload&quot; with 1MB buffer size for file resource" name="Resource.Calls &quot;InvokeWebClientDownload&quot; with 1MB buffer size for file resource" time="0.0587" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates checksum file after download" name="Resource.Creates checksum file after download" time="0.6499" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates target parent directory if it does not exist" name="Resource.Creates target parent directory if it does not exist" time="0.078" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a &quot;System.Management.Automation.PSCustomObject&quot; type" name="Resource.Returns a &quot;System.Management.Automation.PSCustomObject&quot; type" time="0.1436" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; fails" name="Resource.Calls &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; fails" time="0.0587" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; passes but -Force was specified" name="Resource.Calls &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; passes but -Force was specified" time="0.0433" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; passes" name="Resource.Does not call &quot;SetResourceDownload&quot; if &quot;TestResourceDownload&quot; passes" time="0.059" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="UnattendXml" executed="True" result="Success" success="True" time="0.9299" asserts="0" description="UnattendXml">
        <results>
          <test-case description="Returns a &quot;System.Xml.XmlDocument&quot; type" name="UnattendXml.Returns a &quot;System.Xml.XmlDocument&quot; type" time="0.3645" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates equal number of &quot;x86&quot; and &quot;amd64&quot; components" name="UnattendXml.Creates equal number of &quot;x86&quot; and &quot;amd64&quot; components" time="0.0369" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets encoded Administrator password" name="UnattendXml.Sets encoded Administrator password" time="0.043" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets timezone" name="UnattendXml.Sets timezone" time="0.0366" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets Input locale" name="UnattendXml.Sets Input locale" time="0.0353" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets System locale" name="UnattendXml.Sets System locale" time="0.0367" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets UI language" name="UnattendXml.Sets UI language" time="0.0493" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets User locale" name="UnattendXml.Sets User locale" time="0.0398" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets computer name" name="UnattendXml.Sets computer name" time="0.048" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets product key" name="UnattendXml.Sets product key" time="0.0341" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds single synchronous command" name="UnattendXml.Adds single synchronous command" time="0.0289" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds multiple synchronous commands" name="UnattendXml.Adds multiple synchronous commands" time="0.0255" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Saves Xml file to disk" name="UnattendXml.Saves Xml file to disk" time="0.1515" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="VirtualMachine" executed="True" result="Success" success="True" time="1.7356" asserts="0" description="VirtualMachine">
        <results>
          <test-case description="Returns generation 1 VM for x86 media architecture" name="VirtualMachine.Returns generation 1 VM for x86 media architecture" time="0.4003" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns generation 2 VM for x64 media architecture" name="VirtualMachine.Returns generation 2 VM for x64 media architecture" time="0.0589" 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="VirtualMachine.Returns generation 1 VM when custom &quot;MBR&quot; partition style is defined" time="0.0639" 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="VirtualMachine.Returns generation 2 VM when custom &quot;GPT&quot; partition style is defined" time="0.0629" 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="VirtualMachine.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.0647" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns additional &quot;VhdPath&quot; property" name="VirtualMachine.Returns additional &quot;VhdPath&quot; property" time="0.0635" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns additional &quot;RestartIfNeeded&quot; property" name="VirtualMachine.Returns additional &quot;RestartIfNeeded&quot; property" time="0.0592" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not return &quot;Media&quot; property" name="VirtualMachine.Does not return &quot;Media&quot; property" time="0.0573" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Imports Hyper-V DSC resource" name="VirtualMachine.Imports Hyper-V DSC resource" time="0.2017" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns true when VM matches specified configuration" name="VirtualMachine.Returns true when VM matches specified configuration" time="0.0645" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns false when VM does not match specified configuration" name="VirtualMachine.Returns false when VM does not match specified configuration" time="0.0612" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns false when error is thrown" name="VirtualMachine.Returns false when error is thrown" time="0.0698" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Imports Hyper-V DSC resource" name="VirtualMachine.Imports Hyper-V DSC resource" time="0.1925" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Invokes Hyper-V DSC resource" name="VirtualMachine.Invokes Hyper-V DSC resource" time="0.0756" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Imports Hyper-V DSC resource" name="VirtualMachine.Imports Hyper-V DSC resource" time="0.1723" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Invokes Hyper-V DSC resource" name="VirtualMachine.Invokes Hyper-V DSC resource" time="0.0674" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="WindowsImage" executed="True" result="Success" success="True" time="2.0472" asserts="0" description="WindowsImage">
        <results>
          <test-case description="Mounts ISO image" name="WindowsImage.Mounts ISO image" time="0.618" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not Mount WIM image" name="WindowsImage.Does not Mount WIM image" time="0.0844" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;GetWindowsImageIndex&quot; method when passing &quot;WimImageName&quot;" name="WindowsImage.Calls &quot;GetWindowsImageIndex&quot; method when passing &quot;WimImageName&quot;" time="0.1504" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Expand-WindowsImage&quot; with specified &quot;WimImageIndex&quot;" name="WindowsImage.Calls &quot;Expand-WindowsImage&quot; with specified &quot;WimImageIndex&quot;" time="0.1346" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Expand-WindowsImage&quot; with custom &quot;WimPath&quot;" name="WindowsImage.Calls &quot;Expand-WindowsImage&quot; with custom &quot;WimPath&quot;" time="0.1254" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Dismounts ISO image" name="WindowsImage.Dismounts ISO image" time="0.1282" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not dismount WIM image" name="WindowsImage.Does not dismount WIM image" time="0.0866" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;AddWindowsOptionalFeature&quot; when &quot;WindowsOptionalFeature&quot; is defined" name="WindowsImage.Calls &quot;AddWindowsOptionalFeature&quot; when &quot;WindowsOptionalFeature&quot; is defined" time="0.1482" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;AddWindowsOptionalFeature&quot; with custom &quot;SourcePath&quot;" name="WindowsImage.Calls &quot;AddWindowsOptionalFeature&quot; with custom &quot;SourcePath&quot;" time="0.107" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a &quot;System.Int32&quot; type" name="WindowsImage.Returns a &quot;System.Int32&quot; type" time="0.1858" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns the matching image index if found" name="WindowsImage.Returns the matching image index if found" time="0.037" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns nothing when image index is not found" name="WindowsImage.Returns nothing when image index is not found" time="0.0419" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a &quot;System.String&quot; type" name="WindowsImage.Returns a &quot;System.String&quot; type" time="0.1264" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns the matching image name" name="WindowsImage.Returns the matching image name" time="0.0366" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns nothing when image name is not found" name="WindowsImage.Returns nothing when image name is not found" time="0.0367" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Lab" executed="True" result="Success" success="True" time="2.8005" asserts="0" description="Lab">
        <results>
          <test-case description="Starts all VMs with matching boot order" name="Lab.Starts all VMs with matching boot order" time="0.587" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Starts all VMs with differing boot orders individually" name="Lab.Starts all VMs with differing boot orders individually" time="0.1213" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Starts VM using display name" name="Lab.Starts VM using display name" time="0.0839" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Starts VMs in boot order" name="Lab.Starts VMs in boot order" time="0.123" 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="Lab.Does not call &quot;Start-Sleep&quot; if a zero boot delay is specified" time="0.0713" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Stops all VMs with matching boot order" name="Lab.Stops all VMs with matching boot order" time="0.196" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Stops all VMs with differing boot orders individually" name="Lab.Stops all VMs with differing boot orders individually" time="0.1123" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Stops VM using display name" name="Lab.Stops VM using display name" time="0.0689" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Stops VMs in boot order" name="Lab.Stops VMs in boot order" time="0.1175" 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="Lab.Does not call &quot;Start-Sleep&quot; if a zero boot delay is specified" time="0.0705" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Restore-Lab&quot; with -Force switch" name="Lab.Calls &quot;Restore-Lab&quot; with -Force switch" time="0.1452" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Snapshots VMs when powered off" name="Lab.Snapshots VMs when powered off" time="0.1955" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Snapshots VM using display name" name="Lab.Snapshots VM using display name" time="0.0564" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Errors when there is one running VM" name="Lab.Errors when there is one running VM" time="0.072" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Errors when there are multiple running VMs" name="Lab.Errors when there are multiple running VMs" time="0.0752" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Snapshots VMs when there are running VMs and -Force is specified" name="Lab.Snapshots VMs when there are running VMs and -Force is specified" time="0.094" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Restores specified snapshot when VMs are powered off" name="Lab.Restores specified snapshot when VMs are powered off" time="0.2937" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Restores VM snapshot using display name" name="Lab.Restores VM snapshot using display name" time="0.0841" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Errors when there is a running VM" name="Lab.Errors when there is a running VM" time="0.0828" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Restores specified snapshot when there are running VMs and -Force is specified" name="Lab.Restores specified snapshot when there are running VMs and -Force is specified" time="0.1497" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabConfiguration" executed="True" result="Success" success="True" time="1.4666" asserts="0" description="LabConfiguration">
        <results>
          <test-case description="Calls &quot;Test-LabVM&quot; for each node" name="LabConfiguration.Calls &quot;Test-LabVM&quot; for each node" time="0.3619" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if path is invalid" name="LabConfiguration.Throws if path is invalid" time="0.163" 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="LabConfiguration.Does not throw if &quot;.mof&quot; and &quot;.meta.mof&quot; files exist" time="0.0456" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;.mof&quot; file is missing" name="LabConfiguration.Throws if &quot;.mof&quot; file is missing" time="0.0399" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Warns if &quot;.meta.mof&quot; file is missing" name="LabConfiguration.Warns if &quot;.meta.mof&quot; file is missing" time="0.0436" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Warns if &quot;.mof&quot; file is missing but -SkipMofCheck is specified" name="LabConfiguration.Warns if &quot;.mof&quot; file is missing but -SkipMofCheck is specified" time="0.0408" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws is &quot;Test-LabHostConfiguration&quot; fails" name="LabConfiguration.Throws is &quot;Test-LabHostConfiguration&quot; fails" time="0.169" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if path is invalid" name="LabConfiguration.Throws if path is invalid" time="0.0566" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;NewLabVM&quot; if node is not configured" name="LabConfiguration.Calls &quot;NewLabVM&quot; if node is not configured" time="0.15" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;NewLabVM&quot; if node is configured" name="LabConfiguration.Does not call &quot;NewLabVM&quot; if node is configured" time="0.0928" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;NewLabVM&quot; if node is configured but -Force is specified" name="LabConfiguration.Calls &quot;NewLabVM&quot; if node is configured but -Force is specified" time="0.1052" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;RemoveLabVM&quot; for each node" name="LabConfiguration.Calls &quot;RemoveLabVM&quot; for each node" time="0.1982" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabHostConfiguration" executed="True" result="Success" success="True" time="2.3641" asserts="0" description="LabHostConfiguration">
        <results>
          <test-case description="Installs &quot;Microsoft-Hyper-V-All&quot; feature with &quot;WindowsOptionalFeature&quot; on a desktop OS" name="LabHostConfiguration.Installs &quot;Microsoft-Hyper-V-All&quot; feature with &quot;WindowsOptionalFeature&quot; on a desktop OS" time="0.988" 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="LabHostConfiguration.Installs &quot;Hyper-V&quot; feature using &quot;WindowsFeature&quot; on a server OS" time="0.0429" 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="LabHostConfiguration.Installs &quot;RSAT-Hyper-V-Tools&quot; feature using &quot;WindowsFeature&quot; on a server OS" time="0.0378" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Checks for a pending reboot" name="LabHostConfiguration.Checks for a pending reboot" time="0.0395" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ImportDscResource once for each host configuration item" name="LabHostConfiguration.Calls &quot;ImportDscResource once for each host configuration item" time="0.1935" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;GetDscResource once for each host configuration item" name="LabHostConfiguration.Calls &quot;GetDscResource once for each host configuration item" time="0.0659" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when target paths exist" name="LabHostConfiguration.Passes when target paths exist" time="0.2709" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when a target path does not exist" name="LabHostConfiguration.Fails when a target path does not exist" time="0.0482" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when host configuration is correct" name="LabHostConfiguration.Passes when host configuration is correct" time="0.0977" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when host configuration is incorrect" name="LabHostConfiguration.Fails when host configuration is incorrect" time="0.08" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when host configuration has a pending reboot" name="LabHostConfiguration.Fails when host configuration has a pending reboot" time="0.0911" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when host configuration has a pending reboot but -IgnorePendingReboot is specified" name="LabHostConfiguration.Passes when host configuration has a pending reboot but -IgnorePendingReboot is specified" time="0.0948" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not attempt to create an empty path" name="LabHostConfiguration.Does not attempt to create an empty path" time="0.1618" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;NewDirectory&quot; for each path" name="LabHostConfiguration.Calls &quot;NewDirectory&quot; for each path" time="0.0664" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResource&quot; for each host configuration item" name="LabHostConfiguration.Calls &quot;InvokeDscResource&quot; for each host configuration item" time="0.0857" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabHostDefaults" executed="True" result="Success" success="True" time="1.3823" asserts="0" description="LabHostDefaults">
        <results>
          <test-case description="Calls &quot;GetConfigurationData&quot;" name="LabHostDefaults.Calls &quot;GetConfigurationData&quot;" time="0.3335" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns host configuration path" name="LabHostDefaults.Returns host configuration path" time="0.128" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Resolves path containing an environment variable" name="LabHostDefaults.Resolves path containing an environment variable" time="0.1839" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls 'Set-LabDefaults' with passed 'ConfigurationPath' parameter" name="LabHostDefaults.Calls 'Set-LabDefaults' with passed 'ConfigurationPath' parameter" time="0.0961" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls 'Set-LabDefaults' with passed 'DifferencingVhdPath' parameter" name="LabHostDefaults.Calls 'Set-LabDefaults' with passed 'DifferencingVhdPath' parameter" time="0.0876" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls 'Set-LabDefaults' with passed 'HotfixPath' parameter" name="LabHostDefaults.Calls 'Set-LabDefaults' with passed 'HotfixPath' parameter" time="0.093" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls 'Set-LabDefaults' with passed 'IsoPath' parameter" name="LabHostDefaults.Calls 'Set-LabDefaults' with passed 'IsoPath' parameter" time="0.0805" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls 'Set-LabDefaults' with passed 'ParentVhdPath' parameter" name="LabHostDefaults.Calls 'Set-LabDefaults' with passed 'ParentVhdPath' parameter" time="0.0856" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls 'Set-LabDefaults' with passed 'ResourcePath' parameter" name="LabHostDefaults.Calls 'Set-LabDefaults' with passed 'ResourcePath' parameter" time="0.0872" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls 'Set-LabDefaults' with passed 'UpdatePath' parameter" name="LabHostDefaults.Calls 'Set-LabDefaults' with passed 'UpdatePath' parameter" time="0.0884" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Set-LabDefaults&quot; with passed &quot;ResourceShareName&quot; parameter" name="LabHostDefaults.Calls &quot;Set-LabDefaults&quot; with passed &quot;ResourceShareName&quot; parameter" time="0.0616" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when passed an invalid path" name="LabHostDefaults.Throws when passed an invalid path" time="0.0569" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabImage" executed="True" result="Success" success="True" time="3.675" asserts="0" description="LabImage">
        <results>
          <test-case description="Returns null when there is no parent image when Id specified" name="LabImage.Returns null when there is no parent image when Id specified" time="0.4154" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns null when there is are no parent images" name="LabImage.Returns null when there is are no parent images" time="0.0657" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns all available parent images when no Id is specified" name="LabImage.Returns all available parent images when no Id is specified" time="0.106" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a single parent image when Id specified" name="LabImage.Returns a single parent image when Id specified" time="0.0962" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns image generation 'VHD' for VHD file" name="LabImage.Returns image generation 'VHD' for VHD file" time="0.0599" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns image generation 'VHDX' for VHDX file" name="LabImage.Returns image generation 'VHDX' for VHDX file" time="0.0498" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when parent image is found" name="LabImage.Passes when parent image is found" time="0.1284" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when parent image is not found" name="LabImage.Fails when parent image is not found" time="0.031" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if image already exists" name="LabImage.Throws if image already exists" time="0.1546" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Deletes parent VHDX when image creation fails" name="LabImage.Deletes parent VHDX when image creation fails" time="0.2569" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Deletes existing image if it already exists and -Force is specified" name="LabImage.Deletes existing image if it already exists and -Force is specified" time="0.2032" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeLabMediaImageDownload&quot; to download ISO media (if not present)" name="LabImage.Calls &quot;InvokeLabMediaImageDownload&quot; to download ISO media (if not present)" time="0.1453" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;NewDiskImage&quot; with -PassThru to leave VHDX mounted" name="LabImage.Calls &quot;NewDiskImage&quot; with -PassThru to leave VHDX mounted" time="0.1968" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses &quot;GPT&quot; partition style for x64 media" name="LabImage.Uses &quot;GPT&quot; partition style for x64 media" time="0.1457" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses &quot;MBR&quot; partition style for x86 media" name="LabImage.Uses &quot;MBR&quot; partition style for x86 media" time="0.1481" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses custom partition style when specified" name="LabImage.Uses custom partition style when specified" time="0.1673" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandWindowsImage&quot; with the media WIM image name" name="LabImage.Calls &quot;ExpandWindowsImage&quot; with the media WIM image name" time="0.1529" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandWindowsImage&quot; with the media WIM image index" name="LabImage.Calls &quot;ExpandWindowsImage&quot; with the media WIM image index" time="0.1616" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandWindowsImage&quot; with &quot;WindowsOptionalFeature&quot;" name="LabImage.Calls &quot;ExpandWindowsImage&quot; with &quot;WindowsOptionalFeature&quot;" time="0.1585" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandWindowsImage&quot; with &quot;WimPath&quot;" name="LabImage.Calls &quot;ExpandWindowsImage&quot; with &quot;WimPath&quot;" time="0.1602" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandWindowsImage&quot; with &quot;SourcePath&quot;" name="LabImage.Calls &quot;ExpandWindowsImage&quot; with &quot;SourcePath&quot;" time="0.159" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;AddDiskImageHotfix&quot; to inject hotfixes" name="LabImage.Calls &quot;AddDiskImageHotfix&quot; to inject hotfixes" time="0.1819" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;SetDiskImageBootVolume&quot; to configure boot volume" name="LabImage.Calls &quot;SetDiskImageBootVolume&quot; to configure boot volume" time="0.1608" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Dismounts image" name="LabImage.Dismounts image" time="0.1694" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabMedia" executed="True" result="Success" success="True" time="2.7556" asserts="0" description="LabMedia">
        <results>
          <test-case description="Does not throw with valid mandatory parameters" name="LabMedia.Does not throw with valid mandatory parameters" time="0.3516" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws with an invalid Uri" name="LabMedia.Throws with an invalid Uri" time="0.0306" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;Id&quot; parameter is missing" name="LabMedia.Throws when &quot;Id&quot; parameter is missing" time="0.0335" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;Filename&quot; parameter is missing" name="LabMedia.Throws when &quot;Filename&quot; parameter is missing" time="0.0254" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;Architecture&quot; parameter is missing" name="LabMedia.Throws when &quot;Architecture&quot; parameter is missing" time="0.0245" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;MediaType&quot; parameter is missing" name="LabMedia.Throws when &quot;MediaType&quot; parameter is missing" time="0.0269" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;Uri&quot; parameter is missing" name="LabMedia.Throws when &quot;Uri&quot; parameter is missing" time="0.0246" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns &quot;System.Management.Automation.PSCustomObject&quot; object type" name="LabMedia.Returns &quot;System.Management.Automation.PSCustomObject&quot; object type" time="0.0229" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates ProductKey custom entry when &quot;ProductKey&quot; is specified" name="LabMedia.Creates ProductKey custom entry when &quot;ProductKey&quot; is specified" time="0.0283" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if media Id cannot be resolved" name="LabMedia.Throws if media Id cannot be resolved" time="0.1604" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns configuration data media entry if it exists" name="LabMedia.Returns configuration data media entry if it exists" time="0.0702" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns default media if configuration data entry does not exist" name="LabMedia.Returns default media if configuration data entry does not exist" time="0.0441" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns all built-in media when no &quot;Id&quot; is specified" name="LabMedia.Returns all built-in media when no &quot;Id&quot; is specified" time="0.1423" 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="LabMedia.Returns a single matching built-in media when &quot;Id&quot; is specified" time="0.044" 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="LabMedia.Returns null if no built-in media is found when &quot;Id&quot; is specified" time="0.0452" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when media ISO has been downloaded" name="LabMedia.Passes when media ISO has been downloaded" time="0.1567" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when media ISO has not been downloaded" name="LabMedia.Fails when media ISO has not been downloaded" time="0.0476" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when media Id is not found" name="LabMedia.Fails when media Id is not found" time="0.0411" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a &quot;System.IO.FileInfo&quot; object type" name="LabMedia.Returns a &quot;System.IO.FileInfo&quot; object type" time="0.1548" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;ParentVhdPath&quot; if media type is &quot;VHD&quot;" name="LabMedia.Calls &quot;InvokeResourceDownload&quot; with &quot;ParentVhdPath&quot; if media type is &quot;VHD&quot;" time="0.0629" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;ISO&quot;" name="LabMedia.Calls &quot;InvokeResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;ISO&quot;" time="0.0469" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;WIM&quot;" name="LabMedia.Calls &quot;InvokeResourceDownload&quot; with &quot;IsoPath&quot; if media type is &quot;WIM&quot;" time="0.0475" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;Force&quot; parameter when specified" name="LabMedia.Calls &quot;InvokeResourceDownload&quot; with &quot;Force&quot; parameter when specified" time="0.0499" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeResourceDownload&quot; with large &quot;BufferSize&quot; for file Uris" name="LabMedia.Calls &quot;InvokeResourceDownload&quot; with large &quot;BufferSize&quot; for file Uris" time="0.0526" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;InvokeResourceDownload&quot; when &quot;DisableLocalFileCaching&quot; is enabled" name="LabMedia.Does not call &quot;InvokeResourceDownload&quot; when &quot;DisableLocalFileCaching&quot; is enabled" time="0.0803" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns source Uri when &quot;DisableLocalFileCaching&quot; is enabled" name="LabMedia.Returns source Uri when &quot;DisableLocalFileCaching&quot; is enabled" time="0.0766" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a &quot;System.IO.FileInfo&quot; object type" name="LabMedia.Returns a &quot;System.IO.FileInfo&quot; object type" time="0.1413" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;Checksum&quot; parameter when specified" name="LabMedia.Calls &quot;InvokeResourceDownload&quot; with &quot;Checksum&quot; parameter when specified" time="0.0542" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeResourceDownload&quot; with &quot;Force&quot; parameter when specified" name="LabMedia.Calls &quot;InvokeResourceDownload&quot; with &quot;Force&quot; parameter when specified" time="0.0539" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when custom media type is &quot;ISO&quot; and OperatingSystem is &quot;Linux&quot;" name="LabMedia.Throws when custom media type is &quot;ISO&quot; and OperatingSystem is &quot;Linux&quot;" time="0.1325" 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="LabMedia.Throws when custom media type is &quot;WIM&quot; and OperatingSystem is &quot;Linux&quot;" time="0.0303" 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="LabMedia.Throws when custom media type is &quot;ISO&quot; and &quot;ImageName&quot; is not specified" time="0.0322" 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="LabMedia.Throws when custom media type is &quot;WIM&quot; and &quot;ImageName&quot; is not specified" time="0.0339" 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="LabMedia.Throws when custom media already exists and &quot;Force&quot; is not specified" time="0.0516" 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="LabMedia.Does not throw when custom media type is &quot;VHD&quot; and &quot;ImageName&quot; is not specified" time="0.0675" 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="LabMedia.Does not throw when custom media already exists and &quot;Force&quot; is specified" time="0.0618" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes existing custom media entry when 'Id' does exist" name="LabMedia.Removes existing custom media entry when 'Id' does exist" time="0.1609" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not remove any entries when custom media 'Id' doesn't exist" name="LabMedia.Does not remove any entries when custom media 'Id' doesn't exist" time="0.0441" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabNode" executed="True" result="Success" success="True" time="1.652" asserts="0" description="LabNode">
        <results>
          <test-case description="Passes when single DSC module exists" name="LabNode.Passes when single DSC module exists" time="0.4801" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when multiple DSC modules exist" name="LabNode.Passes when multiple DSC modules exist" time="0.0634" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when single DSC module does not exist" name="LabNode.Fails when single DSC module does not exist" time="0.0626" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when multiple DSC module does not exist" name="LabNode.Fails when multiple DSC module does not exist" time="0.0712" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;TestModule&quot; when &quot;SkipDscCheck&quot; specified" name="LabNode.Does not call &quot;TestModule&quot; when &quot;SkipDscCheck&quot; specified" time="0.0535" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when single resource exists" name="LabNode.Passes when single resource exists" time="0.0783" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when multiple resources exist" name="LabNode.Passes when multiple resources exist" time="0.0613" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when single resource does not exist" name="LabNode.Fails when single resource does not exist" time="0.0616" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when multiple resource does not exist" name="LabNode.Fails when multiple resource does not exist" time="0.0737" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;TestLabLocalResource&quot; when &quot;SkipResourceCheck&quot; specified" name="LabNode.Does not call &quot;TestLabLocalResource&quot; when &quot;SkipResourceCheck&quot; specified" time="0.0573" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when certificates are present" name="LabNode.Passes when certificates are present" time="0.0511" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when certificates are not present" name="LabNode.Fails when certificates are not present" time="0.0574" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;TestLabNodeCertificate&quot; when &quot;SkipCertificateCheck&quot; specified" name="LabNode.Does not call &quot;TestLabNodeCertificate&quot; when &quot;SkipCertificateCheck&quot; specified" time="0.044" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws is node cannot be resolved" name="LabNode.Throws is node cannot be resolved" time="0.0442" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InstallLabNodeCertificates" name="LabNode.Calls &quot;InstallLabNodeCertificates" time="0.1742" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResourceDownload&quot; when DSC module does not exist" name="LabNode.Calls &quot;InvokeDscResourceDownload&quot; when DSC module does not exist" time="0.0734" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;InvokeDscResourceDownload&quot; when DSC module exists" name="LabNode.Does not call &quot;InvokeDscResourceDownload&quot; when DSC module exists" time="0.0563" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Test-LabNodeConfiguration&quot;" name="LabNode.Calls &quot;Test-LabNodeConfiguration&quot;" time="0.0505" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws is node cannot be resolved" name="LabNode.Throws is node cannot be resolved" time="0.0379" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabResource" executed="True" result="Success" success="True" time="3.8256" asserts="0" description="LabResource">
        <results>
          <test-case description="Passes when no resources are defined in the configuration data" name="LabResource.Passes when no resources are defined in the configuration data" time="0.3467" 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="LabResource.Passes when all defined resources are present and &quot;Id&quot; parameter is not specified" time="0.0707" 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="LabResource.Passes when defined resource is present and &quot;Id&quot; parameter is specified" time="0.0548" 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="LabResource.Fails when a resource is missing and &quot;Id&quot; parameter is not specified" time="0.0507" 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="LabResource.Fails when a resource is missing and &quot;Id&quot; parameter is specified" time="0.0465" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses resource &quot;Filename&quot; property if specified" name="LabResource.Uses resource &quot;Filename&quot; property if specified" time="0.0508" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;TestResourceDownload&quot; with &quot;Checksum&quot; parameter when defined" name="LabResource.Calls &quot;TestResourceDownload&quot; with &quot;Checksum&quot; parameter when defined" time="0.0586" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads all media when &quot;MediaId&quot; parameter is not specified" name="LabResource.Downloads all media when &quot;MediaId&quot; parameter is not specified" time="0.3656" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads only unique media when &quot;MediaId&quot; parameter is not specified" name="LabResource.Downloads only unique media when &quot;MediaId&quot; parameter is not specified" time="0.1483" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads single media when &quot;MediaId&quot; parameter is specified" name="LabResource.Downloads single media when &quot;MediaId&quot; parameter is specified" time="0.1413" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads all required hotfixes" name="LabResource.Downloads all required hotfixes" time="0.1158" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads all resources when &quot;ResourceId&quot; parameter is not specified" name="LabResource.Downloads all resources when &quot;ResourceId&quot; parameter is not specified" time="0.1768" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads single resource when &quot;ResourceId&quot; parameter is specified" name="LabResource.Downloads single resource when &quot;ResourceId&quot; parameter is specified" time="0.057" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads a single DSC resource" name="LabResource.Downloads a single DSC resource" time="0.0627" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads multiple DSC resources" name="LabResource.Downloads multiple DSC resources" time="0.0574" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses resource &quot;Filename&quot; property if specified" name="LabResource.Uses resource &quot;Filename&quot; property if specified" time="0.0722" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns resource record if &quot;ResourceId&quot; is found" name="LabResource.Returns resource record if &quot;ResourceId&quot; is found" time="0.1167" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;ResourceId&quot; is not found" name="LabResource.Throws if &quot;ResourceId&quot; is not found" time="0.0329" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Mounts ISO image read-only" name="LabResource.Mounts ISO image read-only" time="0.2307" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies ISO image contents to destination path recursively" name="LabResource.Copies ISO image contents to destination path recursively" time="0.1101" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Disounts ISO image" name="LabResource.Disounts ISO image" time="0.1016" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates destination &quot;Resources&quot; directory if it does not exist on target file sytem" name="LabResource.Creates destination &quot;Resources&quot; directory if it does not exist on target file sytem" time="0.1508" 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="LabResource.Invokes &quot;Invoke-LabResourceDownload&quot; with &quot;ResourceId&quot; if resource is not found" time="0.1598" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses resource &quot;Filename&quot; property if specified" name="LabResource.Uses resource &quot;Filename&quot; property if specified" time="0.0865" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies resource by default" name="LabResource.Copies resource by default" time="0.083" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies resource to explicit target destination path" name="LabResource.Copies resource to explicit target destination path" time="0.0811" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandZipArchive&quot; if &quot;Expand&quot; property is specified on a &quot;ZIP&quot; resource" name="LabResource.Calls &quot;ExpandZipArchive&quot; if &quot;Expand&quot; property is specified on a &quot;ZIP&quot; resource" time="0.0865" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandZipArchive&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ZIP&quot; resource" name="LabResource.Calls &quot;ExpandZipArchive&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ZIP&quot; resource" time="0.081" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandIsoResource&quot; if &quot;Expand&quot; property is specified on an &quot;ISO&quot; resource" name="LabResource.Calls &quot;ExpandIsoResource&quot; if &quot;Expand&quot; property is specified on an &quot;ISO&quot; resource" time="0.0923" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandIsoResource&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ISO&quot; resource" name="LabResource.Calls &quot;ExpandIsoResource&quot; to explicit target path when &quot;Expand&quot; is specified on a &quot;ISO&quot; resource" time="0.0835" 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="LabResource.Throws if &quot;Expand&quot; property is specified on an &quot;EXE&quot; resource" time="0.099" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns &quot;System.Boolean&quot; object type" name="LabResource.Returns &quot;System.Boolean&quot; object type" time="0.1498" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when local .EXE exists" name="LabResource.Passes when local .EXE exists" time="0.0319" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when local .EXE does not exist" name="LabResource.Fails when local .EXE does not exist" time="0.0267" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when local ISO folder exists" name="LabResource.Passes when local ISO folder exists" time="0.0337" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when local ISO folder does not exist" name="LabResource.Fails when local ISO folder does not exist" time="0.0271" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when local ZIP folder exists" name="LabResource.Passes when local ZIP folder exists" time="0.0261" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when local ZIP folder does not exist" name="LabResource.Fails when local ZIP folder does not exist" time="0.0234" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when local .EXE has &quot;Expand&quot; = &quot;True&quot;" name="LabResource.Throws when local .EXE has &quot;Expand&quot; = &quot;True&quot;" time="0.0355" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabSwitch" executed="True" result="Success" success="True" time="2.5142" asserts="0" description="LabSwitch">
        <results>
          <test-case description="Returns a &quot;System.Collections.Hashtable&quot; object type" name="LabSwitch.Returns a &quot;System.Collections.Hashtable&quot; object type" time="0.3143" 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="LabSwitch.Throws when switch type is &quot;External&quot; and &quot;NetAdapterName&quot; is not specified" time="0.0314" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes &quot;NetAdapterName&quot; if switch type is not &quot;External&quot;" name="LabSwitch.Removes &quot;NetAdapterName&quot; if switch type is not &quot;External&quot;" time="0.0254" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes &quot;AllowManagementOS&quot; if switch type is not &quot;External&quot;" name="LabSwitch.Removes &quot;AllowManagementOS&quot; if switch type is not &quot;External&quot;" time="0.0297" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a &quot;System.Collections.Hashtable&quot; object type" name="LabSwitch.Returns a &quot;System.Collections.Hashtable&quot; object type" time="0.154" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns specified network switch from configuration data if defined" name="LabSwitch.Returns specified network switch from configuration data if defined" time="1.1288" 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="LabSwitch.Returns existing &quot;External&quot; switch if &quot;Name&quot; cannot be resolved" time="0.1052" 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="LabSwitch.Returns a default &quot;Internal&quot; switch if the switch cannot be resolved" time="0.0411" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when network switch is found" name="LabSwitch.Passes when network switch is found" time="0.2122" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when an existing switch is found" name="LabSwitch.Passes when an existing switch is found" time="0.0489" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when network switch is not found" name="LabSwitch.Fails when network switch is not found" time="0.0514" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResource&quot;" name="LabSwitch.Calls &quot;InvokeDscResource&quot;" time="0.1377" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;InvokeDscResource&quot; for an existing switch" name="LabSwitch.Does not call &quot;InvokeDscResource&quot; for an existing switch" time="0.0388" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResource&quot; with &quot;Ensure&quot; = &quot;Absent&quot;" name="LabSwitch.Calls &quot;InvokeDscResource&quot; with &quot;Ensure&quot; = &quot;Absent&quot;" time="0.1602" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not call &quot;InvokeDscResource&quot; for an existing switch" name="LabSwitch.Does not call &quot;InvokeDscResource&quot; for an existing switch" time="0.035" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabVM" executed="True" result="Success" success="True" time="4.8129" asserts="0" description="LabVM">
        <results>
          <test-case description="Returns a &quot;System.Collections.Hashtable&quot; object type" name="LabVM.Returns a &quot;System.Collections.Hashtable&quot; object type" time="0.3012" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns node-specific configuration data when present" name="LabVM.Returns node-specific configuration data when present" time="0.03" 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="LabVM.Returns node-specific configuration data when present and &quot;NoEnumerateWildcardNode&quot; is specified" time="0.0315" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns wildcard node when node-specific data is not defined" name="LabVM.Returns wildcard node when node-specific data is not defined" time="0.0297" 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="LabVM.Returns default when &quot;NoEnumerateWildcardNode&quot; is specified and node-specific data is not defined" time="0.0371" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns default if wildcard and node-specific data is not present" name="LabVM.Returns default if wildcard and node-specific data is not present" time="0.0356" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns &quot;Lability_&quot; specific properties over generic properties" name="LabVM.Returns &quot;Lability_&quot; specific properties over generic properties" time="0.0366" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a &quot;System.Management.Automation.PSCustomObject&quot; object type" name="LabVM.Returns a &quot;System.Management.Automation.PSCustomObject&quot; object type" time="0.1854" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns specific node when &quot;Name&quot; is specified" name="LabVM.Returns specific node when &quot;Name&quot; is specified" time="0.0475" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns all nodes when &quot;Name&quot; is not specified" name="LabVM.Returns all nodes when &quot;Name&quot; is not specified" time="0.0662" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Errors when node cannot be found" name="LabVM.Errors when node cannot be found" time="0.0707" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a &quot;System.Boolean&quot; object type" name="LabVM.Returns a &quot;System.Boolean&quot; object type" time="0.2395" 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="LabVM.Returns a result for each VM when &quot;Name&quot; is not specified" time="0.1398" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Passes when VM is configured correctly" name="LabVM.Passes when VM is configured correctly" time="0.0642" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when image is invalid" name="LabVM.Fails when image is invalid" time="0.0658" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when switch configuration is incorrect" name="LabVM.Fails when switch configuration is incorrect" time="0.0682" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when VM disk configuration is invalid" name="LabVM.Fails when VM disk configuration is invalid" time="0.0697" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Fails when VM configuration is incorrect" name="LabVM.Fails when VM configuration is incorrect" time="0.0686" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;ClientCertificatePath&quot; cannot be found" name="LabVM.Throws when &quot;ClientCertificatePath&quot; cannot be found" time="0.1557" 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="LabVM.Does not throw when &quot;ClientCertificatePath&quot; cannot be found and &quot;IsQuickVM&quot; = &quot;$true&quot;" time="0.2228" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when &quot;RootCertificatePath&quot; cannot be found" name="LabVM.Throws when &quot;RootCertificatePath&quot; cannot be found" time="0.0456" 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="LabVM.Does not throw when &quot;RootCertificatePath&quot; cannot be found and &quot;IsQuickVM&quot; = &quot;$true&quot;" time="0.0997" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates parent image if it is not already present" name="LabVM.Creates parent image if it is not already present" time="0.1339" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;SetLabSwitch&quot; to configure VM switch" name="LabVM.Calls &quot;SetLabSwitch&quot; to configure VM switch" time="0.1228" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;SetLabSwitch&quot; once per network switch" name="LabVM.Calls &quot;SetLabSwitch&quot; once per network switch" time="0.1214" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ResetLabVMDisk&quot; to create VM disk" name="LabVM.Calls &quot;ResetLabVMDisk&quot; to create VM disk" time="0.1232" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates virtual machine" name="LabVM.Creates virtual machine" time="0.153" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not inject resources when &quot;OperatingSystem&quot; is &quot;Linux&quot;" name="LabVM.Does not inject resources when &quot;OperatingSystem&quot; is &quot;Linux&quot;" time="0.1424" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Injects VM DSC custom resources" name="LabVM.Injects VM DSC custom resources" time="0.1343" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Injects VM DSC resources and certificates" name="LabVM.Injects VM DSC resources and certificates" time="0.1272" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses CoreCLR bootstrap when &quot;SetupComplete&quot; is specified" name="LabVM.Uses CoreCLR bootstrap when &quot;SetupComplete&quot; is specified" time="0.1351" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Injects a custom bootstrap when &quot;CustomBootStrap&quot; is specified" name="LabVM.Injects a custom bootstrap when &quot;CustomBootStrap&quot; is specified" time="0.1325" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates a VM snapshot by default" name="LabVM.Creates a VM snapshot by default" time="0.1283" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not create a snapshot when &quot;NoSnapshot&quot; is specified" name="LabVM.Does not create a snapshot when &quot;NoSnapshot&quot; is specified" time="0.1198" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Writes warning when VM &quot;WarningMessage&quot; is defined" name="LabVM.Writes warning when VM &quot;WarningMessage&quot; is defined" time="0.1236" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Warns when no client or root certificate is used" name="LabVM.Warns when no client or root certificate is used" time="0.072" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws when VM cannot be found" name="LabVM.Throws when VM cannot be found" time="0.1503" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes all snapshots" name="LabVM.Removes all snapshots" time="0.1735" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes the virtual machine" name="LabVM.Removes the virtual machine" time="0.0806" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes the VHDX file" name="LabVM.Removes the VHDX file" time="0.0827" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not remove the virtual switch by default" name="LabVM.Does not remove the virtual switch by default" time="0.0765" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes the virtual switch when &quot;RemoveSwitch&quot; is specified" name="LabVM.Removes the virtual switch when &quot;RemoveSwitch&quot; is specified" time="0.0932" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes existing virtual machine" name="LabVM.Removes existing virtual machine" time="0.1655" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates a new virtual machine" name="LabVM.Creates a new virtual machine" time="0.0487" 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="LabVM.Creates a new virtual machine without a snapshot when &quot;NoSnapshot&quot; is specified" time="0.0614" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabVMDefaults" executed="True" result="Success" success="True" time="1.7174" asserts="0" description="LabVMDefaults">
        <results>
          <test-case description="Calls &quot;RemoveConfigurationData&quot; method" name="LabVMDefaults.Calls &quot;RemoveConfigurationData&quot; method" time="0.3365" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a &quot;System.Management.Automation.PSCustomObject&quot; object type" name="LabVMDefaults.Returns a &quot;System.Management.Automation.PSCustomObject&quot; object type" time="0.1146" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not return &quot;BootOrder&quot; property" name="LabVMDefaults.Does not return &quot;BootOrder&quot; property" time="0.0328" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not return &quot;BootOrder&quot; property" name="LabVMDefaults.Does not return &quot;BootOrder&quot; property" time="0.1508" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;StartupMemory&quot; value" name="LabVMDefaults.Sets &quot;StartupMemory&quot; value" time="0.0538" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;MinimumMemory&quot; value" name="LabVMDefaults.Sets &quot;MinimumMemory&quot; value" time="0.04" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;MaximumMemory&quot; value" name="LabVMDefaults.Sets &quot;MaximumMemory&quot; value" time="0.0419" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;ProcessorCount&quot; value" name="LabVMDefaults.Sets &quot;ProcessorCount&quot; value" time="0.0395" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;Media&quot; value" name="LabVMDefaults.Sets &quot;Media&quot; value" time="0.0492" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;SwitchName&quot; value" name="LabVMDefaults.Sets &quot;SwitchName&quot; value" time="0.0383" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;Timezone&quot; value" name="LabVMDefaults.Sets &quot;Timezone&quot; value" time="0.0468" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;InputLocale&quot; value" name="LabVMDefaults.Sets &quot;InputLocale&quot; value" time="0.037" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;InputLocale&quot; value" name="LabVMDefaults.Sets &quot;InputLocale&quot; value" time="0.0389" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;SystemLocale&quot; value" name="LabVMDefaults.Sets &quot;SystemLocale&quot; value" time="0.0387" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;UILanguage&quot; value" name="LabVMDefaults.Sets &quot;UILanguage&quot; value" time="0.0396" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;UserLocale&quot; value" name="LabVMDefaults.Sets &quot;UserLocale&quot; value" time="0.0404" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;RegisteredOwner&quot; value" name="LabVMDefaults.Sets &quot;RegisteredOwner&quot; value" time="0.0395" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;RegisteredOrganization&quot; value" name="LabVMDefaults.Sets &quot;RegisteredOrganization&quot; value" time="0.0374" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;BootDelay&quot; value" name="LabVMDefaults.Sets &quot;BootDelay&quot; value" time="0.0466" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;CustomBootstrapOrder&quot; value" name="LabVMDefaults.Sets &quot;CustomBootstrapOrder&quot; value" time="0.0375" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;ClientCertificatePath&quot; value" name="LabVMDefaults.Sets &quot;ClientCertificatePath&quot; value" time="0.0463" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;RootCertificatePath&quot; value" name="LabVMDefaults.Sets &quot;RootCertificatePath&quot; value" time="0.043" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;Timezone&quot; cannot be resolved" name="LabVMDefaults.Throws if &quot;Timezone&quot; cannot be resolved" time="0.0415" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;ClientCertificatePath&quot; file cannot be found" name="LabVMDefaults.Throws if &quot;ClientCertificatePath&quot; file cannot be found" time="0.0418" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;RootCertificatePath&quot; file cannot be found" name="LabVMDefaults.Throws if &quot;RootCertificatePath&quot; file cannot be found" time="0.0373" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;StartupMemory&quot; is less than &quot;MinimumMemory&quot;" name="LabVMDefaults.Throws if &quot;StartupMemory&quot; is less than &quot;MinimumMemory&quot;" time="0.0406" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;StartupMemory&quot; is greater than &quot;MaximumMemory&quot;" name="LabVMDefaults.Throws if &quot;StartupMemory&quot; is greater than &quot;MaximumMemory&quot;" time="0.039" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Throws if &quot;Media&quot; cannot be resolved" name="LabVMDefaults.Throws if &quot;Media&quot; cannot be resolved" time="0.0626" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;SetConfigurationData&quot; to write data to disk" name="LabVMDefaults.Calls &quot;SetConfigurationData&quot; to write data to disk" time="0.0656" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabVMDisk" executed="True" result="Success" success="True" time="1.4562" asserts="0" description="LabVMDisk">
        <results>
          <test-case description="Appends the VM's name to the host &quot;DifferencingVhdPath&quot;" name="LabVMDisk.Appends the VM's name to the host &quot;DifferencingVhdPath&quot;" time="0.3102" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="LabVMDisk.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.1734" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;GetDscResource&quot; with virtual machine name" name="LabVMDisk.Calls &quot;GetDscResource&quot; with virtual machine name" time="0.0595" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="LabVMDisk.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.155" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;TestDscResource&quot; with virtual machine name" name="LabVMDisk.Calls &quot;TestDscResource&quot; with virtual machine name" time="0.0591" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="LabVMDisk.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.1609" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResource&quot; with virtual machine name" name="LabVMDisk.Calls &quot;InvokeDscResource&quot; with virtual machine name" time="0.0581" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" name="LabVMDisk.Calls &quot;Get-LabMedia&quot; to resolve the parent VHDX path" time="0.1492" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResource&quot; with virtual &quot;Ensure&quot; = &quot;Absent&quot;" name="LabVMDisk.Calls &quot;InvokeDscResource&quot; with virtual &quot;Ensure&quot; = &quot;Absent&quot;" time="0.0734" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes any existing snapshots" name="LabVMDisk.Removes any existing snapshots" time="0.1541" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes the existing VHDX file" name="LabVMDisk.Removes the existing VHDX file" time="0.0475" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates a new VHDX file" name="LabVMDisk.Creates a new VHDX file" time="0.0559" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabVMDiskFile" executed="True" result="Success" success="True" time="2.2688" asserts="0" description="LabVMDiskFile">
        <results>
          <test-case description="Mounts virtual machine VHDX file" name="LabVMDiskFile.Mounts virtual machine VHDX file" time="0.4595" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;ExpandLabResource&quot; to inject disk resource" name="LabVMDiskFile.Calls &quot;ExpandLabResource&quot; to inject disk resource" time="0.132" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Dismounts virtual machine VHDX file" name="LabVMDiskFile.Dismounts virtual machine VHDX file" time="0.1307" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Mounts virtual machine VHDX file" name="LabVMDiskFile.Mounts virtual machine VHDX file" time="0.3479" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies DSC resources" name="LabVMDiskFile.Copies DSC resources" time="0.1462" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates &quot;Unattend.xml&quot; file" name="LabVMDiskFile.Creates &quot;Unattend.xml&quot; file" time="0.1501" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies default &quot;BootStrap.ps1&quot;" name="LabVMDiskFile.Copies default &quot;BootStrap.ps1&quot;" time="0.2359" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies &quot;BootStrap.ps1&quot; with a custom bootstrap when &quot;CustomBootStrap&quot; is specified" name="LabVMDiskFile.Copies &quot;BootStrap.ps1&quot; with a custom bootstrap when &quot;CustomBootStrap&quot; is specified" time="0.1622" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies default &quot;SetupComplete.cmd&quot;" name="LabVMDiskFile.Copies default &quot;SetupComplete.cmd&quot;" time="0.1712" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies CoreCLR &quot;SetupComplete.cmd&quot;" name="LabVMDiskFile.Copies CoreCLR &quot;SetupComplete.cmd&quot;" time="0.1698" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Dismounts virtual machine VHDX file" name="LabVMDiskFile.Dismounts virtual machine VHDX file" time="0.1633" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabVMSnapshot" executed="True" result="Success" success="True" time="0.7734" asserts="0" description="LabVMSnapshot">
        <results>
          <test-case description="Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" name="LabVMSnapshot.Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" time="0.361" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Remove-VMSnapshot&quot; for each virtual machine snapshot" name="LabVMSnapshot.Calls &quot;Remove-VMSnapshot&quot; for each virtual machine snapshot" time="0.0865" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Checkpoint-VM&quot; for each virtual machine specified" name="LabVMSnapshot.Calls &quot;Checkpoint-VM&quot; for each virtual machine specified" time="0.1396" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" name="LabVMSnapshot.Calls &quot;Get-VMSnapshot&quot; for each virtual machine specified" time="0.1446" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Warns when snapshot name cannot be found" name="LabVMSnapshot.Warns when snapshot name cannot be found" time="0.0417" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
    </results>
  </test-suite>
</test-results>