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