Re: [Springnet-developer] fyi: nunit 2.5 RC is out
Brought to you by:
aseovic,
markpollack
|
From: Erich E. <eei...@gm...> - 2009-04-29 14:32:12
|
TD.NET might detect NUnit extensions already. R#'s implementation of the runner is entirely decoupled from NUnit - they just look for attributes named "TestFixtureAttribute" and "TestAttribute" using reflection and string comparison and use their own testrunner implementation. I don't think R# 4.5 improved this. But think there are alternatives out there, I know for Gallio/MbUnit there are, which might be able to run nunit tests as well. I just need to upgrade the Nunitaspex stuff and we should be done. Although when we upgrade to nunit 2.5 for 1.2.1 we could upgrade logging as well then... - your turn ;-) -Erich From: Mark Pollack [mailto:Mar...@sp...] Sent: Wednesday, April 29, 2009 4:18 PM To: Eric Eichinger; spr...@li... Subject: RE: [Springnet-developer] fyi: nunit 2.5 RC is out Hi, Cool. Sounds like it is time to take a look again at resharper etc., to see if they will detect NUnit extensions so we can get things like the ‘Spring TestContext Framework’ going – (weird name) http://static.springframework.org/spring/docs/2.5.x/reference/testing.html#testcontext-framework Uses attributes instead of inheritance… I implemented a bit of this a long time ago but only the NUnit GUI runner still recognized the test fixture with a [ContextConfiguration] attribute… not Resharper or TestDriven.NET L I don’t see direct support for ordering of tests… still to unit testy focused….. Did I miss something? Mark From: Erich Eichinger [mailto:eei...@gm...] Sent: Wednesday, April 29, 2009 5:22 AM To: spr...@li... Subject: [Springnet-developer] fyi: nunit 2.5 RC is out seems to have some very interesting features including executing threaded tests, parameterized tests and better extensibility: http://tech.groups.yahoo.com/group/altdotnet/message/21599 -Erich __________ Information from ESET NOD32 Antivirus, version of virus signature database 4041 (20090428) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 4041 (20090428) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com |