TestDriven.Net 2.13: Support for NUnit 2.4.7The latest release of TestDriven.Net

August 31, 2008 – 10:00 pm

TestDriven.Net 2.13: Support for NUnit 2.4.7

The latest release of TestDriven.Net is now compiled against NUnit 2.4.7. This version of NUnit includes Andreas Schlapsi’s popular RowTest extension. The RowTest attributes have been moved to the ‘nunit.framework.extensions’ assembly (which you can find here: \Program Files\TestDriven.NET 2.0\NUnit\2.4\nunit.core.extensions.dll).

Here is an example RowTest method that tests a prime number function:

RowTest

The prime number function might look like this:

IsPrime

As you can see the intention of the test is very clear and there is no repetition. I’ve written more about parameterized unit tests here.

Automatic Logging in
I am using Forms authentication in my web site. The user is authenticated via the domain users (Active Directory). I want if the user is logged on his machine on this domain and tried to browse my web site, to be logged in automatically with the account used to log on his machine. But, if he triied…

Resetting Auto Increment in MYSQL
Due to the compability between PHP and MYSQL I am hoping someone has a solution to my problem :( I wish to reset the auto increment field and get them “redone” as such. Problem being: When I delete a row it leaves an incorrect auto increment, as a total as one has been removed and when I add…

iPhone gets GIPS real-time VoIP for gamers
Global IP Solutions has one big claim to fame in that it invented the Internet Engineering Task Force (IETF) iLBC codec standard. OK, you might not have heard of this if you are not a card carrying geek, but you have probably benefited from the iLBC codec. This narrowband speech algorithm was designed specifically to allow for better quality voice calls across the Internet. As well as being employed within the VoIP technology of many Internet Service Providers, iLBC is also part of the iPhone itself. Now GIPS VoiceEngine Mobile promises to enable Voice over IP for the iPhone. Third party…

TestDriven.NET 2.7 on Orcas Express!

I’m happy to report that TestDriven.NET is working on Orcas Express! If you’d like to try out the new C# 3.0/VB 9.0 language features without installing the full Visual Studio Orcas Edition then now’s your chance. You should find this version works with Visual C#, VB and C++ Orcas Express CTP/.NET 3.5 Beta 1. Due to some changes Microsoft made to Orcas it works even more seamlessly than it does in Visual Studio 2005 Express!

NOTE: There is a chance this functionality will be disabled at 4 PM London time next Friday, 1 June 2007. Why find a technical solution to a problem when you have an army of lawyers?

You must be logged in to post a comment.