parallel testing with PNUnit
PNUnit is a powerful extension to NUnit which allows to create tests executing in parallel. This can drastically improve the quality of multi-threaded and distributed software, as usual tests will not reveal synchronization problems.
