Practical PowerShell Unit-Testing: Mock Objects
Pester allows you to automate the testing of PowerShell scripts. It can test the output of a function as you develop it by validating simple data (scalars) and arrays, and allows you to focus on the one function you want to test by using 'mocking' to fake all the other functions and Cmdlets.
2014-12-23
7,027 reads


When I check the length, I get these results:
A table name is limited to 128 characters. How does this work?