Ignore/TestResults.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="13" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="2" invalid="0" date="2026-04-23" time="04:52:42"> <environment os-version="25.3.0" platform="Darwin" cwd="/Users/jhildreth/Library/Mobile Documents/com~apple~CloudDocs/Development/PowerShell/Elm" user-domain="" machine-name="VoltabookVI" clr-version="10.0.6" user="jhildreth" nunit-version="2.5.8.0" /> <culture-info current-culture="en-US" current-uiculture="en-US" /> <test-suite type="TestFixture" name="Pester" executed="True" result="Ignored" success="True" time="4.3084" asserts="0" description="Pester"> <results> <test-suite type="TestFixture" name="/Users/jhildreth/Library/Mobile Documents/com~apple~CloudDocs/Development/PowerShell/Elm/Tests/Copy-ElmModel.Tests.ps1" executed="True" result="Success" success="True" time="1.7236" asserts="0" description="/Users/jhildreth/Library/Mobile Documents/com~apple~CloudDocs/Development/PowerShell/Elm/Tests/Copy-ElmModel.Tests.ps1"> <results> <test-suite type="TestFixture" name="Copy-ElmModel" executed="True" result="Success" success="True" time="1.081" asserts="0" description="Copy-ElmModel"> <results> <test-suite type="TestFixture" name="Copy-ElmModel.When given a flat PSCustomObject" executed="True" result="Success" success="True" time="0.4637" asserts="0" description="Copy-ElmModel.When given a flat PSCustomObject"> <results> <test-case description="Should return an object with equal property values" name="Copy-ElmModel.When given a flat PSCustomObject.Should return an object with equal property values" time="0.1879" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Should return a distinct reference (not the same object)" name="Copy-ElmModel.When given a flat PSCustomObject.Should return a distinct reference (not the same object)" time="0.0315" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Copy-ElmModel.When given a nested PSCustomObject" executed="True" result="Success" success="True" time="0.5071" asserts="0" description="Copy-ElmModel.When given a nested PSCustomObject"> <results> <test-case description="Should have equal nested property values" name="Copy-ElmModel.When given a nested PSCustomObject.Should have equal nested property values" time="0.0144" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Should return a distinct reference for nested objects" name="Copy-ElmModel.When given a nested PSCustomObject.Should return a distinct reference for nested objects" time="0.0135" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Copy-ElmModel.When the model has an array property" executed="True" result="Success" success="True" time="0.5822" asserts="0" description="Copy-ElmModel.When the model has an array property"> <results> <test-case description="Should copy the array values" name="Copy-ElmModel.When the model has an array property.Should copy the array values" time="0.0274" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Should return an independent array (mutating copy does not affect original)" name="Copy-ElmModel.When the model has an array property.Should return an independent array (mutating copy does not affect original)" time="0.0266" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Copy-ElmModel.When given $null" executed="True" result="Success" success="True" time="0.8869" asserts="0" description="Copy-ElmModel.When given $null"> <results> <test-case description="Should throw a terminating error" name="Copy-ElmModel.When given $null.Should throw a terminating error" time="0.2451" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Copy-ElmModel.When given a hashtable" executed="True" result="Success" success="True" time="1.014" asserts="0" description="Copy-ElmModel.When given a hashtable"> <results> <test-case description="Should return an object with equivalent property values" name="Copy-ElmModel.When given a hashtable.Should return an object with equivalent property values" time="0.0806" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> </results> </test-suite> </results> </test-suite> <test-suite type="TestFixture" name="/Users/jhildreth/Library/Mobile Documents/com~apple~CloudDocs/Development/PowerShell/Elm/Tests/Enable-VirtualTerminal.Tests.ps1" executed="True" result="Ignored" success="True" time="2.5848" asserts="0" description="/Users/jhildreth/Library/Mobile Documents/com~apple~CloudDocs/Development/PowerShell/Elm/Tests/Enable-VirtualTerminal.Tests.ps1"> <results> <test-suite type="TestFixture" name="Enable-VirtualTerminal" executed="True" result="Ignored" success="True" time="2.511" asserts="0" description="Enable-VirtualTerminal"> <results> <test-suite type="TestFixture" name="Enable-VirtualTerminal.When running on non-Windows (PS7+)" executed="True" result="Success" success="True" time="2.2956" asserts="0" description="Enable-VirtualTerminal.When running on non-Windows (PS7+)"> <results> <test-case description="Should return $true without invoking P/Invoke" name="Enable-VirtualTerminal.When running on non-Windows (PS7+).Should return $true without invoking P/Invoke" time="0.0353" asserts="0" success="True" result="Success" executed="True" /> <test-case description="Should not define ElmConsoleHelper type" name="Enable-VirtualTerminal.When running on non-Windows (PS7+).Should not define ElmConsoleHelper type" time="2.2188" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> <test-suite type="TestFixture" name="Enable-VirtualTerminal.When running on Windows with a working console" executed="True" result="Ignored" success="True" time="2.3764" asserts="0" description="Enable-VirtualTerminal.When running on Windows with a working console"> <results> <test-case description="Should return $true when SetConsoleMode succeeds" name="Enable-VirtualTerminal.When running on Windows with a working console.Should return $true when SetConsoleMode succeeds" time="0.0363" asserts="0" success="False" result="Ignored" executed="False" /> <test-case description="Should not throw even when console mode operations fail" name="Enable-VirtualTerminal.When running on Windows with a working console.Should not throw even when console mode operations fail" time="0.0151" asserts="0" success="False" result="Ignored" executed="False" /> </results> </test-suite> <test-suite type="TestFixture" name="Enable-VirtualTerminal.Return type" executed="True" result="Success" success="True" time="2.5025" asserts="0" description="Enable-VirtualTerminal.Return type"> <results> <test-case description="Should return a boolean" name="Enable-VirtualTerminal.Return type.Should return a boolean" time="0.1021" asserts="0" success="True" result="Success" executed="True" /> </results> </test-suite> </results> </test-suite> </results> </test-suite> </results> </test-suite> </test-results> |