YUnit is a sample custom Test Type for Visual Studio Team Test. ( YUnit is just a sample, and comes with no support or guarantees.) YUnit turns static methods into unit tests, i.e. you can write unit tests in the product as well (more Manual). YUnit comes with full source in case you wanted to inspect how it works. This is an example of extensibility of the Team Test infrastructure. YUnit REQUIRES VS2008 SP1! Update: This project was named PUnit, but got renamed to avoid clashing with other existing planned frameworks).
|