Switching from MSTest to NUnit script

We’ve been using MSTest for quite some time but now it’s time for change. First of the reasons for changing unit testing framework.

We’re now building with Hudson/Jenkins which NUnit integrates better with. According to rumours NUnit is faster than MSTest.

In the long run hopefully we’ll benefit from being able to use inheritance in testing as well.

In order to speed up the process of switching to NUnit I made the following bash script which changes most code attributes, project references and so on.

I uploaded it as a gist so everyone can use it, should they happen to need it.

[Switch to NUnit bash script](https://gist.github.com/1210784)