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="618" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2017-03-12" time="21:03:35"> <environment user="Iain" machine-name="IBLAPTOP" cwd="C:\Users\Iain\Dropbox\PowerShell\Modules\Lability" user-domain="IBLAPTOP" platform="Microsoft Windows 10 Enterprise|C:\Windows|\Device\Harddisk1\Partition2" nunit-version="2.5.8.0" os-version="10.0.14393" clr-version="4.0.30319.42000" /> <culture-info current-culture="en-GB" current-uiculture="en-US" /> <test-suite type="Powershell" name="Pester" executed="True" result="Success" success="True" time="46.0608" asserts="0"> <results> <test-suite type="TestFixture" name="Lib\BootStrap" executed="True" result="Success" success="True" time="0.8186" asserts="0" description="Lib\BootStrap"> <results> <test-case description="Returns a "System.String" type" name="Lib\BootStrap.Returns a "System.String" type" time="0.2359" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Includes custom BootStrap injection point" name="Lib\BootStrap.Includes custom BootStrap injection point" time="0.02" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates target file "SetupComplete.cmd"" name="Lib\BootStrap.Creates target file "SetupComplete.cmd"" time="0.0756" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Bypasses Powershell execution policy" name="Lib\BootStrap.Bypasses Powershell execution policy" time="0.0217" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Runs non-interactively" name="Lib\BootStrap.Runs non-interactively" time="0.028" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates scheduled tasks for CoreCLR image" name="Lib\BootStrap.Creates scheduled tasks for CoreCLR image" time="0.0259" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Uses ASCII encoding" name="Lib\BootStrap.Uses ASCII encoding" time="0.0401" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates target file "BootStrap.ps1"" name="Lib\BootStrap.Creates target file "BootStrap.ps1"" time="0.0546" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Replaces custom BootStrap injection point with custom BootStrap" name="Lib\BootStrap.Replaces custom BootStrap injection point with custom BootStrap" time="0.0319" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Uses UTF8 encoding" name="Lib\BootStrap.Uses UTF8 encoding" time="0.0346" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns empty string when "CustomBootStrapOrder" = "Disabled"" name="Lib\BootStrap.Returns empty string when "CustomBootStrapOrder" = "Disabled"" time="0.073" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns configuration bootstrap when "CustomBootStrapOrder" = "ConfigurationOnly"" name="Lib\BootStrap.Returns configuration bootstrap when "CustomBootStrapOrder" = "ConfigurationOnly"" time="0.0258" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns media bootstrap when "CustomBootStrapOrder" = "MediaOnly"" name="Lib\BootStrap.Returns media bootstrap when "CustomBootStrapOrder" = "MediaOnly"" time="0.035" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns configuration bootstrap first when "CustomBootStrapOrder" = "ConfigurationFirst"" name="Lib\BootStrap.Returns configuration bootstrap first when "CustomBootStrapOrder" = "ConfigurationFirst"" time="0.0331" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns media bootstrap first when "CustomBootStrapOrder" = "MediaFirst"" name="Lib\BootStrap.Returns media bootstrap first when "CustomBootStrapOrder" = "MediaFirst"" time="0.0251" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns configuration bootstrap when "MediaCustomBootstrap" is null" name="Lib\BootStrap.Returns configuration bootstrap when "MediaCustomBootstrap" is null" time="0.0334" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns media bootstrap when "ConfigurationCustomBootstrap" is null" name="Lib\BootStrap.Returns media bootstrap when "ConfigurationCustomBootstrap" is null" time="0.025" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Lib\DiskImage" executed="True" result="Success" success="True" time="3.2232" asserts="0" description="Lib\DiskImage"> <results> <test-case description="Throws when no disk letter is found" name="Lib\DiskImage.Throws when no disk letter is found" time="0.1997" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when no disk letter is found for specified partition type" name="Lib\DiskImage.Throws when no disk letter is found for specified partition type" time="0.0466" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a single character" name="Lib\DiskImage.Returns a single character" time="0.0343" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if VHD image already exists" name="Lib\DiskImage.Throws if VHD image already exists" time="0.0556" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes existing VHD image if it already exists and -Force is specified" name="Lib\DiskImage.Removes existing VHD image if it already exists and -Force is specified" time="0.1249" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates new VHD file and initializes disk" name="Lib\DiskImage.Creates new VHD file and initializes disk" time="0.1029" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does dismount VHD file if -PassThru is not specified" name="Lib\DiskImage.Does dismount VHD file if -PassThru is not specified" time="0.0942" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not dismount VHD file if -PassThru is specified" name="Lib\DiskImage.Does not dismount VHD file if -PassThru is specified" time="0.1073" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "BCDBOOT.EXE" with "/f BIOS"" name="Lib\DiskImage.Calls "BCDBOOT.EXE" with "/f BIOS"" time="0.1116" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "BCDEDIT.EXE" thrice" name="Lib\DiskImage.Calls "BCDEDIT.EXE" thrice" time="0.0742" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "BCDBOOT.EXE" with "/f UEFI"" name="Lib\DiskImage.Calls "BCDBOOT.EXE" with "/f UEFI"" time="0.0935" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Stops Shell Hardware Detection service" name="Lib\DiskImage.Stops Shell Hardware Detection service" time="0.2232" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates a full size active IFS partition" name="Lib\DiskImage.Creates a full size active IFS partition" time="0.0989" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Formats volume as NTFS" name="Lib\DiskImage.Formats volume as NTFS" time="0.1263" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Stops and starts Shell Hardware Detection service" name="Lib\DiskImage.Stops and starts Shell Hardware Detection service" time="0.1998" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates 250MB system partition" name="Lib\DiskImage.Creates 250MB system partition" time="0.1463" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates OS partition" name="Lib\DiskImage.Creates OS partition" time="0.1511" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Formats volume as NTFS" name="Lib\DiskImage.Formats volume as NTFS" time="0.1493" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetDiskImageBootVolumeGpt" when partition style is GPT" name="Lib\DiskImage.Calls "SetDiskImageBootVolumeGpt" when partition style is GPT" time="0.0647" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetDiskImageBootVolumeMbr" when partition style is MBR" name="Lib\DiskImage.Calls "SetDiskImageBootVolumeMbr" when partition style is MBR" time="0.0375" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not call "Add-WindowsPackage" for no hotfixes" name="Lib\DiskImage.Does not call "Add-WindowsPackage" for no hotfixes" time="0.1114" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not call "Add-WindowsPackage" for no hotfixes" name="Lib\DiskImage.Does not call "Add-WindowsPackage" for no hotfixes" time="0.0703" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Add-WindowsPackage" for a single hotfix" name="Lib\DiskImage.Calls "Add-WindowsPackage" for a single hotfix" time="0.4512" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Add-WindowsPackage" for a single hotfix" name="Lib\DiskImage.Calls "Add-WindowsPackage" for a single hotfix" time="0.0804" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Add-WindowsPackage" for each hotfix with multiple hotfixes" name="Lib\DiskImage.Calls "Add-WindowsPackage" for each hotfix with multiple hotfixes" time="0.138" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Add-WindowsPackage" for each hotfix with multiple hotfixes" name="Lib\DiskImage.Calls "Add-WindowsPackage" for each hotfix with multiple hotfixes" time="0.1301" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Lib\DscModule" executed="True" result="Success" success="True" time="0.7074" asserts="0" description="Lib\DscModule"> <results> <test-case description="Returns true if "GetDscModule" returns a path" name="Lib\DscModule.Returns true if "GetDscModule" returns a path" time="0.2012" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns false if "GetDscModule" fails" name="Lib\DscModule.Returns false if "GetDscModule" fails" time="0.0277" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if module does not exist" name="Lib\DscModule.Throws if module does not exist" time="0.073" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns DSC resource's parent directory path" name="Lib\DscModule.Returns DSC resource's parent directory path" time="0.0371" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns DSC resource's DSCResources subdirectory path if ResourceName is specified" name="Lib\DscModule.Returns DSC resource's DSCResources subdirectory path if ResourceName is specified" time="0.0464" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Errors if DSC resource's subdirectory path does not exist and ResourceName is specified" name="Lib\DscModule.Errors if DSC resource's subdirectory path does not exist and ResourceName is specified" time="0.0496" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns $null if DSC resource's subdirectory path does not exist and ResourceName is specified" name="Lib\DscModule.Returns $null if DSC resource's subdirectory path does not exist and ResourceName is specified" time="0.0446" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not throw if DSC module version is equal to the MinimumVersion specified" name="Lib\DscModule.Does not throw if DSC module version is equal to the MinimumVersion specified" time="0.0472" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not throw if DSC module version is greater than the MinimumVersion specified" name="Lib\DscModule.Does not throw if DSC module version is greater than the MinimumVersion specified" time="0.0628" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Errors if DSC module version is less than the MinimumVersion specified" name="Lib\DscModule.Errors if DSC module version is less than the MinimumVersion specified" time="0.07" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns $null if DSC module version is less than the MinimumVersion specified" name="Lib\DscModule.Returns $null if DSC module version is less than the MinimumVersion specified" time="0.0477" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Lib\DscResource" executed="True" result="Success" success="True" time="0.7047" asserts="0" description="Lib\DscResource"> <results> <test-case description="Does not import module if command is already imported" name="Lib\DscResource.Does not import module if command is already imported" time="0.1813" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not call "GetDscModule" if "UseDefault" is not specified" name="Lib\DscResource.Does not call "GetDscModule" if "UseDefault" is not specified" time="0.0548" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "GetDscModule" if "UseDefault" is specified" name="Lib\DscResource.Calls "GetDscModule" if "UseDefault" is specified" time="0.0553" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-<ResourceName>TargetResource" method" name="Lib\DscResource.Calls "Get-<ResourceName>TargetResource" method" time="0.0713" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Test-<ResourceName>TargetResource" method" name="Lib\DscResource.Calls "Test-<ResourceName>TargetResource" method" time="0.0685" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Return $false when "Test-<ResourceName>TargetResource" throws (#104)" name="Lib\DscResource.Return $false when "Test-<ResourceName>TargetResource" throws (#104)" time="0.0314" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Set-<ResourceName>TargetResource" method" name="Lib\DscResource.Calls "Set-<ResourceName>TargetResource" method" time="0.0626" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not call "Set-<ResourceName>TargetResource" if "TestDscResource" passes" name="Lib\DscResource.Does not call "Set-<ResourceName>TargetResource" if "TestDscResource" passes" time="0.0791" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does call "Set-<ResourceName>TargetResource" if "TestDscResource" fails" name="Lib\DscResource.Does call "Set-<ResourceName>TargetResource" if "TestDscResource" fails" time="0.056" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when "TestDscResource" fails and "ResourceName" matches "PendingReboot"" name="Lib\DscResource.Throws when "TestDscResource" fails and "ResourceName" matches "PendingReboot"" time="0.0444" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Lib\DscResourceModule" executed="True" result="Success" success="True" time="0.6718" asserts="0" description="Lib\DscResourceModule"> <results> <test-case description="Returns "True" when the module contains a "DSCResources" folder" name="Lib\DscResourceModule.Returns "True" when the module contains a "DSCResources" folder" time="0.2307" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns "False" when the module does not contain a "DSCResources" folder" name="Lib\DscResourceModule.Returns "False" when the module does not contain a "DSCResources" folder" time="0.0351" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns "True" when the module .psm1 contains a "[DSCResource()]" definition" name="Lib\DscResourceModule.Returns "True" when the module .psm1 contains a "[DSCResource()]" definition" time="0.0394" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns "False" when the module .psm1 does not contain a "[DSCResource()]" definition" name="Lib\DscResourceModule.Returns "False" when the module .psm1 does not contain a "[DSCResource()]" definition" time="0.0334" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns module with "DSCResources"" name="Lib\DscResourceModule.Returns module with "DSCResources"" time="0.0929" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns module with "[DSCResource()]"" name="Lib\DscResourceModule.Returns module with "[DSCResource()]"" time="0.0502" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return a module without "DSCResources" and "[DSCResource()]"" name="Lib\DscResourceModule.Does not return a module without "DSCResources" and "[DSCResource()]"" time="0.0363" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns versioned module with "DSCResources"" name="Lib\DscResourceModule.Returns versioned module with "DSCResources"" time="0.054" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns versioned module with "[DSCResource()]"" name="Lib\DscResourceModule.Returns versioned module with "[DSCResource()]"" time="0.0581" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return a versioned module without "DSCResources" and "[DSCResource()]"" name="Lib\DscResourceModule.Does not return a versioned module without "DSCResources" and "[DSCResource()]"" time="0.0416" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Lib\Internal" executed="True" result="Success" success="True" time="1.6376" asserts="0" description="Lib\Internal"> <results> <test-case description="Resolves existing home path" name="Lib\Internal.Resolves existing home path" time="0.2018" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Resolves non-existent home path" name="Lib\Internal.Resolves non-existent home path" time="0.0315" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Start-Process" with correct process path" name="Lib\Internal.Calls "Start-Process" with correct process path" time="0.0652" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Start-Process" with correct arguments" name="Lib\Internal.Calls "Start-Process" with correct arguments" time="0.0361" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Waits for "Start-Process" to exit" name="Lib\Internal.Waits for "Start-Process" to exit" time="0.0363" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Warns when process exits with non-zero exit code" name="Lib\Internal.Warns when process exits with non-zero exit code" time="0.0363" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return call stack information when "$labDefaults.CallStackLogging" = "$null"" name="Lib\Internal.Does not return call stack information when "$labDefaults.CallStackLogging" = "$null"" time="0.0472" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return call stack information when "$labDefaults.CallStackLogging" = "$false"" name="Lib\Internal.Does not return call stack information when "$labDefaults.CallStackLogging" = "$false"" time="0.0274" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns call stack information when "$labDefaults.CallStackLogging" = "$true"" name="Lib\Internal.Returns call stack information when "$labDefaults.CallStackLogging" = "$true"" time="0.025" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "GetFormattedMessage" method" name="Lib\Internal.Calls "GetFormattedMessage" method" time="0.0648" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Write-Verbose" method with test message" name="Lib\Internal.Calls "Write-Verbose" method with test message" time="0.0427" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "GetFormattedMessage" method" name="Lib\Internal.Calls "GetFormattedMessage" method" time="0.0623" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Write-Warning" method with test message" name="Lib\Internal.Calls "Write-Warning" method with test message" time="0.039" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a "System.Collections.Hashtable" object" name="Lib\Internal.Returns a "System.Collections.Hashtable" object" time="0.0519" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Converts property value types correctly" name="Lib\Internal.Converts property value types correctly" time="0.024" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Ignores "$null" values when specified" name="Lib\Internal.Ignores "$null" values when specified" time="0.0246" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Converts nested "PSCustomObject" types to a hashtable" name="Lib\Internal.Converts nested "PSCustomObject" types to a hashtable" time="0.0261" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when computer name does not contain invalid characters" name="Lib\Internal.Passes when computer name does not contain invalid characters" time="0.0553" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '~' character" name="Lib\Internal.Fails when computer name contains invalid '~' character" time="0.0226" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '!' character" name="Lib\Internal.Fails when computer name contains invalid '!' character" time="0.024" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '@' character" name="Lib\Internal.Fails when computer name contains invalid '@' character" time="0.0253" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '#' character" name="Lib\Internal.Fails when computer name contains invalid '#' character" time="0.0289" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '$' character" name="Lib\Internal.Fails when computer name contains invalid '$' character" time="0.0256" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '%' character" name="Lib\Internal.Fails when computer name contains invalid '%' character" time="0.0252" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '^' character" name="Lib\Internal.Fails when computer name contains invalid '^' character" time="0.0237" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '&' character" name="Lib\Internal.Fails when computer name contains invalid '&' character" time="0.028" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '*' character" name="Lib\Internal.Fails when computer name contains invalid '*' character" time="0.0224" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '(' character" name="Lib\Internal.Fails when computer name contains invalid '(' character" time="0.0276" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid ')' character" name="Lib\Internal.Fails when computer name contains invalid ')' character" time="0.0209" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '=' character" name="Lib\Internal.Fails when computer name contains invalid '=' character" time="0.0272" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '+' character" name="Lib\Internal.Fails when computer name contains invalid '+' character" time="0.023" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '_' character" name="Lib\Internal.Fails when computer name contains invalid '_' character" time="0.0264" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '[' character" name="Lib\Internal.Fails when computer name contains invalid '[' character" time="0.0238" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid ']' character" name="Lib\Internal.Fails when computer name contains invalid ']' character" time="0.0212" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '{' character" name="Lib\Internal.Fails when computer name contains invalid '{' character" time="0.0265" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '}' character" name="Lib\Internal.Fails when computer name contains invalid '}' character" time="0.0231" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '\' character" name="Lib\Internal.Fails when computer name contains invalid '\' character" time="0.0274" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '|' character" name="Lib\Internal.Fails when computer name contains invalid '|' character" time="0.0231" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid ';' character" name="Lib\Internal.Fails when computer name contains invalid ';' character" time="0.0256" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid ':' character" name="Lib\Internal.Fails when computer name contains invalid ':' character" time="0.0239" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '.' character" name="Lib\Internal.Fails when computer name contains invalid '.' character" time="0.0194" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid ''' character" name="Lib\Internal.Fails when computer name contains invalid ''' character" time="0.0241" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '"' character" name="Lib\Internal.Fails when computer name contains invalid '"' character" time="0.0208" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid ',' character" name="Lib\Internal.Fails when computer name contains invalid ',' character" time="0.0269" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '<' character" name="Lib\Internal.Fails when computer name contains invalid '<' character" time="0.0214" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '>' character" name="Lib\Internal.Fails when computer name contains invalid '>' character" time="0.0193" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '/' character" name="Lib\Internal.Fails when computer name contains invalid '/' character" time="0.0202" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid '?' character" name="Lib\Internal.Fails when computer name contains invalid '?' character" time="0.0229" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when computer name contains invalid ' ' character" name="Lib\Internal.Fails when computer name contains invalid ' ' character" time="0.0196" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Lib\Iso" executed="True" result="Success" success="True" time="0.3906" asserts="0" description="Lib\Iso"> <results> <test-case description="Mounts ISO image read-only" name="Lib\Iso.Mounts ISO image read-only" time="0.2383" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Copies ISO image contents to destination path recursively" name="Lib\Iso.Copies ISO image contents to destination path recursively" time="0.0762" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Disounts ISO image" name="Lib\Iso.Disounts ISO image" time="0.0761" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Lib\Module" executed="True" result="Success" success="True" time="1.9447" asserts="0" description="Lib\Module"> <results> <test-case description="Returns all PowerShell modules if no "Name" is specified" name="Lib\Module.Returns all PowerShell modules if no "Name" is specified" time="0.1687" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns all PowerShell modules if "*" is specified" name="Lib\Module.Returns all PowerShell modules if "*" is specified" time="0.0241" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns all DSC resources if no "Name" is specified" name="Lib\Module.Returns all DSC resources if no "Name" is specified" time="0.0274" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns all DSC resources if "*" is specified" name="Lib\Module.Returns all DSC resources if "*" is specified" time="0.0278" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns matching PowerShell modules when "Name" is specified" name="Lib\Module.Returns matching PowerShell modules when "Name" is specified" time="0.0281" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns matching DSC resources when "Name" is specified" name="Lib\Module.Returns matching DSC resources when "Name" is specified" time="0.0221" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Warns if a PowerShell module cannot be resolved" name="Lib\Module.Warns if a PowerShell module cannot be resolved" time="0.0292" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Warns if a DSC resource cannot be resolved" name="Lib\Module.Warns if a DSC resource cannot be resolved" time="0.0272" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if a PowerShell module cannot be resolved and "ThrowIfNotFound" is specified" name="Lib\Module.Throws if a PowerShell module cannot be resolved and "ThrowIfNotFound" is specified" time="0.0229" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if a DSC resource cannot be resolved and "ThrowIfNotFound" is specified" name="Lib\Module.Throws if a DSC resource cannot be resolved and "ThrowIfNotFound" is specified" time="0.0272" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when module is found" name="Lib\Module.Passes when module is found" time="0.0645" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when module is not found" name="Lib\Module.Fails when module is not found" time="0.0249" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a [System.IO.FileInfo] object type" name="Lib\Module.Returns a [System.IO.FileInfo] object type" time="0.0797" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Renames PSGallery module to "<ModuleName>-v<Version>.zip" name="Lib\Module.Renames PSGallery module to "<ModuleName>-v<Version>.zip" time="0.0321" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Renames GitHub module to "<ModuleName>-v<Version>_<Owner>_<Branch>.zip" name="Lib\Module.Renames GitHub module to "<ModuleName>-v<Version>_<Owner>_<Branch>.zip" time="0.0321" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes existing cached module file" name="Lib\Module.Removes existing cached module file" time="0.065" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a [System.IO.FileInfo] object type" name="Lib\Module.Returns a [System.IO.FileInfo] object type" time="0.1104" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Resolve-PSGalleryModuleUri" with "RequiredVersion" when specified" name="Lib\Module.Calls "Resolve-PSGalleryModuleUri" with "RequiredVersion" when specified" time="0.0592" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Resolve-PSGalleryModuleUri" with "MinimumVersion" when specified" name="Lib\Module.Calls "Resolve-PSGalleryModuleUri" with "MinimumVersion" when specified" time="0.0584" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a [System.IO.FileInfo] object type" name="Lib\Module.Returns a [System.IO.FileInfo] object type" time="0.114" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ResolveGitHubModuleUri" with "Owner" and "Branch"" name="Lib\Module.Calls "ResolveGitHubModuleUri" with "Owner" and "Branch"" time="0.0689" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ResolveGitHubModuleUri" with "OverrideRepositoryName" when specified" name="Lib\Module.Calls "ResolveGitHubModuleUri" with "OverrideRepositoryName" when specified" time="0.0654" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when "Owner" is not specified" name="Lib\Module.Throws when "Owner" is not specified" time="0.0238" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Warns when no "Branch" is specified" name="Lib\Module.Warns when no "Branch" is specified" time="0.0323" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads module from PSGallery when no Provider is specified" name="Lib\Module.Downloads module from PSGallery when no Provider is specified" time="0.0921" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads module from GitHub by ModuleInfo" name="Lib\Module.Downloads module from GitHub by ModuleInfo" time="0.0474" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads module from PSGallery when "PSGallery" Provider is specified" name="Lib\Module.Downloads module from PSGallery when "PSGallery" Provider is specified" time="0.0455" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads module from GitHub when "GitHub" Provider is specified" name="Lib\Module.Downloads module from GitHub when "GitHub" Provider is specified" time="0.0463" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not download module when "FileSystem" Provider is specified" name="Lib\Module.Does not download module when "FileSystem" Provider is specified" time="0.0402" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not download module when resource is cached" name="Lib\Module.Does not download module when resource is cached" time="0.0568" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a [System.IO.DirectoryInfo] object type" name="Lib\Module.Returns a [System.IO.DirectoryInfo] object type" time="0.0976" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Cleans existing module directory when "Clean" is specified" name="Lib\Module.Cleans existing module directory when "Clean" is specified" time="0.0555" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ExpandZipArchive" when "PSGallery" Provider is specified" name="Lib\Module.Calls "ExpandZipArchive" when "PSGallery" Provider is specified" time="0.0425" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ExpandGitHubZipArchive" when "GitHub" Provider is specified" name="Lib\Module.Calls "ExpandGitHubZipArchive" when "GitHub" Provider is specified" time="0.0423" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ExpandGitHubZipArchive" when "GitHub" Provider and "OverrideRepository" are specified" name="Lib\Module.Calls "ExpandGitHubZipArchive" when "GitHub" Provider and "OverrideRepository" are specified" time="0.0433" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ExpandZipArchive" when "FileSystem" Provider is specified and "Path" is a .zip file" name="Lib\Module.Calls "ExpandZipArchive" when "FileSystem" Provider is specified and "Path" is a .zip file" time="0.042" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Copy-Item" when "FileSystem" Provider is specified and "Path" is a directory" name="Lib\Module.Calls "Copy-Item" when "FileSystem" Provider is specified and "Path" is a directory" time="0.0578" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Lib\Resource" executed="True" result="Success" success="True" time="1.3002" asserts="0" description="Lib\Resource"> <results> <test-case description="Returns a "System.IO.DirectoryInfo" object if target "Path" already exists" name="Lib\Resource.Returns a "System.IO.DirectoryInfo" object if target "Path" already exists" time="0.1868" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a "System.IO.DirectoryInfo" object if target "Path" does not exist" name="Lib\Resource.Returns a "System.IO.DirectoryInfo" object if target "Path" does not exist" time="0.0227" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates target "Path" if it does not exist" name="Lib\Resource.Creates target "Path" if it does not exist" time="0.0324" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a "System.IO.DirectoryInfo" object if target "DirectoryInfo" already exists" name="Lib\Resource.Returns a "System.IO.DirectoryInfo" object if target "DirectoryInfo" already exists" time="0.0237" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a "System.IO.DirectoryInfo" object if target "DirectoryInfo" does not exist" name="Lib\Resource.Returns a "System.IO.DirectoryInfo" object if target "DirectoryInfo" does not exist" time="0.033" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates target "DirectoryInfo" if it does not exist" name="Lib\Resource.Creates target "DirectoryInfo" if it does not exist" time="0.0255" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns "System.Collections.Hashtable" type" name="Lib\Resource.Returns "System.Collections.Hashtable" type" time="0.0613" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns empty checksum if resource does not exist" name="Lib\Resource.Returns empty checksum if resource does not exist" time="0.024" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns correct checksum if resource and checksum files exist" name="Lib\Resource.Returns correct checksum if resource and checksum files exist" time="0.0328" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns correct checksum if resource exists but checksum does not exist" name="Lib\Resource.Returns correct checksum if resource exists but checksum does not exist" time="0.032" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns incorrect checksum if incorrect resource and checksum files exist" name="Lib\Resource.Returns incorrect checksum if incorrect resource and checksum files exist" time="0.0292" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns incorrect checksum if incorrect resource exists but checksum does not exist" name="Lib\Resource.Returns incorrect checksum if incorrect resource exists but checksum does not exist" time="0.0333" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns true if resource exists but no checksum was specified" name="Lib\Resource.Returns true if resource exists but no checksum was specified" time="0.0677" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns true if resource exists and checksum is correct" name="Lib\Resource.Returns true if resource exists and checksum is correct" time="0.0307" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns false if resource does not exist" name="Lib\Resource.Returns false if resource does not exist" time="0.035" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns false if resource exists but checksum is incorrect" name="Lib\Resource.Returns false if resource exists but checksum is incorrect" time="0.036" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeWebClientDownload" with specified Uri" name="Lib\Resource.Calls "InvokeWebClientDownload" with specified Uri" time="0.079" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeWebClientDownload" with specified destination Path" name="Lib\Resource.Calls "InvokeWebClientDownload" with specified destination Path" time="0.0487" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeWebClientDownload" with default 64KB buffer size" name="Lib\Resource.Calls "InvokeWebClientDownload" with default 64KB buffer size" time="0.0428" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeWebClientDownload" with 1MB buffer size for file resource" name="Lib\Resource.Calls "InvokeWebClientDownload" with 1MB buffer size for file resource" time="0.0512" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates checksum file after download" name="Lib\Resource.Creates checksum file after download" time="0.0779" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates target parent directory if it does not exist" name="Lib\Resource.Creates target parent directory if it does not exist" time="0.0821" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a "System.Management.Automation.PSCustomObject" type" name="Lib\Resource.Returns a "System.Management.Automation.PSCustomObject" type" time="0.0709" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetResourceDownload" if "TestResourceDownload" fails" name="Lib\Resource.Calls "SetResourceDownload" if "TestResourceDownload" fails" time="0.0495" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetResourceDownload" if "TestResourceDownload" passes but -Force was specified" name="Lib\Resource.Calls "SetResourceDownload" if "TestResourceDownload" passes but -Force was specified" time="0.0509" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not call "SetResourceDownload" if "TestResourceDownload" passes" name="Lib\Resource.Does not call "SetResourceDownload" if "TestResourceDownload" passes" time="0.0412" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Lib\UnattendXml" executed="True" result="Success" success="True" time="0.5476" asserts="0" description="Lib\UnattendXml"> <results> <test-case description="Returns a "System.Xml.XmlDocument" type" name="Lib\UnattendXml.Returns a "System.Xml.XmlDocument" type" time="0.1662" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates equal number of "x86" and "amd64" components" name="Lib\UnattendXml.Creates equal number of "x86" and "amd64" components" time="0.0282" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets encoded Administrator password" name="Lib\UnattendXml.Sets encoded Administrator password" time="0.0214" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets timezone" name="Lib\UnattendXml.Sets timezone" time="0.031" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets Input locale" name="Lib\UnattendXml.Sets Input locale" time="0.0244" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets System locale" name="Lib\UnattendXml.Sets System locale" time="0.0233" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets UI language" name="Lib\UnattendXml.Sets UI language" time="0.0322" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets User locale" name="Lib\UnattendXml.Sets User locale" time="0.0336" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets computer name" name="Lib\UnattendXml.Sets computer name" time="0.0305" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets product key" name="Lib\UnattendXml.Sets product key" time="0.0305" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Adds single synchronous command" name="Lib\UnattendXml.Adds single synchronous command" time="0.0247" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Adds multiple synchronous commands" name="Lib\UnattendXml.Adds multiple synchronous commands" time="0.03" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Saves Xml file to disk" name="Lib\UnattendXml.Saves Xml file to disk" time="0.0717" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\LabHostConfiguration" executed="True" result="Success" success="True" time="1.276" asserts="0" description="Src\LabHostConfiguration"> <results> <test-case description="Installs "Microsoft-Hyper-V-All" feature with "WindowsOptionalFeature" on a desktop OS" name="Src\LabHostConfiguration.Installs "Microsoft-Hyper-V-All" feature with "WindowsOptionalFeature" on a desktop OS" time="0.176" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Installs "Hyper-V" feature using "WindowsFeature" on a server OS" name="Src\LabHostConfiguration.Installs "Hyper-V" feature using "WindowsFeature" on a server OS" time="0.0303" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Installs "RSAT-Hyper-V-Tools" feature using "WindowsFeature" on a server OS" name="Src\LabHostConfiguration.Installs "RSAT-Hyper-V-Tools" feature using "WindowsFeature" on a server OS" time="0.0329" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Checks for a pending reboot" name="Src\LabHostConfiguration.Checks for a pending reboot" time="0.0251" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ImportDscResource once for each host configuration item" name="Src\LabHostConfiguration.Calls "ImportDscResource once for each host configuration item" time="0.0994" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "GetDscResource once for each host configuration item" name="Src\LabHostConfiguration.Calls "GetDscResource once for each host configuration item" time="0.0792" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when target paths exist" name="Src\LabHostConfiguration.Passes when target paths exist" time="0.1692" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when a target path does not exist" name="Src\LabHostConfiguration.Fails when a target path does not exist" time="0.0396" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when host configuration is correct" name="Src\LabHostConfiguration.Passes when host configuration is correct" time="0.0808" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when host configuration is incorrect" name="Src\LabHostConfiguration.Fails when host configuration is incorrect" time="0.0756" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when host configuration has a pending reboot" name="Src\LabHostConfiguration.Fails when host configuration has a pending reboot" time="0.0807" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when host configuration has a pending reboot but -IgnorePendingReboot is specified" name="Src\LabHostConfiguration.Passes when host configuration has a pending reboot but -IgnorePendingReboot is specified" time="0.0784" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not attempt to create an empty path" name="Src\LabHostConfiguration.Does not attempt to create an empty path" time="0.098" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "NewDirectory" for each path" name="Src\LabHostConfiguration.Calls "NewDirectory" for each path" time="0.0908" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeDscResource" for each host configuration item" name="Src\LabHostConfiguration.Calls "InvokeDscResource" for each host configuration item" time="0.1201" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\LabMedia" executed="True" result="Success" success="True" time="1.8534" asserts="0" description="Src\LabMedia"> <results> <test-case description="Does not throw with valid mandatory parameters" name="Src\LabMedia.Does not throw with valid mandatory parameters" time="0.164" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws with an invalid Uri" name="Src\LabMedia.Throws with an invalid Uri" time="0.0222" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when "Id" parameter is missing" name="Src\LabMedia.Throws when "Id" parameter is missing" time="0.0255" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when "Filename" parameter is missing" name="Src\LabMedia.Throws when "Filename" parameter is missing" time="0.0245" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when "Architecture" parameter is missing" name="Src\LabMedia.Throws when "Architecture" parameter is missing" time="0.0223" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when "MediaType" parameter is missing" name="Src\LabMedia.Throws when "MediaType" parameter is missing" time="0.0263" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when "Uri" parameter is missing" name="Src\LabMedia.Throws when "Uri" parameter is missing" time="0.0282" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns "System.Management.Automation.PSCustomObject" object type" name="Src\LabMedia.Returns "System.Management.Automation.PSCustomObject" object type" time="0.0213" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates ProductKey custom entry when "ProductKey" is specified" name="Src\LabMedia.Creates ProductKey custom entry when "ProductKey" is specified" time="0.0239" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if media Id cannot be resolved" name="Src\LabMedia.Throws if media Id cannot be resolved" time="0.1092" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns configuration data media entry if it exists" name="Src\LabMedia.Returns configuration data media entry if it exists" time="0.0226" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns default media if configuration data entry does not exist" name="Src\LabMedia.Returns default media if configuration data entry does not exist" time="0.0582" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns all built-in media when no "Id" is specified" name="Src\LabMedia.Returns all built-in media when no "Id" is specified" time="0.0752" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a single matching built-in media when "Id" is specified" name="Src\LabMedia.Returns a single matching built-in media when "Id" is specified" time="0.0412" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns null if no built-in media is found when "Id" is specified" name="Src\LabMedia.Returns null if no built-in media is found when "Id" is specified" time="0.0368" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when media ISO has been downloaded" name="Src\LabMedia.Passes when media ISO has been downloaded" time="0.0913" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when media ISO has not been downloaded" name="Src\LabMedia.Fails when media ISO has not been downloaded" time="0.0483" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when media Id is not found" name="Src\LabMedia.Fails when media Id is not found" time="0.0373" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a "System.IO.FileInfo" object type" name="Src\LabMedia.Returns a "System.IO.FileInfo" object type" time="0.0723" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeResourceDownload" with "ParentVhdPath" if media type is "VHD"" name="Src\LabMedia.Calls "InvokeResourceDownload" with "ParentVhdPath" if media type is "VHD"" time="0.0513" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeResourceDownload" with "IsoPath" if media type is "ISO"" name="Src\LabMedia.Calls "InvokeResourceDownload" with "IsoPath" if media type is "ISO"" time="0.0439" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeResourceDownload" with "IsoPath" if media type is "WIM"" name="Src\LabMedia.Calls "InvokeResourceDownload" with "IsoPath" if media type is "WIM"" time="0.0542" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeResourceDownload" with "Force" parameter when specified" name="Src\LabMedia.Calls "InvokeResourceDownload" with "Force" parameter when specified" time="0.0602" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeResourceDownload" with large "BufferSize" for file Uris" name="Src\LabMedia.Calls "InvokeResourceDownload" with large "BufferSize" for file Uris" time="0.0718" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not call "InvokeResourceDownload" when "DisableLocalFileCaching" is enabled" name="Src\LabMedia.Does not call "InvokeResourceDownload" when "DisableLocalFileCaching" is enabled" time="0.0511" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns source Uri when "DisableLocalFileCaching" is enabled" name="Src\LabMedia.Returns source Uri when "DisableLocalFileCaching" is enabled" time="0.0393" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a "System.IO.FileInfo" object type" name="Src\LabMedia.Returns a "System.IO.FileInfo" object type" time="0.0757" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeResourceDownload" with "Checksum" parameter when specified" name="Src\LabMedia.Calls "InvokeResourceDownload" with "Checksum" parameter when specified" time="0.044" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeResourceDownload" with "Force" parameter when specified" name="Src\LabMedia.Calls "InvokeResourceDownload" with "Force" parameter when specified" time="0.0443" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when custom media type is "ISO" and OperatingSystem is "Linux"" name="Src\LabMedia.Throws when custom media type is "ISO" and OperatingSystem is "Linux"" time="0.0532" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when custom media type is "WIM" and OperatingSystem is "Linux"" name="Src\LabMedia.Throws when custom media type is "WIM" and OperatingSystem is "Linux"" time="0.0249" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when custom media type is "ISO" and "ImageName" is not specified" name="Src\LabMedia.Throws when custom media type is "ISO" and "ImageName" is not specified" time="0.0253" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when custom media type is "WIM" and "ImageName" is not specified" name="Src\LabMedia.Throws when custom media type is "WIM" and "ImageName" is not specified" time="0.0285" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when custom media already exists and "Force" is not specified" name="Src\LabMedia.Throws when custom media already exists and "Force" is not specified" time="0.0363" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not throw when custom media type is "VHD" and "ImageName" is not specified" name="Src\LabMedia.Does not throw when custom media type is "VHD" and "ImageName" is not specified" time="0.0489" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not throw when custom media already exists and "Force" is specified" name="Src\LabMedia.Does not throw when custom media already exists and "Force" is specified" time="0.0483" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes existing custom media entry when 'Id' does exist" name="Src\LabMedia.Removes existing custom media entry when 'Id' does exist" time="0.0687" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not remove any entries when custom media 'Id' doesn't exist" name="Src\LabMedia.Does not remove any entries when custom media 'Id' doesn't exist" time="0.0329" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\LabResource" executed="True" result="Success" success="True" time="2.7796" asserts="0" description="Src\LabResource"> <results> <test-case description="Passes when no resources are defined in the configuration data" name="Src\LabResource.Passes when no resources are defined in the configuration data" time="0.1838" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when all defined resources are present and "Id" parameter is not specified" name="Src\LabResource.Passes when all defined resources are present and "Id" parameter is not specified" time="0.0622" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when defined resource is present and "Id" parameter is specified" name="Src\LabResource.Passes when defined resource is present and "Id" parameter is specified" time="0.0347" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when a resource is missing and "Id" parameter is not specified" name="Src\LabResource.Fails when a resource is missing and "Id" parameter is not specified" time="0.0392" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when a resource is missing and "Id" parameter is specified" name="Src\LabResource.Fails when a resource is missing and "Id" parameter is specified" time="0.0386" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Uses resource "Filename" property if specified" name="Src\LabResource.Uses resource "Filename" property if specified" time="0.0406" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "TestResourceDownload" with "Checksum" parameter when defined" name="Src\LabResource.Calls "TestResourceDownload" with "Checksum" parameter when defined" time="0.0437" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads all media when "MediaId" parameter is not specified" name="Src\LabResource.Downloads all media when "MediaId" parameter is not specified" time="0.2786" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads only unique media when "MediaId" parameter is not specified" name="Src\LabResource.Downloads only unique media when "MediaId" parameter is not specified" time="0.1555" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads single media when "MediaId" parameter is specified" name="Src\LabResource.Downloads single media when "MediaId" parameter is specified" time="0.1529" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads all required hotfixes" name="Src\LabResource.Downloads all required hotfixes" time="0.0646" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads all resources when "ResourceId" parameter is not specified" name="Src\LabResource.Downloads all resources when "ResourceId" parameter is not specified" time="0.1245" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads single resource when "ResourceId" parameter is specified" name="Src\LabResource.Downloads single resource when "ResourceId" parameter is specified" time="0.0591" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads a single DSC resource module" name="Src\LabResource.Downloads a single DSC resource module" time="0.0597" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads multiple DSC resource modules" name="Src\LabResource.Downloads multiple DSC resource modules" time="0.0572" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads a single PowerShell module" name="Src\LabResource.Downloads a single PowerShell module" time="0.0549" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Downloads multiple PowerShell modules" name="Src\LabResource.Downloads multiple PowerShell modules" time="0.0579" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Uses resource "Filename" property if specified" name="Src\LabResource.Uses resource "Filename" property if specified" time="0.0787" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns resource record if "ResourceId" is found" name="Src\LabResource.Returns resource record if "ResourceId" is found" time="0.0932" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if "ResourceId" is not found" name="Src\LabResource.Throws if "ResourceId" is not found" time="0.0279" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates destination "Resources" directory if it does not exist on target file sytem" name="Src\LabResource.Creates destination "Resources" directory if it does not exist on target file sytem" time="0.1017" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Invokes "Invoke-LabResourceDownload" with "ResourceId" if resource is not found" name="Src\LabResource.Invokes "Invoke-LabResourceDownload" with "ResourceId" if resource is not found" time="0.1072" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Uses resource "Filename" property if specified" name="Src\LabResource.Uses resource "Filename" property if specified" time="0.0863" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Copies resource by default" name="Src\LabResource.Copies resource by default" time="0.0977" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Copies resource to explicit target destination path" name="Src\LabResource.Copies resource to explicit target destination path" time="0.0768" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ExpandZipArchive" if "Expand" property is specified on a "ZIP" resource" name="Src\LabResource.Calls "ExpandZipArchive" if "Expand" property is specified on a "ZIP" resource" time="0.0776" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ExpandZipArchive" to explicit target path when "Expand" is specified on a "ZIP" resource" name="Src\LabResource.Calls "ExpandZipArchive" to explicit target path when "Expand" is specified on a "ZIP" resource" time="0.0675" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ExpandIso" if "Expand" property is specified on an "ISO" resource" name="Src\LabResource.Calls "ExpandIso" if "Expand" property is specified on an "ISO" resource" time="0.0748" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ExpandIso" to explicit target path when "Expand" is specified on a "ISO" resource" name="Src\LabResource.Calls "ExpandIso" to explicit target path when "Expand" is specified on a "ISO" resource" time="0.0744" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if "Expand" property is specified on an "EXE" resource" name="Src\LabResource.Throws if "Expand" property is specified on an "EXE" resource" time="0.0613" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns "System.Boolean" object type" name="Src\LabResource.Returns "System.Boolean" object type" time="0.0631" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when local .EXE exists" name="Src\LabResource.Passes when local .EXE exists" time="0.0281" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when local .EXE does not exist" name="Src\LabResource.Fails when local .EXE does not exist" time="0.0242" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when local ISO folder exists" name="Src\LabResource.Passes when local ISO folder exists" time="0.0275" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when local ISO folder does not exist" name="Src\LabResource.Fails when local ISO folder does not exist" time="0.024" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when local ZIP folder exists" name="Src\LabResource.Passes when local ZIP folder exists" time="0.0286" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when local ZIP folder does not exist" name="Src\LabResource.Fails when local ZIP folder does not exist" time="0.0207" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when local .EXE has "Expand" = "True"" name="Src\LabResource.Throws when local .EXE has "Expand" = "True"" time="0.0304" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\LabSwitch" executed="True" result="Success" success="True" time="0.919" asserts="0" description="Src\LabSwitch"> <results> <test-case description="Returns a "System.Collections.Hashtable" object type" name="Src\LabSwitch.Returns a "System.Collections.Hashtable" object type" time="0.1663" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when switch type is "External" and "NetAdapterName" is not specified" name="Src\LabSwitch.Throws when switch type is "External" and "NetAdapterName" is not specified" time="0.0217" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes "NetAdapterName" if switch type is not "External"" name="Src\LabSwitch.Removes "NetAdapterName" if switch type is not "External"" time="0.0285" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes "AllowManagementOS" if switch type is not "External"" name="Src\LabSwitch.Removes "AllowManagementOS" if switch type is not "External"" time="0.0212" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a "System.Collections.Hashtable" object type" name="Src\LabSwitch.Returns a "System.Collections.Hashtable" object type" time="0.0725" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns specified network switch from configuration data if defined" name="Src\LabSwitch.Returns specified network switch from configuration data if defined" time="0.0447" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns existing "External" switch if "Name" cannot be resolved" name="Src\LabSwitch.Returns existing "External" switch if "Name" cannot be resolved" time="0.0614" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a default "Internal" switch if the switch cannot be resolved" name="Src\LabSwitch.Returns a default "Internal" switch if the switch cannot be resolved" time="0.0468" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when network switch is found" name="Src\LabSwitch.Passes when network switch is found" time="0.0898" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when an existing switch is found" name="Src\LabSwitch.Passes when an existing switch is found" time="0.0312" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when network switch is not found" name="Src\LabSwitch.Fails when network switch is not found" time="0.0512" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeDscResource"" name="Src\LabSwitch.Calls "InvokeDscResource"" time="0.0959" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not call "InvokeDscResource" for an existing switch" name="Src\LabSwitch.Does not call "InvokeDscResource" for an existing switch" time="0.0567" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeDscResource" with "Ensure" = "Absent"" name="Src\LabSwitch.Calls "InvokeDscResource" with "Ensure" = "Absent"" time="0.0964" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not call "InvokeDscResource" for an existing switch" name="Src\LabSwitch.Does not call "InvokeDscResource" for an existing switch" time="0.0347" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\LabVM" executed="True" result="Success" success="True" time="3.2426" asserts="0" description="Src\LabVM"> <results> <test-case description="Throws when "ClientCertificatePath" cannot be found" name="Src\LabVM.Throws when "ClientCertificatePath" cannot be found" time="0.176" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not throw when "ClientCertificatePath" cannot be found and "IsQuickVM" = "$true"" name="Src\LabVM.Does not throw when "ClientCertificatePath" cannot be found and "IsQuickVM" = "$true"" time="0.1854" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when "RootCertificatePath" cannot be found" name="Src\LabVM.Throws when "RootCertificatePath" cannot be found" time="0.0712" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not throw when "RootCertificatePath" cannot be found and "IsQuickVM" = "$true"" name="Src\LabVM.Does not throw when "RootCertificatePath" cannot be found and "IsQuickVM" = "$true"" time="0.1881" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates parent image if it is not already present" name="Src\LabVM.Creates parent image if it is not already present" time="0.1433" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetLabSwitch" to configure VM switch" name="Src\LabVM.Calls "SetLabSwitch" to configure VM switch" time="0.1482" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetLabSwitch" once per network switch" name="Src\LabVM.Calls "SetLabSwitch" once per network switch" time="0.1379" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ResetLabVMDisk" to create VM disk" name="Src\LabVM.Calls "ResetLabVMDisk" to create VM disk" time="0.1301" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates virtual machine" name="Src\LabVM.Creates virtual machine" time="0.1292" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates virtual machine with "GuestIntegrationServices" when specified" name="Src\LabVM.Creates virtual machine with "GuestIntegrationServices" when specified" time="0.1331" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not inject resources when "OperatingSystem" is "Linux"" name="Src\LabVM.Does not inject resources when "OperatingSystem" is "Linux"" time="0.1222" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Injects VM resources" name="Src\LabVM.Injects VM resources" time="0.1276" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes media "ProductKey" when specified (#134)" name="Src\LabVM.Passes media "ProductKey" when specified (#134)" time="0.1273" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not create a snapshot when "NoSnapshot" is specified" name="Src\LabVM.Does not create a snapshot when "NoSnapshot" is specified" time="0.1214" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Writes warning when VM "WarningMessage" is defined" name="Src\LabVM.Writes warning when VM "WarningMessage" is defined" time="0.1191" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Test-LabImage" with "ConfigurationData" (#97)" name="Src\LabVM.Calls "Test-LabImage" with "ConfigurationData" (#97)" time="0.1398" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ResetLabVMDisk" with "ConfigurationData" (#97)" name="Src\LabVM.Calls "ResetLabVMDisk" with "ConfigurationData" (#97)" time="0.132" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Set-LabVirtualMachine" with "ConfigurationData" (#97)" name="Src\LabVM.Calls "Set-LabVirtualMachine" with "ConfigurationData" (#97)" time="0.1815" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Warns when no client or root certificate is used" name="Src\LabVM.Warns when no client or root certificate is used" time="0.0445" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when VM cannot be found" name="Src\LabVM.Throws when VM cannot be found" time="0.0741" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes all snapshots" name="Src\LabVM.Removes all snapshots" time="0.0953" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes the virtual machine" name="Src\LabVM.Removes the virtual machine" time="0.0793" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes the VHDX file" name="Src\LabVM.Removes the VHDX file" time="0.0852" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not remove the virtual switch by default" name="Src\LabVM.Does not remove the virtual switch by default" time="0.0808" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes the virtual switch when "RemoveSwitch" is specified" name="Src\LabVM.Removes the virtual switch when "RemoveSwitch" is specified" time="0.0858" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "RemoveLabVirtualMachine" with "ConfigurationData" (#97)" name="Src\LabVM.Calls "RemoveLabVirtualMachine" with "ConfigurationData" (#97)" time="0.0955" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "RemoveLabVMDisk" with "ConfigurationData" (#97)" name="Src\LabVM.Calls "RemoveLabVMDisk" with "ConfigurationData" (#97)" time="0.0888" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\LabVMDefaults" executed="True" result="Success" success="True" time="1.3294" asserts="0" description="Src\LabVMDefaults"> <results> <test-case description="Calls "Remove-ConfigurationData" method" name="Src\LabVMDefaults.Calls "Remove-ConfigurationData" method" time="0.1914" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a "System.Management.Automation.PSCustomObject" object type" name="Src\LabVMDefaults.Returns a "System.Management.Automation.PSCustomObject" object type" time="0.055" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return "BootOrder" property" name="Src\LabVMDefaults.Does not return "BootOrder" property" time="0.0249" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return "BootOrder" property" name="Src\LabVMDefaults.Does not return "BootOrder" property" time="0.0758" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "StartupMemory" value" name="Src\LabVMDefaults.Sets "StartupMemory" value" time="0.0342" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "MinimumMemory" value" name="Src\LabVMDefaults.Sets "MinimumMemory" value" time="0.0352" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "MaximumMemory" value" name="Src\LabVMDefaults.Sets "MaximumMemory" value" time="0.0353" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "ProcessorCount" value" name="Src\LabVMDefaults.Sets "ProcessorCount" value" time="0.0363" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "Media" value" name="Src\LabVMDefaults.Sets "Media" value" time="0.0626" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "SwitchName" value" name="Src\LabVMDefaults.Sets "SwitchName" value" time="0.0332" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "Timezone" value" name="Src\LabVMDefaults.Sets "Timezone" value" time="0.0382" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "InputLocale" value" name="Src\LabVMDefaults.Sets "InputLocale" value" time="0.0383" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "InputLocale" value" name="Src\LabVMDefaults.Sets "InputLocale" value" time="0.034" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "SystemLocale" value" name="Src\LabVMDefaults.Sets "SystemLocale" value" time="0.0354" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "UILanguage" value" name="Src\LabVMDefaults.Sets "UILanguage" value" time="0.0364" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "UserLocale" value" name="Src\LabVMDefaults.Sets "UserLocale" value" time="0.0349" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "RegisteredOwner" value" name="Src\LabVMDefaults.Sets "RegisteredOwner" value" time="0.0343" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "RegisteredOrganization" value" name="Src\LabVMDefaults.Sets "RegisteredOrganization" value" time="0.0356" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "BootDelay" value" name="Src\LabVMDefaults.Sets "BootDelay" value" time="0.0392" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "CustomBootstrapOrder" value" name="Src\LabVMDefaults.Sets "CustomBootstrapOrder" value" time="0.0362" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "GuestIntegrationServices" value" name="Src\LabVMDefaults.Sets "GuestIntegrationServices" value" time="0.0379" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "ClientCertificatePath" value" name="Src\LabVMDefaults.Sets "ClientCertificatePath" value" time="0.0355" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Sets "RootCertificatePath" value" name="Src\LabVMDefaults.Sets "RootCertificatePath" value" time="0.0434" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if "Timezone" cannot be resolved" name="Src\LabVMDefaults.Throws if "Timezone" cannot be resolved" time="0.0304" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if "ClientCertificatePath" file cannot be found" name="Src\LabVMDefaults.Throws if "ClientCertificatePath" file cannot be found" time="0.0273" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if "RootCertificatePath" file cannot be found" name="Src\LabVMDefaults.Throws if "RootCertificatePath" file cannot be found" time="0.029" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if "StartupMemory" is less than "MinimumMemory"" name="Src\LabVMDefaults.Throws if "StartupMemory" is less than "MinimumMemory"" time="0.0247" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if "StartupMemory" is greater than "MaximumMemory"" name="Src\LabVMDefaults.Throws if "StartupMemory" is greater than "MaximumMemory"" time="0.0316" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if "Media" cannot be resolved" name="Src\LabVMDefaults.Throws if "Media" cannot be resolved" time="0.062" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Set-ConfigurationData" to write data to disk" name="Src\LabVMDefaults.Calls "Set-ConfigurationData" to write data to disk" time="0.0613" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\LabVMDisk" executed="True" result="Success" success="True" time="1.4483" asserts="0" description="Src\LabVMDisk"> <results> <test-case description="Appends the VM's name to the host "DifferencingVhdPath"" name="Src\LabVMDisk.Appends the VM's name to the host "DifferencingVhdPath"" time="0.1768" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabMedia" to resolve the parent VHDX path" name="Src\LabVMDisk.Calls "Get-LabMedia" to resolve the parent VHDX path" time="0.0897" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "GetDscResource" with virtual machine name" name="Src\LabVMDisk.Calls "GetDscResource" with virtual machine name" time="0.0579" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" name="Src\LabVMDisk.Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" time="0.0613" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabMedia" to resolve the parent VHDX path" name="Src\LabVMDisk.Calls "Get-LabMedia" to resolve the parent VHDX path" time="0.0905" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "TestDscResource" with virtual machine name" name="Src\LabVMDisk.Calls "TestDscResource" with virtual machine name" time="0.0619" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "TestDscResource" with "MaximumSize" when image is not available (#104)" name="Src\LabVMDisk.Calls "TestDscResource" with "MaximumSize" when image is not available (#104)" time="0.0617" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "TestDscResource" with "VHDX" when image is not available (#104)" name="Src\LabVMDisk.Calls "TestDscResource" with "VHDX" when image is not available (#104)" time="0.0643" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" name="Src\LabVMDisk.Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" time="0.0626" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabMedia" to resolve the parent VHDX path" name="Src\LabVMDisk.Calls "Get-LabMedia" to resolve the parent VHDX path" time="0.0915" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeDscResource" with virtual machine name" name="Src\LabVMDisk.Calls "InvokeDscResource" with virtual machine name" time="0.0596" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" name="Src\LabVMDisk.Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" time="0.0687" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabMedia" to resolve the parent VHDX path" name="Src\LabVMDisk.Calls "Get-LabMedia" to resolve the parent VHDX path" time="0.0784" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeDscResource" with virtual "Ensure" = "Absent"" name="Src\LabVMDisk.Calls "InvokeDscResource" with virtual "Ensure" = "Absent"" time="0.0634" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" name="Src\LabVMDisk.Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" time="0.0593" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes any existing snapshots" name="Src\LabVMDisk.Removes any existing snapshots" time="0.0909" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes the existing VHDX file" name="Src\LabVMDisk.Removes the existing VHDX file" time="0.0518" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates a new VHDX file" name="Src\LabVMDisk.Creates a new VHDX file" time="0.0518" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "RemoveLabVMDisk" and "SetLabVMDisk" with "ConfigurationData" when specified (#97)" name="Src\LabVMDisk.Calls "RemoveLabVMDisk" and "SetLabVMDisk" with "ConfigurationData" when specified (#97)" time="0.1062" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\LabVMDiskFile" executed="True" result="Success" success="True" time="1.5436" asserts="0" description="Src\LabVMDiskFile"> <results> <test-case description="Calls "InvokeModuleCacheDownload" with "Force" when specified" name="Src\LabVMDiskFile.Calls "InvokeModuleCacheDownload" with "Force" when specified" time="0.2515" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ExpandModuleCache" with "Clean" when specified" name="Src\LabVMDiskFile.Calls "ExpandModuleCache" with "Clean" when specified" time="0.0449" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ExpandLabResource" using "ResourceShare" path" name="Src\LabVMDiskFile.Calls "ExpandLabResource" using "ResourceShare" path" time="0.0765" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Resolve-LabModule" to query DSC resource modules" name="Src\LabVMDiskFile.Calls "Resolve-LabModule" to query DSC resource modules" time="0.0992" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Resolve-LabModule" to query PowerShell modules" name="Src\LabVMDiskFile.Calls "Resolve-LabModule" to query PowerShell modules" time="0.0582" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetLabVMDiskModule" to expand modules" name="Src\LabVMDiskFile.Calls "SetLabVMDiskModule" to expand modules" time="0.059" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetUnattendXml" to create "\Windows\System32\Sysprep\Unattend.xml" file" name="Src\LabVMDiskFile.Calls "SetUnattendXml" to create "\Windows\System32\Sysprep\Unattend.xml" file" time="0.0941" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes node "ProductKey" when specified (#134)" name="Src\LabVMDiskFile.Passes node "ProductKey" when specified (#134)" time="0.0519" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes media "ProductKey" when specified (#134)" name="Src\LabVMDiskFile.Passes media "ProductKey" when specified (#134)" time="0.0489" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes node "ProductKey" when node and media key specified (#134)" name="Src\LabVMDiskFile.Passes node "ProductKey" when node and media key specified (#134)" time="0.0528" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetBootStrap" to inject default bootstrap" name="Src\LabVMDiskFile.Calls "SetBootStrap" to inject default bootstrap" time="0.0794" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetBootStrap" to inject custom bootstrap when specified" name="Src\LabVMDiskFile.Calls "SetBootStrap" to inject custom bootstrap when specified" time="0.0455" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetBootStrap" with "CoreCLR" to inject CoreCLR bootstrap when specified" name="Src\LabVMDiskFile.Calls "SetBootStrap" with "CoreCLR" to inject CoreCLR bootstrap when specified" time="0.0434" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetSetupCompleteCmd" with "\Windows\Setup\Scripts" path" name="Src\LabVMDiskFile.Calls "SetSetupCompleteCmd" with "\Windows\Setup\Scripts" path" time="0.0446" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Warns if .mof file cannot be found" name="Src\LabVMDiskFile.Warns if .mof file cannot be found" time="0.0719" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Copies .mof file if found" name="Src\LabVMDiskFile.Copies .mof file if found" time="0.0609" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Copies .meta.mof file if found" name="Src\LabVMDiskFile.Copies .meta.mof file if found" time="0.056" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Copies default client certificate" name="Src\LabVMDiskFile.Copies default client certificate" time="0.0984" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Copies default root certificate" name="Src\LabVMDiskFile.Copies default root certificate" time="0.0645" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Copies custom client certificate" name="Src\LabVMDiskFile.Copies custom client certificate" time="0.0679" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Copies custom root certificate" name="Src\LabVMDiskFile.Copies custom root certificate" time="0.0739" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\LabVMSnapshot" executed="True" result="Success" success="True" time="0.4271" asserts="0" description="Src\LabVMSnapshot"> <results> <test-case description="Calls "Get-VMSnapshot" for each virtual machine specified" name="Src\LabVMSnapshot.Calls "Get-VMSnapshot" for each virtual machine specified" time="0.1885" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Remove-VMSnapshot" for each virtual machine snapshot" name="Src\LabVMSnapshot.Calls "Remove-VMSnapshot" for each virtual machine snapshot" time="0.0558" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Checkpoint-VM" for each virtual machine specified" name="Src\LabVMSnapshot.Calls "Checkpoint-VM" for each virtual machine specified" time="0.0724" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-VMSnapshot" for each virtual machine specified" name="Src\LabVMSnapshot.Calls "Get-VMSnapshot" for each virtual machine specified" time="0.0758" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Warns when snapshot name cannot be found" name="Src\LabVMSnapshot.Warns when snapshot name cannot be found" time="0.0346" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Assert-LabConfigurationMof" executed="True" result="Success" success="True" time="0.2578" asserts="0" description="Unit\Src\Private\Assert-LabConfigurationMof"> <results> <test-case description="Throws if path is invalid" name="Unit\Src\Private\Assert-LabConfigurationMof.Throws if path is invalid" time="0.1461" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not throw if ".mof" and ".meta.mof" files exist" name="Unit\Src\Private\Assert-LabConfigurationMof.Does not throw if ".mof" and ".meta.mof" files exist" time="0.0278" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if ".mof" file is missing" name="Unit\Src\Private\Assert-LabConfigurationMof.Throws if ".mof" file is missing" time="0.025" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Warns if ".meta.mof" file is missing" name="Unit\Src\Private\Assert-LabConfigurationMof.Warns if ".meta.mof" file is missing" time="0.0323" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Warns if ".mof" file is missing but -SkipMofCheck is specified" name="Unit\Src\Private\Assert-LabConfigurationMof.Warns if ".mof" file is missing but -SkipMofCheck is specified" time="0.0266" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\Private\Expand-LabImage" executed="True" result="Success" success="True" time="1.2409" asserts="0" description="Src\Private\Expand-LabImage"> <results> <test-case description="Mounts ISO image" name="Src\Private\Expand-LabImage.Mounts ISO image" time="0.2527" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not Mount WIM image" name="Src\Private\Expand-LabImage.Does not Mount WIM image" time="0.0797" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-WindowsImageByIndex" method when passing "WimImageName"" name="Src\Private\Expand-LabImage.Calls "Get-WindowsImageByIndex" method when passing "WimImageName"" time="0.1364" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Expand-WindowsImage" with specified "WimImageIndex"" name="Src\Private\Expand-LabImage.Calls "Expand-WindowsImage" with specified "WimImageIndex"" time="0.1326" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Expand-WindowsImage" with custom "WimPath"" name="Src\Private\Expand-LabImage.Calls "Expand-WindowsImage" with custom "WimPath"" time="0.134" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Dismounts ISO image" name="Src\Private\Expand-LabImage.Dismounts ISO image" time="0.1133" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not dismount WIM image" name="Src\Private\Expand-LabImage.Does not dismount WIM image" time="0.0596" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Add-LabImageWindowsOptionalFeature" when "WindowsOptionalFeature" is defined" name="Src\Private\Expand-LabImage.Calls "Add-LabImageWindowsOptionalFeature" when "WindowsOptionalFeature" is defined" time="0.129" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Add-LabImageWindowsOptionalFeature" with custom "SourcePath"" name="Src\Private\Expand-LabImage.Calls "Add-LabImageWindowsOptionalFeature" with custom "SourcePath"" time="0.0776" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Dismounts ISO image when error is thrown (#166)" name="Src\Private\Expand-LabImage.Dismounts ISO image when error is thrown (#166)" time="0.1259" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Get-ConfigurationData" executed="True" result="Success" success="True" time="0.6842" asserts="0" description="Unit\Src\Private\Get-ConfigurationData"> <results> <test-case description="Adds missing "CustomBootstrapOrder" property to VM configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing "CustomBootstrapOrder" property to VM configuration" time="0.2751" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Adds missing "SecureBoot" property to VM configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing "SecureBoot" property to VM configuration" time="0.0627" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Adds missing "GuestIntegrationServices" property to VM configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing "GuestIntegrationServices" property to VM configuration" time="0.0637" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Adds missing "OperatingSystem" property to CustomMedia configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing "OperatingSystem" property to CustomMedia configuration" time="0.0681" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Adds missing "DisableLocalFileCaching" property to Host configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing "DisableLocalFileCaching" property to Host configuration" time="0.0675" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Adds missing "EnableCallStackLogging" property to Host configuration" name="Unit\Src\Private\Get-ConfigurationData.Adds missing "EnableCallStackLogging" property to Host configuration" time="0.0668" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Removes deprecated "UpdatePath" property from Host configuration (Issue #77)" name="Unit\Src\Private\Get-ConfigurationData.Removes deprecated "UpdatePath" property from Host configuration (Issue #77)" time="0.0804" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabHostDefault" executed="True" result="Success" success="True" time="0.2043" asserts="0" description="Unit\Src\Private\Get-LabHostDefault"> <results> <test-case description="Returns host configuration path" name="Unit\Src\Private\Get-LabHostDefault.Returns host configuration path" time="0.2043" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabModuleCache" executed="True" result="Success" success="True" time="0.9245" asserts="0" description="Unit\Src\Private\Get-LabModuleCache"> <results> <test-case description="Returns only a single module" name="Unit\Src\Private\Get-LabModuleCache.Returns only a single module" time="0.1818" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns only a single module by "Module"" name="Unit\Src\Private\Get-LabModuleCache.Returns only a single module by "Module"" time="0.0466" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns the latest PSGallery module version by default" name="Unit\Src\Private\Get-LabModuleCache.Returns the latest PSGallery module version by default" time="0.0614" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns the latest GitHub module version by default" name="Unit\Src\Private\Get-LabModuleCache.Returns the latest GitHub module version by default" time="0.0493" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns the latest PSGallery module version when "MinimumVersion" is specified" name="Unit\Src\Private\Get-LabModuleCache.Returns the latest PSGallery module version when "MinimumVersion" is specified" time="0.0398" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns the latest GitHub module version when "MinimumVersion" is specified" name="Unit\Src\Private\Get-LabModuleCache.Returns the latest GitHub module version when "MinimumVersion" is specified" time="0.039" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns the exact PSGallery module version when "RequiredVersion" is specified" name="Unit\Src\Private\Get-LabModuleCache.Returns the exact PSGallery module version when "RequiredVersion" is specified" time="0.0385" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns the exact GitHub module version when "RequiredVersion" is specified" name="Unit\Src\Private\Get-LabModuleCache.Returns the exact GitHub module version when "RequiredVersion" is specified" time="0.0391" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return PSGallery module when "MinimumVersion" is not cached" name="Unit\Src\Private\Get-LabModuleCache.Does not return PSGallery module when "MinimumVersion" is not cached" time="0.0562" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return PSGallery module when "RequiredVersion" is not cached" name="Unit\Src\Private\Get-LabModuleCache.Does not return PSGallery module when "RequiredVersion" is not cached" time="0.0684" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return GitHub module when "MinimumVersion" is not cached" name="Unit\Src\Private\Get-LabModuleCache.Does not return GitHub module when "MinimumVersion" is not cached" time="0.0445" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return GitHub module when "RequiredVersion" is not cached" name="Unit\Src\Private\Get-LabModuleCache.Does not return GitHub module when "RequiredVersion" is not cached" time="0.0401" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a FileSystem provider [System.IO.DirectoryInfo] object type" name="Unit\Src\Private\Get-LabModuleCache.Returns a FileSystem provider [System.IO.DirectoryInfo] object type" time="0.0293" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a FileSystem provider [System.IO.FileInfo] object type" name="Unit\Src\Private\Get-LabModuleCache.Returns a FileSystem provider [System.IO.FileInfo] object type" time="0.0281" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if module "Name" is not specified" name="Unit\Src\Private\Get-LabModuleCache.Throws if module "Name" is not specified" time="0.0264" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if GitHub module "Owner" is not specified" name="Unit\Src\Private\Get-LabModuleCache.Throws if GitHub module "Owner" is not specified" time="0.0241" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if FileSystem module "Path" is not specified" name="Unit\Src\Private\Get-LabModuleCache.Throws if FileSystem module "Path" is not specified" time="0.0286" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if FileSystem module "Path" does not exist" name="Unit\Src\Private\Get-LabModuleCache.Throws if FileSystem module "Path" does not exist" time="0.0235" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if FileSystem module "Path" is not a ".zip" file" name="Unit\Src\Private\Get-LabModuleCache.Throws if FileSystem module "Path" is not a ".zip" file" time="0.0284" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if unsupported hashtable key is used (#170)" name="Unit\Src\Private\Get-LabModuleCache.Throws if unsupported hashtable key is used (#170)" time="0.0315" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Get-LabVirtualMachineProperty" executed="True" result="Success" success="True" time="0.9821" asserts="0" description="Unit\Src\Private\Get-LabVirtualMachineProperty"> <results> <test-case description="Returns generation 1 VM for x86 media architecture" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 1 VM for x86 media architecture" time="0.1839" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns generation 2 VM for x64 media architecture" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 2 VM for x64 media architecture" time="0.0532" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns generation 1 VM when custom "MBR" partition style is defined" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 1 VM when custom "MBR" partition style is defined" time="0.0759" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns generation 2 VM when custom "GPT" partition style is defined" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 2 VM when custom "GPT" partition style is defined" time="0.0788" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns generation 1 VM when image generation is "VHD", but media "x64" and partition style is "GPT"" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 1 VM when image generation is "VHD", but media "x64" and partition style is "GPT"" time="0.0583" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns generation 1 VM when image generation is "VHDX", but custom data "VmGeneration" is "1"" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 1 VM when image generation is "VHDX", but custom data "VmGeneration" is "1"" time="0.0527" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns generation 2 VM when image generation is "VHD", but custom data "VmGeneration" is "2"" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns generation 2 VM when image generation is "VHD", but custom data "VmGeneration" is "2"" time="0.0531" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns additional "VhdPath" property" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns additional "VhdPath" property" time="0.0547" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns additional "RestartIfNeeded" property" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns additional "RestartIfNeeded" property" time="0.0529" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return "Media" property" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Does not return "Media" property" time="0.0546" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return "EnableGuestService" property by default" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Does not return "EnableGuestService" property by default" time="0.0534" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns "EnableGuestService" property when "GuestIntegrationServices" is specified" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Returns "EnableGuestService" property when "GuestIntegrationServices" is specified" time="0.0557" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "ResolveLabMedia" with "ConfigurationData" when specified (#97)" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Calls "ResolveLabMedia" with "ConfigurationData" when specified (#97)" time="0.0503" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" time="0.0463" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not return "ConfigurationData" property by default (#97)" name="Unit\Src\Private\Get-LabVirtualMachineProperty.Does not return "ConfigurationData" property by default (#97)" time="0.0582" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\Private\Get-WindowsImageByIndex" executed="True" result="Success" success="True" time="0.2353" asserts="0" description="Src\Private\Get-WindowsImageByIndex"> <results> <test-case description="Returns a "System.Int32" type" name="Src\Private\Get-WindowsImageByIndex.Returns a "System.Int32" type" time="0.1676" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns the matching image index if found" name="Src\Private\Get-WindowsImageByIndex.Returns the matching image index if found" time="0.0287" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns nothing when image index is not found" name="Src\Private\Get-WindowsImageByIndex.Returns nothing when image index is not found" time="0.039" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Src\Private\Get-WindowsImageByName" executed="True" result="Success" success="True" time="0.2266" asserts="0" description="Src\Private\Get-WindowsImageByName"> <results> <test-case description="Returns a "System.String" type" name="Src\Private\Get-WindowsImageByName.Returns a "System.String" type" time="0.1614" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns the matching image name" name="Src\Private\Get-WindowsImageByName.Returns the matching image name" time="0.0316" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns nothing when image name is not found" name="Src\Private\Get-WindowsImageByName.Returns nothing when image name is not found" time="0.0336" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Remove-ConfigurationData" executed="True" result="Success" success="True" time="0.1674" asserts="0" description="Unit\Src\Private\Remove-ConfigurationData"> <results> <test-case description="Removes configuration file" name="Unit\Src\Private\Remove-ConfigurationData.Removes configuration file" time="0.1674" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Remove-LabVirtualMachine" executed="True" result="Success" success="True" time="0.2592" asserts="0" description="Unit\Src\Private\Remove-LabVirtualMachine"> <results> <test-case description="Imports Hyper-V DSC resource" name="Unit\Src\Private\Remove-LabVirtualMachine.Imports Hyper-V DSC resource" time="0.1715" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Invokes Hyper-V DSC resource" name="Unit\Src\Private\Remove-LabVirtualMachine.Invokes Hyper-V DSC resource" time="0.0425" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabVirtualMachineProperty" with "ConfigurationData" when specified (#97)" name="Unit\Src\Private\Remove-LabVirtualMachine.Calls "Get-LabVirtualMachineProperty" with "ConfigurationData" when specified (#97)" time="0.0451" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-ConfigurationDataPath" executed="True" result="Success" success="True" time="0.4071" asserts="0" description="Unit\Src\Private\Resolve-ConfigurationDataPath"> <results> <test-case description="Resolves 'Host' to module path when custom configuration does not exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'Host' to module path when custom configuration does not exist" time="0.1488" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Resolves 'Host' to %ALLUSERSPROFILE% path when custom configuration does exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'Host' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.0255" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Resolves 'VM' to module path when custom configuration does not exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'VM' to module path when custom configuration does not exist" time="0.0346" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Resolves 'VM' to %ALLUSERSPROFILE% path when custom configuration does exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'VM' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.0222" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Resolves 'Media' to module path when custom configuration does not exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'Media' to module path when custom configuration does not exist" time="0.0368" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Resolves 'Media' to %ALLUSERSPROFILE% path when custom configuration does exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'Media' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.026" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Resolves 'CustomMedia' to module path when custom configuration does not exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'CustomMedia' to module path when custom configuration does not exist" time="0.0451" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Resolves 'CustomMedia' to %ALLUSERSPROFILE% path when custom configuration does exist" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves 'CustomMedia' to %ALLUSERSPROFILE% path when custom configuration does exist" time="0.0241" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Resolves environment variables in resulting path" name="Unit\Src\Private\Resolve-ConfigurationDataPath.Resolves environment variables in resulting path" time="0.0441" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-ConfigurationPath" executed="True" result="Success" success="True" time="0.4303" asserts="0" description="Unit\Src\Private\Resolve-ConfigurationPath"> <results> <test-case description="returns mof in the specified path root" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the specified path root" time="0.172" asserts="0" success="True" result="Success" executed="True" /> <test-case description="returns mof in the specified path configuration folder" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the specified path configuration folder" time="0.0487" asserts="0" success="True" result="Success" executed="True" /> <test-case description="returns mof in the Configurations folder" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the Configurations folder" time="0.0506" asserts="0" success="True" result="Success" executed="True" /> <test-case description="returns mof in the default Configurations configuration folder" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the default Configurations configuration folder" time="0.0502" asserts="0" success="True" result="Success" executed="True" /> <test-case description="returns mof in the $PWD" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the $PWD" time="0.054" asserts="0" success="True" result="Success" executed="True" /> <test-case description="returns mof in the $PWD configuration folder" name="Unit\Src\Private\Resolve-ConfigurationPath.returns mof in the $PWD configuration folder" time="0.0547" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabImage" executed="True" result="Success" success="True" time="0.1634" asserts="0" description="Unit\Src\Private\Resolve-LabImage"> <results> <test-case description="resolves VHD/X path to the associated Lability image." name="Unit\Src\Private\Resolve-LabImage.resolves VHD/X path to the associated Lability image." time="0.1634" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabModule" executed="True" result="Success" success="True" time="0.2566" asserts="0" description="Unit\Src\Private\Resolve-LabModule"> <results> <test-case description="Returns "System.Collections.Hashtable" object type" name="Unit\Src\Private\Resolve-LabModule.Returns "System.Collections.Hashtable" object type" time="0.1431" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns all PowerShell modules when not defined on the node" name="Unit\Src\Private\Resolve-LabModule.Returns all PowerShell modules when not defined on the node" time="0.0263" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns all DSC resources when not defined on the node" name="Unit\Src\Private\Resolve-LabModule.Returns all DSC resources when not defined on the node" time="0.0286" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns PowerShell modules only defined on the node" name="Unit\Src\Private\Resolve-LabModule.Returns PowerShell modules only defined on the node" time="0.0289" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns DSC resource modules only defined on the node" name="Unit\Src\Private\Resolve-LabModule.Returns DSC resource modules only defined on the node" time="0.0298" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-LabVMGenerationDiskPath" executed="True" result="Success" success="True" time="0.2087" asserts="0" description="Unit\Src\Private\Resolve-LabVMGenerationDiskPath"> <results> <test-case description="Resolves .VHDX media differencing path" name="Unit\Src\Private\Resolve-LabVMGenerationDiskPath.Resolves .VHDX media differencing path" time="0.1772" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Resolves .VHD media differencing path" name="Unit\Src\Private\Resolve-LabVMGenerationDiskPath.Resolves .VHD media differencing path" time="0.0314" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-NodePropertyValue" executed="True" result="Success" success="True" time="0.3799" asserts="0" description="Unit\Src\Private\Resolve-NodePropertyValue"> <results> <test-case description="Returns a "System.Collections.Hashtable" object type" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns a "System.Collections.Hashtable" object type" time="0.1393" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns node-specific configuration data when present" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns node-specific configuration data when present" time="0.0248" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns node-specific configuration data when present and "NoEnumerateWildcardNode" is specified" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns node-specific configuration data when present and "NoEnumerateWildcardNode" is specified" time="0.0333" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns wildcard node when node-specific data is not defined" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns wildcard node when node-specific data is not defined" time="0.0308" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns default when "NoEnumerateWildcardNode" is specified and node-specific data is not defined" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns default when "NoEnumerateWildcardNode" is specified and node-specific data is not defined" time="0.0333" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns default if wildcard and node-specific data is not present" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns default if wildcard and node-specific data is not present" time="0.0354" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns "Lability_" specific properties over generic properties" name="Unit\Src\Private\Resolve-NodePropertyValue.Returns "Lability_" specific properties over generic properties" time="0.0276" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Adds "EnvironmentPrefix" to "NodeDisplayName" when defined" name="Unit\Src\Private\Resolve-NodePropertyValue.Adds "EnvironmentPrefix" to "NodeDisplayName" when defined" time="0.0287" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Adds "EnvironmentSuffix" to "NodeDisplayName" when defined" name="Unit\Src\Private\Resolve-NodePropertyValue.Adds "EnvironmentSuffix" to "NodeDisplayName" when defined" time="0.0268" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Resolve-PSGalleryModuleUri" executed="True" result="Success" success="True" time="0.1832" asserts="0" description="Unit\Src\Private\Resolve-PSGalleryModuleUri"> <results> <test-case description="Returns default PowerShell Galleyr Uri" name="Unit\Src\Private\Resolve-PSGalleryModuleUri.Returns default PowerShell Galleyr Uri" time="0.1362" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns specified Uri" name="Unit\Src\Private\Resolve-PSGalleryModuleUri.Returns specified Uri" time="0.0177" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns Uri with specific version number when "RequiredVersion" is specified" name="Unit\Src\Private\Resolve-PSGalleryModuleUri.Returns Uri with specific version number when "RequiredVersion" is specified" time="0.0293" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVirtualMachine" executed="True" result="Success" success="True" time="0.3706" asserts="0" description="Unit\Src\Private\Set-LabVirtualMachine"> <results> <test-case description="Imports Hyper-V DSC resource" name="Unit\Src\Private\Set-LabVirtualMachine.Imports Hyper-V DSC resource" time="0.2805" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Invokes Hyper-V DSC resource" name="Unit\Src\Private\Set-LabVirtualMachine.Invokes Hyper-V DSC resource" time="0.0448" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabVirtualMachineProperty" with "ConfigurationData" when specified (#97)" name="Unit\Src\Private\Set-LabVirtualMachine.Calls "Get-LabVirtualMachineProperty" with "ConfigurationData" when specified (#97)" time="0.0452" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Set-LabVMDiskFile" executed="True" result="Success" success="True" time="1.5052" asserts="0" description="Unit\Src\Private\Set-LabVMDiskFile"> <results> <test-case description="Stops "ShellHWDetection" service" name="Unit\Src\Private\Set-LabVMDiskFile.Stops "ShellHWDetection" service" time="0.307" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Mounts virtual machine VHDX file" name="Unit\Src\Private\Set-LabVMDiskFile.Mounts virtual machine VHDX file" time="0.1196" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Starts "ShellHWDetection" service" name="Unit\Src\Private\Set-LabVMDiskFile.Starts "ShellHWDetection" service" time="0.1136" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetLabVMDiskFileResource" to copy node resources" name="Unit\Src\Private\Set-LabVMDiskFile.Calls "SetLabVMDiskFileResource" to copy node resources" time="0.1125" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetLabVMDiskFileBootstrap" to copy Lability bootstrap" name="Unit\Src\Private\Set-LabVMDiskFile.Calls "SetLabVMDiskFileBootstrap" to copy Lability bootstrap" time="0.1164" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetLabVMDiskFileUnattendXml" to copy unattended installation file" name="Unit\Src\Private\Set-LabVMDiskFile.Calls "SetLabVMDiskFileUnattendXml" to copy unattended installation file" time="0.1172" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetLabVMDiskFileMof" to copy node DSC configuaration files" name="Unit\Src\Private\Set-LabVMDiskFile.Calls "SetLabVMDiskFileMof" to copy node DSC configuaration files" time="0.1221" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetLabVMDiskFileCertificate" to copy node certificate files" name="Unit\Src\Private\Set-LabVMDiskFile.Calls "SetLabVMDiskFileCertificate" to copy node certificate files" time="0.116" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetLabVMDiskFileModule" to copy PowerShell/DSC resource modules" name="Unit\Src\Private\Set-LabVMDiskFile.Calls "SetLabVMDiskFileModule" to copy PowerShell/DSC resource modules" time="0.1145" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Dismounts virtual machine VHDX file" name="Unit\Src\Private\Set-LabVMDiskFile.Dismounts virtual machine VHDX file" time="0.1133" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Dismounts virtual machine VHDX file when error is thrown" name="Unit\Src\Private\Set-LabVMDiskFile.Dismounts virtual machine VHDX file when error is thrown" time="0.1529" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Test-ConfigurationPath" executed="True" result="Success" success="True" time="0.2492" asserts="0" description="Unit\Src\Private\Test-ConfigurationPath"> <results> <test-case description="returns $true when .mof found" name="Unit\Src\Private\Test-ConfigurationPath.returns $true when .mof found" time="0.2007" asserts="0" success="True" result="Success" executed="True" /> <test-case description="returns $true when .meta.mof found" name="Unit\Src\Private\Test-ConfigurationPath.returns $true when .meta.mof found" time="0.0214" asserts="0" success="True" result="Success" executed="True" /> <test-case description="returns $false when .mof and .meta.mof not found" name="Unit\Src\Private\Test-ConfigurationPath.returns $false when .mof and .meta.mof not found" time="0.0271" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Private\Test-LabVirtualMachine" executed="True" result="Success" success="True" time="0.3983" asserts="0" description="Unit\Src\Private\Test-LabVirtualMachine"> <results> <test-case description="Imports Hyper-V DSC resource" name="Unit\Src\Private\Test-LabVirtualMachine.Imports Hyper-V DSC resource" time="0.1869" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns true when VM matches specified configuration" name="Unit\Src\Private\Test-LabVirtualMachine.Returns true when VM matches specified configuration" time="0.0531" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns false when VM does not match specified configuration" name="Unit\Src\Private\Test-LabVirtualMachine.Returns false when VM does not match specified configuration" time="0.0539" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns false when error is thrown" name="Unit\Src\Private\Test-LabVirtualMachine.Returns false when error is thrown" time="0.055" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabVirtualMachineProperty" with "ConfigurationData" when specified (#97)" name="Unit\Src\Private\Test-LabVirtualMachine.Calls "Get-LabVirtualMachineProperty" with "ConfigurationData" when specified (#97)" time="0.0495" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Checkpoint-Lab" executed="True" result="Success" success="True" time="0.4274" asserts="0" description="Unit\Src\Public\Checkpoint-Lab"> <results> <test-case description="Snapshots VMs when powered off" name="Unit\Src\Public\Checkpoint-Lab.Snapshots VMs when powered off" time="0.1955" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Snapshots VM using display name" name="Unit\Src\Public\Checkpoint-Lab.Snapshots VM using display name" time="0.0474" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Errors when there is one running VM" name="Unit\Src\Public\Checkpoint-Lab.Errors when there is one running VM" time="0.0621" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Errors when there are multiple running VMs" name="Unit\Src\Public\Checkpoint-Lab.Errors when there are multiple running VMs" time="0.0558" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Snapshots VMs when there are running VMs and -Force is specified" name="Unit\Src\Public\Checkpoint-Lab.Snapshots VMs when there are running VMs and -Force is specified" time="0.0666" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabHostDefault" executed="True" result="Success" success="True" time="0.1507" asserts="0" description="Unit\Src\Public\Get-LabHostDefault"> <results> <test-case description="Calls "Get-ConfigurationData"" name="Unit\Src\Public\Get-LabHostDefault.Calls "Get-ConfigurationData"" time="0.1507" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabImage" executed="True" result="Success" success="True" time="0.5219" asserts="0" description="Unit\Src\Public\Get-LabImage"> <results> <test-case description="Returns null when there is no parent image when Id specified" name="Unit\Src\Public\Get-LabImage.Returns null when there is no parent image when Id specified" time="0.1752" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns null when there is are no parent images" name="Unit\Src\Public\Get-LabImage.Returns null when there is are no parent images" time="0.0519" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns all available parent images when no Id is specified" name="Unit\Src\Public\Get-LabImage.Returns all available parent images when no Id is specified" time="0.0701" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a single parent image when Id specified" name="Unit\Src\Public\Get-LabImage.Returns a single parent image when Id specified" time="0.0978" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns image generation 'VHD' for VHD file" name="Unit\Src\Public\Get-LabImage.Returns image generation 'VHD' for VHD file" time="0.068" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns image generation 'VHDX' for VHDX file" name="Unit\Src\Public\Get-LabImage.Returns image generation 'VHDX' for VHDX file" time="0.0588" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Get-LabVM" executed="True" result="Success" success="True" time="0.4363" asserts="0" description="Unit\Src\Public\Get-LabVM"> <results> <test-case description="Returns a "System.Management.Automation.PSCustomObject" object type" name="Unit\Src\Public\Get-LabVM.Returns a "System.Management.Automation.PSCustomObject" object type" time="0.1931" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns specific node when "Name" is specified" name="Unit\Src\Public\Get-LabVM.Returns specific node when "Name" is specified" time="0.0609" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns all nodes when "Name" is not specified" name="Unit\Src\Public\Get-LabVM.Returns all nodes when "Name" is not specified" time="0.1061" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Errors when node cannot be found" name="Unit\Src\Public\Get-LabVM.Errors when node cannot be found" time="0.0763" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\New-LabImage" executed="True" result="Success" success="True" time="2.7666" asserts="0" description="Unit\Src\Public\New-LabImage"> <results> <test-case description="Throws if image already exists" name="Unit\Src\Public\New-LabImage.Throws if image already exists" time="0.1502" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when no "ImageName" is defined (#148)" name="Unit\Src\Public\New-LabImage.Throws when no "ImageName" is defined (#148)" time="0.1136" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Deletes parent VHDX when image creation fails" name="Unit\Src\Public\New-LabImage.Deletes parent VHDX when image creation fails" time="0.1421" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Deletes existing image if it already exists and -Force is specified" name="Unit\Src\Public\New-LabImage.Deletes existing image if it already exists and -Force is specified" time="0.1527" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "InvokeLabMediaImageDownload" to download ISO media (if not present)" name="Unit\Src\Public\New-LabImage.Calls "InvokeLabMediaImageDownload" to download ISO media (if not present)" time="0.1346" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "NewDiskImage" with -PassThru to leave VHDX mounted" name="Unit\Src\Public\New-LabImage.Calls "NewDiskImage" with -PassThru to leave VHDX mounted" time="0.1765" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Uses "GPT" partition style for x64 media" name="Unit\Src\Public\New-LabImage.Uses "GPT" partition style for x64 media" time="0.2734" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Uses "MBR" partition style for x86 media" name="Unit\Src\Public\New-LabImage.Uses "MBR" partition style for x86 media" time="0.1427" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Uses custom partition style when specified" name="Unit\Src\Public\New-LabImage.Uses custom partition style when specified" time="0.1834" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Expand-LabImage" with the media WIM image name" name="Unit\Src\Public\New-LabImage.Calls "Expand-LabImage" with the media WIM image name" time="0.1494" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Expand-LabImage" with the media WIM image index" name="Unit\Src\Public\New-LabImage.Calls "Expand-LabImage" with the media WIM image index" time="0.1395" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Expand-LabImage" with "WindowsOptionalFeature"" name="Unit\Src\Public\New-LabImage.Calls "Expand-LabImage" with "WindowsOptionalFeature"" time="0.1376" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Expand-LabImage" with "WimPath"" name="Unit\Src\Public\New-LabImage.Calls "Expand-LabImage" with "WimPath"" time="0.1366" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Expand-LabImage" with "SourcePath"" name="Unit\Src\Public\New-LabImage.Calls "Expand-LabImage" with "SourcePath"" time="0.1384" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "AddDiskImageHotfix" to inject hotfixes" name="Unit\Src\Public\New-LabImage.Calls "AddDiskImageHotfix" to inject hotfixes" time="0.1462" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "SetDiskImageBootVolume" to configure boot volume" name="Unit\Src\Public\New-LabImage.Calls "SetDiskImageBootVolume" to configure boot volume" time="0.1472" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Dismounts image" name="Unit\Src\Public\New-LabImage.Dismounts image" time="0.1436" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Test-LabImage" and "Get-LabImage" with "ConfigurationData" when specified (#97)" name="Unit\Src\Public\New-LabImage.Calls "Test-LabImage" and "Get-LabImage" with "ConfigurationData" when specified (#97)" time="0.1591" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\New-LabVM" executed="True" result="Success" success="True" time="0.2656" asserts="0" description="Unit\Src\Public\New-LabVM"> <results> <test-case description="Creates a new virtual machine" name="Unit\Src\Public\New-LabVM.Creates a new virtual machine" time="0.1966" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates a new virtual machine without a snapshot when "NoSnapshot" is specified" name="Unit\Src\Public\New-LabVM.Creates a new virtual machine without a snapshot when "NoSnapshot" is specified" time="0.069" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Remove-LabConfiguration" executed="True" result="Success" success="True" time="0.2092" asserts="0" description="Unit\Src\Public\Remove-LabConfiguration"> <results> <test-case description="Calls "RemoveLabVM" for each node" name="Unit\Src\Public\Remove-LabConfiguration.Calls "RemoveLabVM" for each node" time="0.2092" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Reset-Lab" executed="True" result="Success" success="True" time="0.1552" asserts="0" description="Unit\Src\Public\Reset-Lab"> <results> <test-case description="Calls "Restore-Lab" with -Force switch" name="Unit\Src\Public\Reset-Lab.Calls "Restore-Lab" with -Force switch" time="0.1552" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Reset-LabVM" executed="True" result="Success" success="True" time="0.3573" asserts="0" description="Unit\Src\Public\Reset-LabVM"> <results> <test-case description="Removes existing virtual machine" name="Unit\Src\Public\Reset-LabVM.Removes existing virtual machine" time="0.1888" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates a new virtual machine" name="Unit\Src\Public\Reset-LabVM.Creates a new virtual machine" time="0.0762" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Creates a new virtual machine without a snapshot when "NoSnapshot" is specified" name="Unit\Src\Public\Reset-LabVM.Creates a new virtual machine without a snapshot when "NoSnapshot" is specified" time="0.0923" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Restore-Lab" executed="True" result="Success" success="True" time="0.5612" asserts="0" description="Unit\Src\Public\Restore-Lab"> <results> <test-case description="Restores specified snapshot when VMs are powered off" name="Unit\Src\Public\Restore-Lab.Restores specified snapshot when VMs are powered off" time="0.2849" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Restores VM snapshot using display name" name="Unit\Src\Public\Restore-Lab.Restores VM snapshot using display name" time="0.0736" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Errors when there is a running VM" name="Unit\Src\Public\Restore-Lab.Errors when there is a running VM" time="0.0715" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Restores specified snapshot when there are running VMs and -Force is specified" name="Unit\Src\Public\Restore-Lab.Restores specified snapshot when there are running VMs and -Force is specified" time="0.1311" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Set-LabHostDefault" executed="True" result="Success" success="True" time="0.7595" asserts="0" description="Unit\Src\Public\Set-LabHostDefault"> <results> <test-case description="Resolves path containing an environment variable" name="Unit\Src\Public\Set-LabHostDefault.Resolves path containing an environment variable" time="0.2001" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls 'Set-LabDefaults' with passed 'ConfigurationPath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'ConfigurationPath' parameter" time="0.0655" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls 'Set-LabDefaults' with passed 'DifferencingVhdPath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'DifferencingVhdPath' parameter" time="0.0661" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls 'Set-LabDefaults' with passed 'HotfixPath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'HotfixPath' parameter" time="0.0686" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls 'Set-LabDefaults' with passed 'IsoPath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'IsoPath' parameter" time="0.0642" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls 'Set-LabDefaults' with passed 'ParentVhdPath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'ParentVhdPath' parameter" time="0.067" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls 'Set-LabDefaults' with passed 'ResourcePath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'ResourcePath' parameter" time="0.0683" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls 'Set-LabDefaults' with passed 'ModuleCachePath' parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls 'Set-LabDefaults' with passed 'ModuleCachePath' parameter" time="0.0636" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Set-LabDefaults" with passed "ResourceShareName" parameter" name="Unit\Src\Public\Set-LabHostDefault.Calls "Set-LabDefaults" with passed "ResourceShareName" parameter" time="0.0531" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws when passed an invalid path" name="Unit\Src\Public\Set-LabHostDefault.Throws when passed an invalid path" time="0.043" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Start-Lab" executed="True" result="Success" success="True" time="0.5703" asserts="0" description="Unit\Src\Public\Start-Lab"> <results> <test-case description="Starts all VMs with matching boot order" name="Unit\Src\Public\Start-Lab.Starts all VMs with matching boot order" time="0.2241" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Starts all VMs with differing boot orders individually" name="Unit\Src\Public\Start-Lab.Starts all VMs with differing boot orders individually" time="0.1147" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Starts VM using display name" name="Unit\Src\Public\Start-Lab.Starts VM using display name" time="0.0607" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Starts VMs in boot order" name="Unit\Src\Public\Start-Lab.Starts VMs in boot order" time="0.1068" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not call "Start-Sleep" if a zero boot delay is specified" name="Unit\Src\Public\Start-Lab.Does not call "Start-Sleep" if a zero boot delay is specified" time="0.0641" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Start-LabConfiguration" executed="True" result="Success" success="True" time="0.4476" asserts="0" description="Unit\Src\Public\Start-LabConfiguration"> <results> <test-case description="Throws is "Test-LabHostConfiguration" fails" name="Unit\Src\Public\Start-LabConfiguration.Throws is "Test-LabHostConfiguration" fails" time="0.1593" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Throws if path is invalid" name="Unit\Src\Public\Start-LabConfiguration.Throws if path is invalid" time="0.046" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "NewLabVM" if node is not configured" name="Unit\Src\Public\Start-LabConfiguration.Calls "NewLabVM" if node is not configured" time="0.0775" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not call "NewLabVM" if node is configured" name="Unit\Src\Public\Start-LabConfiguration.Does not call "NewLabVM" if node is configured" time="0.0699" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "NewLabVM" if node is configured but -Force is specified" name="Unit\Src\Public\Start-LabConfiguration.Calls "NewLabVM" if node is configured but -Force is specified" time="0.0948" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Stop-Lab" executed="True" result="Success" success="True" time="0.6266" asserts="0" description="Unit\Src\Public\Stop-Lab"> <results> <test-case description="Stops all VMs with matching boot order" name="Unit\Src\Public\Stop-Lab.Stops all VMs with matching boot order" time="0.2172" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Stops all VMs with differing boot orders individually" name="Unit\Src\Public\Stop-Lab.Stops all VMs with differing boot orders individually" time="0.1217" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Stops VM using display name" name="Unit\Src\Public\Stop-Lab.Stops VM using display name" time="0.0577" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Stops VMs in boot order" name="Unit\Src\Public\Stop-Lab.Stops VMs in boot order" time="0.1138" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Stop-VM" with "Force"" name="Unit\Src\Public\Stop-Lab.Calls "Stop-VM" with "Force"" time="0.0583" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Does not call "Start-Sleep" if a zero boot delay is specified" name="Unit\Src\Public\Stop-Lab.Does not call "Start-Sleep" if a zero boot delay is specified" time="0.0578" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabConfiguration" executed="True" result="Success" success="True" time="0.2127" asserts="0" description="Unit\Src\Public\Test-LabConfiguration"> <results> <test-case description="Calls "Test-LabVM" for each node" name="Unit\Src\Public\Test-LabConfiguration.Calls "Test-LabVM" for each node" time="0.2127" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabImage" executed="True" result="Success" success="True" time="0.2562" asserts="0" description="Unit\Src\Public\Test-LabImage"> <results> <test-case description="Passes when parent image is found" name="Unit\Src\Public\Test-LabImage.Passes when parent image is found" time="0.1647" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when parent image is not found" name="Unit\Src\Public\Test-LabImage.Fails when parent image is not found" time="0.0423" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" name="Unit\Src\Public\Test-LabImage.Calls "Get-LabImage" with "ConfigurationData" when specified (#97)" time="0.0492" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Unit\Src\Public\Test-LabVM" executed="True" result="Success" success="True" time="0.836" asserts="0" description="Unit\Src\Public\Test-LabVM"> <results> <test-case description="Returns a "System.Boolean" object type" name="Unit\Src\Public\Test-LabVM.Returns a "System.Boolean" object type" time="0.2324" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Returns a result for each VM when "Name" is not specified" name="Unit\Src\Public\Test-LabVM.Returns a result for each VM when "Name" is not specified" time="0.1203" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Passes when VM is configured correctly" name="Unit\Src\Public\Test-LabVM.Passes when VM is configured correctly" time="0.0768" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when image is invalid" name="Unit\Src\Public\Test-LabVM.Fails when image is invalid" time="0.0644" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when switch configuration is incorrect" name="Unit\Src\Public\Test-LabVM.Fails when switch configuration is incorrect" time="0.0833" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when VM disk configuration is invalid" name="Unit\Src\Public\Test-LabVM.Fails when VM disk configuration is invalid" time="0.0797" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Fails when VM configuration is incorrect" name="Unit\Src\Public\Test-LabVM.Fails when VM configuration is incorrect" time="0.0852" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Calls "Test-LabImage" and "TestLabVMDisk" with "ConfigurationData" (#97)" name="Unit\Src\Public\Test-LabVM.Calls "Test-LabImage" and "TestLabVMDisk" with "ConfigurationData" (#97)" time="0.0939" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> </results> </test-suite> </test-results> |