Implementing Unit Test MetaData using XtUnit custom attributes

My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2007/6/25/implementing-unit-test-metadata-using-xtunit-custom-attribut.html
Published Monday, June 25, 2007 8:10 PM by RoyOsherove

Comments

Thursday, June 28, 2007 6:28 PM by Vadim

# re: Implementing Unit Test MetaData using XtUnit custom attributes

Tuesday, September 04, 2007 4:07 PM by Geovanny Tejeda

# re: Implementing Unit Test MetaData using XtUnit custom attributes

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

Tuesday, September 04, 2007 11:03 PM by RoyOsherove

# re: Implementing Unit Test MetaData using XtUnit custom attributes

Geovanny : make sure your class inherits from TestFixtureBase or InterceptableObject (part of xxtunit API) or this will not work.

Roy.