NUnit 2.4.1 Release
I just released NUnit 2.4. It fixes a few issues that slipped into the 2.4 release an makes some minor improvements. I wanted to get this release out because I’ll be travelling for a few months and won’t be in a position to do further releases until July or August.
You can review the release notes for more info about the contents of this release. You can download it here.
May 4th, 2007 at 1:30 am
[…] Charlie Poole released NUnit 2.4.1 yesterday. It just fixes some issues and has some minor improvements. I plan to examine the new extensibility features of NUnit 2.4. So expect some posts about it during the next weeks. […]
May 7th, 2007 at 2:48 am
[…] 3 мая 2007 года стала доступна для загрузки версия 2.4.1 фреймворка для юнит-тестирования проектов с использованием .NET NUnit. Со списком изменений в этом релизе можно ознакомиться на сайте разработчиков. Выход следующего релиза ориентировочно запланирован на июль-август 2007 года. […]
June 21st, 2007 at 2:54 am
[…] I upgraded from NUnit 2.2.9 to NUnit 2.4.1 and while there is all sorts of new goodness added (much of which I don’t yet use) I am quite disappointed in performance. The actual speed of each test hasn’t changed, but it takes longer than before to start running the tests and, more annoyingly, it takes an age to close the form. This is quite a hindrance because, I really want to be able to switch quickly between running/debugging a test and then modifying the code. Obviously, this isn’t possible when it takes 10-15 seconds to close! Hopefully, this will be fixed soon or I will probably revert back to a previous version. […]
July 2nd, 2007 at 1:08 am
I’ve got a bit of a problem.
1) Error: ‘Use named parameter format ‘ExpectedMessage=…’
2) Error: Name ‘ExpectedMessage’ is not declared.
3) It’s only like this in VB.NET and not in C#, can’t find where ExpectedMessage is defined.
_
_
Public Sub Test()
End Sub
July 2nd, 2007 at 8:49 am
Jocke: VB.NET uses the format ExpectedMessage:=…
July 2nd, 2007 at 9:04 pm
Charlie: Thanks :).
December 24th, 2008 at 7:58 am
[…] 2 comments I upgraded from NUnit 2.2.9 to NUnit 2.4.1 and while there is all sorts of new goodness added (much of which I don’t yet use) I am quite […]