tags:

views:

424

answers:

2

Hi

I want to use the role back feature yet when I write the tag it seems to not exists.

I am using nunit 2.5.0

I just used the nunit.framework.dll

Do I need to add some other .dll in?

Also does anyone know how I actually get nunit to connect to a sql sever database in an asp.net application?

I am not sure where to put my connection string.

+4  A: 

I think you need to use XTUnit or NUnitX, not plain NUnit.

tvanfosson
+2  A: 

The is no such attribute in 2.5 (see here for a list of supported attributes). Read here for the DIY approach.

Jason Irwin
Hmm I guess i miss read it or something I thought I read that it did have it.
chobo2
@chobo2 - It is documented as functionality that exists in Roy Osherove's "The Art of Unit Testing" (B.4.2)
Matt Lacey