资 源 简 介
The UnitTest Framework is developed on the principle of keeping things simple as possible. To that point, the source code testing framework was made to allow the developer to easily write grey-box, black-box unit test cases.
To make life easier, I also created a utility that generates unit test class source code.
The entire project is really tiny and is designed to build and run out of the box! You should be able to get going within 5 mins. I have also provided two sample projects for you to play with in the package.