3
Shouts

Migrating from NUnit to xUnit

published 410 days, 21 hours, 18 minutes ago posted by tduponttdupont 412 days, 10 hours ago
Tuesday, April 10, 2012 10:19:28 PM GMT Monday, April 09, 2012 9:37:04 AM GMT

If you are currently using NUnit to write your unit tests, then it is not at all difficult to migrate to using xUnit. The philosophical difference between the two is simply this: with xUnit you need to think of your tests as objects, rather than of methods. Here is a visual representation of equivalent test setups between NUnit and xUnit...

category: Agile | clicked: 16 | | source: www.tomdupont.net | show counter code
tags:

No comments yet, be the first one to post comment.

To post your comment please login or signup