« Link Problems | Main | patterns & practices Summit »
TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d8354604d653ef00e5513f8b788834
Listed below are links to weblogs that reference xUnit.net v1.0(RC2) Released:
You can follow this conversation by subscribing to the comment feed for this post.
The comments to this entry are closed.
I don't know if I will move on to xUnit as I am quite satisfied with NUnit.
What I keep on missing however is the inability to have my custom tests tap into the NUnit/xUnit results and statistics such as nr. of tests run/passed/failed.
Also, the Assert* class' static methods all return void when it would have been so easy to return a bool to indicate the result of the assertion so that the user code could use that as well. Would that be improved in xUnit?
In any case my company is commited to NUnit.
Posted by: Emilio | February 10, 2009 at 05:45 AM
Hello Emilio,
Can you clarify the first comment with regard to custom tests. Are you referring to NUnit or xUnit.net?
Also, with the Assert classes they do not return a value because if the test fails the execution of the test is halted.
Jim
Posted by: James Newkirk | February 14, 2009 at 10:35 AM