Is there a unit testing framework for testing PowerShell with PowerShell scripts?
powershell, unit-testing
Solution
I also found PSUnit on Codeplex. PSUnit PowerShell Unit Testing Framework
There are some cool screen shots and a release is expected in August this year.
Problem
I am lookin for a unit testing framework of type xUnit that lets me test PowerShell functions with PowerShell scripts.