Been using xUnit for a long time now, and thought it was about time to revisit NUnit again, now that it is out in v3.0. Taking a step “back”. Back to the possibility of being able to use attributes for setup and teardown again. Being able to easily have assembly initialization. And do you know what? I LIKE IT! I like having simple attribu…
Daniel Wertheim
Not to long ago I wrote this post: “Why I gave up on NUnit and not went with something cool like XUnit” In that post I wrote: I’m guessing though, that this will come back and bite me, and you will probably see a follow up post on this where I have switched testing framework. And here we are! The reason I first switched was that the tes…
Daniel Wertheim
I’ve been spending some time lately “converting” a lib from .Net4.5 to .Net4.0 and WinRT. Unfortunately I could not use portable class libraries (PCL) but that’s another story. When converting the code, I ran into problems with using NUnit for running my tests in the WinRT class libraries: The process has no package identity A quick spi…
Daniel Wertheim