unit testing

Thread Weaver is a test framework that gives a control over thread execution, which is important if you want to test race conditions and such. I haven't tried it, it it looks nice from the "outside" - here is their wiki. Will be glad to get a feedback from users.

Itsu Tamam 14/11/2009 - 05:27

There are more then one mock object frameworks for .NET.

Two of most popular are Rhino.Mocks and Moq. Both are mature and have reach API.

 

 

igorz 02/11/2009 - 11:42

Here are the slides from today's presentation.

 

Please do not hesitate to ask question or suggest your ideas in this thread.

 

 

andrew 23/07/2009 - 23:19

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.

 

http://www.codicesoftware.com/opdownloads2/oppnunit.aspx

andrew 08/07/2009 - 12:47
Syndicate content