Process-PSModule - [🚀 [Feature]: Introduce a Context
class #63] by @MariusStorhaug
#340
Annotations
10 errors
Test built module
[-] Set-Context -ID 'TestID1' 109ms (106ms|3ms)
|
Test built module
[-] Set-Context -ID 'TestID2' -Context @{} 40ms (38ms|2ms)
|
Test built module
[-] Set-Context -ID 'TestID2' -Context @{} - Again 48ms (48ms|1ms)
|
Test built module
[-] Get-Context - Should return all contexts 15ms (14ms|1ms)
|
Test built module
[-] Get-Context -ID '*' - Should return all contexts 13ms (12ms|1ms)
|
Test built module
[-] Get-Context -ID 'TestID*' - Should return all contexts 12ms (12ms|1ms)
|
Test built module
[-] Remove-Context -ID 'AContextID' - Should remove the context 255ms (254ms|1ms)
|
Test built module
[-] Renames the context successfully 26ms (24ms|2ms)
|
Test built module
[-] Throws an error when renaming a non-existent context 24ms (23ms|1ms)
|
Test built module
[-] Renaming a context to an existing context throws without force 25ms (24ms|1ms)
|
Loading