up vote 6 down vote favorite
1
share [g+] share [fb]

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.

link|improve this question

See this question for an alternative stackoverflow.com/questions/321180/… – Mike Two Apr 28 '11 at 18:08
feedback

2 Answers

up vote 2 down vote accepted

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

link|improve this answer
Hmm I guess i miss read it or something I thought I read that it did have it. – chobo2 Aug 19 '09 at 19:52
3  
@chobo2 - It is documented as functionality that exists in Roy Osherove's "The Art of Unit Testing" (B.4.2) – Matt Lacey Feb 2 '10 at 14:07
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.