|
|
Browse by Tags
All Tags » .NET » UnitTest
-
When converting some tests I needed to convert TestFixtureSetup and TestFixtureTeardown. Simply replacing TestFixtureSetup/Teardown with ClassInitialize/Cleanup left me with an error when executing tests.
VS2005 complained that the signature of the method for Initialize and Cleanup was not correct.
I found the following signatures to ...
-
An interesting framework for unit testing. Although I do not directly see the need for a Xml based framework; I like the fact that this is aimed at BizTalk. We need some good testing tools there :-).
Read more at BizUnit v2.0 is imminent...
|
|
|