Ignore/TestResults.txt
|
Pester v5.7.1 Starting discovery in 2 files. Discovery found 13 tests in 175ms. Running tests. Running tests from '/Users/jhildreth/Library/Mobile Documents/com~apple~CloudDocs/Development/PowerShell/Elm/Tests/Copy-ElmModel.Tests.ps1' Describing Copy-ElmModel Context When given a flat PSCustomObject [+] Should return an object with equal property values 104ms (73ms|30ms) [+] Should return a distinct reference (not the same object) 16ms (15ms|1ms) Context When given a nested PSCustomObject [+] Should have equal nested property values 6ms (3ms|2ms) [+] Should return a distinct reference for nested objects 3ms (2ms|1ms) Context When the model has an array property [+] Should copy the array values 5ms (3ms|2ms) [+] Should return an independent array (mutating copy does not affect original) 5ms (4ms|1ms) Context When given $null [+] Should throw a terminating error 57ms (55ms|2ms) Context When given a hashtable [+] Should return an object with equivalent property values 16ms (13ms|3ms) Running tests from '/Users/jhildreth/Library/Mobile Documents/com~apple~CloudDocs/Development/PowerShell/Elm/Tests/Enable-VirtualTerminal.Tests.ps1' Describing Enable-VirtualTerminal Context When running on non-Windows (PS7+) [!] Should return $true without invoking P/Invoke 3ms (0ms|3ms) [!] Should not define ElmConsoleHelper type 2ms (0ms|2ms) Context When running on Windows with a working console [!] Should return $true when SetConsoleMode succeeds 1ms (0ms|1ms) [!] Should not throw even when console mode operations fail 1ms (0ms|1ms) Context Return type [+] Should return a boolean 29ms (27ms|2ms) Tests completed in 825ms Tests Passed: 9, Failed: 0, Skipped: 4, Inconclusive: 0, NotRun: 0 |