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="498" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2016-04-13" time="14:33:15">
  <environment user="iainb" machine-name="OFFICEPC" cwd="C:\Users\iainb\Dropbox\PowerShell\Modules\Lability" user-domain="OFFICEPC" platform="Microsoft Windows 10 Pro Insider Preview|C:\WINDOWS|\Device\Harddisk0\Partition4" nunit-version="2.5.8.0" os-version="10.0.14295" 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="29.9955" asserts="0">
    <results>
      <test-suite type="TestFixture" name="BootStrap" executed="True" result="Success" success="True" time="0.6543" 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="0.1787" 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.0162" 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.0579" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Bypasses Powershell execution policy" name="BootStrap.Bypasses Powershell execution policy" time="0.0189" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Runs non-interactively" name="BootStrap.Runs non-interactively" time="0.0201" 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.027" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses ASCII encoding" name="BootStrap.Uses ASCII encoding" time="0.048" 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.0995" 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.0283" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Uses UTF8 encoding" name="BootStrap.Uses UTF8 encoding" time="0.0206" 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.0593" 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.014" 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.0134" 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.0162" 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.0112" 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.0139" 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.0112" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="ConfigurationData" executed="True" result="Success" success="True" time="0.7411" asserts="0" description="ConfigurationData">
        <results>
          <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.2075" 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.0199" 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.0217" 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.0164" 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.0237" 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.019" 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.0224" 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.0179" 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.0464" 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.0904" 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.027" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds missing &quot;GuestIntegrationServices&quot; property to VM configuration" name="ConfigurationData.Adds missing &quot;GuestIntegrationServices&quot; property to VM configuration" time="0.0286" 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.0341" 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.0301" 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.0327" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes deprecated &quot;UpdatePath&quot; property from Host configuration (Issue #77)" name="ConfigurationData.Removes deprecated &quot;UpdatePath&quot; property from Host configuration (Issue #77)" time="0.0335" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes configuration file" name="ConfigurationData.Removes configuration file" time="0.07" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="DiskImage" executed="True" result="Success" success="True" time="2.4556" 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="0.2156" 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.0235" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns a single character" name="DiskImage.Returns a single character" time="0.0185" 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.0587" 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.0618" 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.0665" 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.0533" 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.0406" 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.0824" 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.0411" 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.0831" 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.7277" 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.0521" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Formats volume as NTFS" name="DiskImage.Formats volume as NTFS" time="0.0684" 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.1258" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates 250MB system partition" name="DiskImage.Creates 250MB system partition" time="0.0885" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates OS partition" name="DiskImage.Creates OS partition" time="0.0944" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Formats volume as NTFS" name="DiskImage.Formats volume as NTFS" time="0.0961" 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.067" 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.0187" 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.0918" 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.049" 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.0521" 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.0484" 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.0644" 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.0659" 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.0083" 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.212" 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.0199" 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.0713" 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.0214" 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.0364" 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.0327" 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.0375" 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.0303" 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.0243" 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.0311" 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.0299" 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.1967" 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.018" 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.0227" 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.0208" 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.075" 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.0266" 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.0268" 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.0223" 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.0264" 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.0263" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="DscResource" executed="True" result="Success" success="True" time="1.3193" 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.217" 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.0322" 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.0286" 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.0662" 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.0582" 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.0564" 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.0653" 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.0309" 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.0212" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns Uri when specified" name="DscResource.Returns Uri when specified" time="0.0594" 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.0199" 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.0184" 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.1018" 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.0244" 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.0436" 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.0337" 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.0274" 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.0316" 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.0284" 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.0815" 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.0355" 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.0347" 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.0358" 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.0781" 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.0335" 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.0267" 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.0289" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Internal" executed="True" result="Success" success="True" time="0.7773" asserts="0" description="Internal">
        <results>
          <test-case description="Resolves existing home path" name="Internal.Resolves existing home path" time="0.2157" 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.0326" 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.0606" 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.0263" 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.0242" 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.0266" 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.0574" 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.0127" 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.0189" 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.0592" 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.0228" 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.0608" 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.0215" 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.0883" 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.0142" 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.0181" 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.0173" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Resource" executed="True" result="Success" success="True" time="1.0758" 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.2136" 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.0238" 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.0183" 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.0173" 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.0267" 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.0206" 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.0675" 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.0208" 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.0215" 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.0307" 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.03" 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.0287" 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.0636" 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.0262" 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.025" 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.0248" 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.0759" 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.0333" 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.0334" 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.0329" 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.0394" 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.0426" 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.0686" 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.0294" 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.0348" 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.0263" 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.4909" 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.2035" 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.0225" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets encoded Administrator password" name="UnattendXml.Sets encoded Administrator password" time="0.0192" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets timezone" name="UnattendXml.Sets timezone" time="0.0217" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets Input locale" name="UnattendXml.Sets Input locale" time="0.0155" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets System locale" name="UnattendXml.Sets System locale" time="0.0179" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets UI language" name="UnattendXml.Sets UI language" time="0.0198" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets User locale" name="UnattendXml.Sets User locale" time="0.0206" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets computer name" name="UnattendXml.Sets computer name" time="0.0256" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets product key" name="UnattendXml.Sets product key" time="0.0199" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds single synchronous command" name="UnattendXml.Adds single synchronous command" time="0.0162" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Adds multiple synchronous commands" name="UnattendXml.Adds multiple synchronous commands" time="0.0127" 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.0757" 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.0017" 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.2111" 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.0441" 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.0429" 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.041" 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.0389" 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.0395" 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.0364" 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.0358" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Does not return &quot;EnableGuestService&quot; property by default" name="VirtualMachine.Does not return &quot;EnableGuestService&quot; property by default" time="0.0442" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns &quot;EnableGuestService&quot; property when &quot;GuestIntegrationServices&quot; is specified" name="VirtualMachine.Returns &quot;EnableGuestService&quot; property when &quot;GuestIntegrationServices&quot; is specified" time="0.0432" 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.0869" 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.0355" 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.0376" 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.0349" 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.0798" 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.0327" 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.0807" 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.0365" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="WindowsImage" executed="True" result="Success" success="True" time="1.0511" asserts="0" description="WindowsImage">
        <results>
          <test-case description="Mounts ISO image" name="WindowsImage.Mounts ISO image" time="0.3001" 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.0424" 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.0683" 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.0653" 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.0673" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Dismounts ISO image" name="WindowsImage.Dismounts ISO image" time="0.0682" 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.054" 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.0804" 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.0626" 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.0701" 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.0189" 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.038" 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.0617" 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.0222" 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.0316" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="Lab" executed="True" result="Success" success="True" time="1.589" 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.2412" 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.0937" 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.0472" 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.0818" 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.0463" 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.0994" 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.0798" 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.0425" 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.0745" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;Stop-VM&quot; with &quot;Force&quot;" name="Lab.Calls &quot;Stop-VM&quot; with &quot;Force&quot;" time="0.0437" 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.0488" 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.0659" 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.0846" 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.0391" 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.0563" 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.0506" 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.0565" 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.1356" 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.0545" 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.0536" 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.0938" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabConfiguration" executed="True" result="Success" success="True" time="0.8238" 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.2664" 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.0655" 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.0232" 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.0239" 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.0308" 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.024" 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.0768" 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.0319" 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.0722" 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.0515" 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.0535" 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.1041" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabHostConfiguration" executed="True" result="Success" success="True" time="0.9031" 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.2207" 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.0232" 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.0252" 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.0212" 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.0753" 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.0349" 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.1136" 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.0255" 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.0433" 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.0447" 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.0647" 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.0507" 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.0727" 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.038" 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.0495" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabHostDefaults" executed="True" result="Success" success="True" time="0.6768" asserts="0" description="LabHostDefaults">
        <results>
          <test-case description="Calls &quot;GetConfigurationData&quot;" name="LabHostDefaults.Calls &quot;GetConfigurationData&quot;" time="0.2028" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Returns host configuration path" name="LabHostDefaults.Returns host configuration path" time="0.0675" 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.0604" 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.0412" 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.0436" 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.0427" 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.0427" 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.0478" 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.0478" 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.0524" 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.0278" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabImage" executed="True" result="Success" success="True" time="1.9932" 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.3059" 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.0356" 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.0311" 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.0444" 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.039" 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.0348" 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.0588" 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.0164" 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.0861" 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.0684" 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.0772" 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.0973" 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.0832" 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.0776" 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.0918" 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.087" 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.0864" 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.0876" 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.0852" 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.0882" 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.1249" 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.093" 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.0958" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Dismounts image" name="LabImage.Dismounts image" time="0.0977" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabMedia" executed="True" result="Success" success="True" time="1.5617" 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.233" 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.0192" 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.0122" 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.0222" 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.0155" 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.0181" 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.0148" 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.0139" 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.0169" 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.0826" 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.0194" 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.0263" 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.081" 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.0425" 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.041" 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.1055" 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.0259" 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.0241" 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.0647" 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.0311" 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.0361" 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.0281" 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.0293" 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.0295" 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.0395" 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.0402" 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.0732" 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.0228" 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.0494" 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.0772" 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.025" 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.014" 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.0176" 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.0237" 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.0322" 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.0278" 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.0611" 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.0252" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabNode" executed="True" result="Success" success="True" time="0.9928" asserts="0" description="LabNode">
        <results>
          <test-case description="Passes when single DSC module exists" name="LabNode.Passes when single DSC module exists" time="0.2154" 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.0576" 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.0409" 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.045" 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.0353" 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.0409" 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.0397" 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.038" 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.0468" 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.036" 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.0387" 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.0395" 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.0329" 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.0301" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InstallLabNodeCertificates" name="LabNode.Calls &quot;InstallLabNodeCertificates" time="0.1246" 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.0395" 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.0338" 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.0309" 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.0272" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabResource" executed="True" result="Success" success="True" time="2.1335" 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.1955" 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.052" 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.0419" 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.0271" 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.0235" 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.0337" 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.0364" 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.2068" 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.094" 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.106" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads all required hotfixes" name="LabResource.Downloads all required hotfixes" time="0.0438" 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.0757" 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.0334" 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.0367" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Downloads multiple DSC resources" name="LabResource.Downloads multiple DSC resources" time="0.0338" 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.036" 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.0638" 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.0204" 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.1015" 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.0741" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Disounts ISO image" name="LabResource.Disounts ISO image" time="0.0626" 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.0722" 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.0456" 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.0477" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies resource by default" name="LabResource.Copies resource by default" time="0.0476" 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.0468" 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.0474" 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.0476" 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.0517" 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.0755" 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.0426" 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.0772" 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.0157" 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.0179" 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.0158" 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.0197" 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.0189" 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.024" 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.0207" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabSwitch" executed="True" result="Success" success="True" time="0.7495" 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.1925" 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.0226" 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.0315" 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.022" 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.0674" 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="0.0305" 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.0331" 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.0321" 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.0772" 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.0186" 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.0346" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Calls &quot;InvokeDscResource&quot;" name="LabSwitch.Calls &quot;InvokeDscResource&quot;" time="0.0666" 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.024" 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.074" 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.0227" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabVM" executed="True" result="Success" success="True" time="3.4987" 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.2175" 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.0231" 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.0238" 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.0201" 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.037" 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.0293" 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.0244" 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.0777" 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.0485" 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.0555" 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.0559" 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.0916" 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.0624" 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.0418" 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.0446" 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.0444" 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.0474" 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.0458" 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.0698" 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.1054" 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.0426" 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.104" 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.1157" 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.079" 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.1062" 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.085" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates virtual machine" name="LabVM.Creates virtual machine" time="0.0783" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Creates virtual machine with &quot;GuestIntegrationServices&quot; when specified" name="LabVM.Creates virtual machine with &quot;GuestIntegrationServices&quot; when specified" time="0.0793" 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.0842" 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.0974" 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.1347" 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.1092" 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.0885" 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.0948" 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.0877" 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.1171" 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.0369" 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.0803" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes all snapshots" name="LabVM.Removes all snapshots" time="0.0599" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes the virtual machine" name="LabVM.Removes the virtual machine" time="0.0492" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes the VHDX file" name="LabVM.Removes the VHDX file" time="0.0481" 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.0503" 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.0572" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes existing virtual machine" name="LabVM.Removes existing virtual machine" time="0.0935" 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.0698" 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.0534" 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.0936" 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.0525" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes existing virtual machine" name="LabVM.Removes existing virtual machine" time="0.0844" 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.6578" asserts="0" description="LabVMDefaults">
        <results>
          <test-case description="Calls &quot;RemoveConfigurationData&quot; method" name="LabVMDefaults.Calls &quot;RemoveConfigurationData&quot; method" time="0.2854" 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.0736" 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.0326" 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.0781" 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.0395" 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.0416" 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.0363" 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.0374" 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.0419" 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.037" 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.0387" 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.0412" 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.2071" 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.0333" 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.0373" 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.032" 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.0338" 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.0399" 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.0635" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Sets &quot;GuestIntegrationServices&quot; value" name="LabVMDefaults.Sets &quot;GuestIntegrationServices&quot; value" time="0.0354" 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.0358" 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.0361" 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.0349" 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.0268" 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.0304" 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.0313" 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.0337" 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.0656" 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.0587" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabVMDisk" executed="True" result="Success" success="True" time="0.9616" 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.2477" 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.0868" 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.0395" 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.0931" 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.044" 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.0831" 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.0626" 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.099" 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.0413" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Removes any existing snapshots" name="LabVMDisk.Removes any existing snapshots" time="0.0824" 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.0343" 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.0478" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
      <test-suite type="TestFixture" name="LabVMDiskFile" executed="True" result="Success" success="True" time="1.3665" asserts="0" description="LabVMDiskFile">
        <results>
          <test-case description="Mounts virtual machine VHDX file" name="LabVMDiskFile.Mounts virtual machine VHDX file" time="0.304" 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.0746" 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.0866" 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.1405" asserts="0" success="True" result="Success" executed="True" />
          <test-case description="Copies DSC resources" name="LabVMDiskFile.Copies DSC resources" time="0.105" 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.1069" 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.1034" 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.1087" 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.0932" 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.1376" 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.106" 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.5121" 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.2267" 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.0558" 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.1166" 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.0827" 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.0303" asserts="0" success="True" result="Success" executed="True" />
        </results>
      </test-suite>
    </results>
  </test-suite>
</test-results>