Mocking a pipeline function that returns a single object from the end block
In Pester I need to mock a pipeline function that creates a hashtable in the begin block, updates it in the process block, and returns it in the end block.
Mocking a pipeline function that returns a single object from the end block
In Pester I need to mock a pipeline function that creates a hashtable in the begin block, updates it in the process block, and returns it in the end block.