en-US/about_TestingHelper.help.txt
TOPIC about_TestingHelper SHORT DESCRIPTION Module that will help you unit test your PowerShell code. LONG DESCRIPTION Following the module pattern that TestingHelper proposes, you can easily unit test your PowerShell code. The module provides a set of functions that will help you to run test functions that will Arrange, Act and Assert the results of your code. Use `New-Module` to create the skeleton of your module with a nexted Test module where to code your tests. Use the .ps1 file at the root og the project to run the tests and get the results. KEYWORDS Powershell Testing UnitTest Module SEE ALSO https://github.com/rulasg/TestingHelper/ |