Re: [NUnitAsp-devl] Building NUnit - Specified file cannot be found: NUnitAsp.snk
Brought to you by:
jlittle82
From: Jim S. <js...@ti...> - 2005-04-29 19:32:41
|
Ted Husted wrote: > I've got the CVS version hooked in now, and it's a relief to be able > to use NUnit 2.2 style Asserts again :) Glad to hear it's working for you! Please let me know if you run into any difficulties or bugs so I can fix them before the 1.6 release. > One thing though, the WebFormTestCase class is in a NUnitAdapter.cs > file under the NUnitAspTest project, though the namespace is still > NUnit.Extensions.Asp. I had to reference NUnitAspTest in order to hit > the WebFormTestCase. Would this be a refactoring in progress? Yes and no. In 1.6, NUnitAsp has been changed into a standalone library with no reference to NUnit at all. You can use NUnitAsp with any test tool, or you could even use it in a non-testing context. To make it easy to get started, though, I've included "NUnitAdapter.cs" for those who just want to use NUnitAsp with NUnit. You're expected to copy this file into your project--it's licensed accordingly--and modify it as needed for your project. See doc\migration.html for more information. The rest of the NUnitAsp documentation hasn't been updated yet. (Note: although the documentation says that you can remove "CurrentWebForm" from constructors, most testers haven't been updated with the new constructor yet.) Cheers, Jim -- James Shore - Titanium I.T. LLC - Successful Software Upcoming presentation: "Offing the Offsite Customer" Oregon Graduate Institute, May 10th. http://tinyurl.com/9vucu phone: 503-267-5490 email: js...@ti... |