NUnit is an open source unit testing framework for .NET and Silverlight written in C#. It serves the same purpose as JUnit or TestNG does in the Java world, and is one of many in the xUnit family.
Where should I place code that should only run once (and not once per class)? An example for this would …
c# .net nunitI would like to write a callable function that accepts two objects, and compares 30+ properties of those objects with asserts. …
c# nunitI am using Tasks to run long running server calls in my ViewModel and the results are marshalled back on …
c# multithreading nunit task-parallel-library resharper-6.0I'm trying to verify that a method within a mock is called with an expected object parameter. I'm using Moq, …
nunit moq autofixtureI want to assert that the elements of two list contains values that I expected, something like: var foundCollection = fooManager.…
c# .net unit-testing nunit assertionI thought these two tests should behave identically, in fact I have written the test in my project using MS …
c# unit-testing nunit mstest expected-exceptionWith NUnit, if you add Debug.Print statements in your tests they appear in the test output. (At least they …
logging nunit nantI'm trying to load a Visual Studio 2010 beta dll into the NUnit GUI. I get a popup error. This assembly …
visual-studio-2010 visual-studio debugging nunit