Unit Testing, Agile Development, Leadership & .NET - By Roy Osherove
Who don't use MbUnit.
vkreynin.wordpress.com/.../better-alternative-to-unit-test-data
Does anybody knows if this links is still valid?
www.teamagile.com/.../TeamAgile.XtUnit.Bin.zip
When i download this and add to my project it allows me to add the [Test, DataRollBack]
(which is on namespace: TeamAgile.ApplicationBlocks.Interception.UnitTestExtensions)
but it doesn't give me any errors or anything, it does however adds it to the Database anyway... any clues? or alternatives?
thanks
Geovanny : make sure your class inherits from TestFixtureBase or InterceptableObject (part of xxtunit API) or this will not work.
Roy.