Donate Share

NUnit .Net unit testing framework

File Release Notes and Changelog

Release Name: V2.5 Beta 2

Notes:
The Beta 2 release of NUnit 2.5 includes a number of features
beyond the first beta, in particular:

* The ability to write and test Theories, in addition to normal,
  example-based tests.

* Source code display at the point of errors in the Gui. 

Important hilights of the first beta included:

* Parameterized tests, with a set of attributes that allow you
  to supply data to your tests in different ways.

* Test methods may be static and generic methods are supported.

* Generic test fixtures may be instantiated multiple times with
  different type parameters.

* Tests may be run using a separate thread and the Apartment State
  may be specified individually for a test, fixture or assembly.

* Tests may be run in a separate process using the CLR version
  of your choice.

* A timeout value may be specified so that tests are cancelled
  if they get into an infinite loop.


Changes: