Geek Noise
Rants, rambles, news and notes by Peter Provost
22

NUnit 2.2 Beta 1

Saturday, 22 May 2004 01:43 by Peter Provost

The NUnit team has released the first beta of the fourth major release of NUnit. I've been playing around with the source tip of this version for a couple of weeks and it is cool:

  • Assert.AreEqual now supports comparing arrays
  • CategoryAttribute allows you to group tests into logical categories like "FastTests" or "SlowTests"
  • ExplicitAttribute allows you to say that a test should only be run when explicitly indicated by the user
  • NUnit GUI now has checkboxes so you can select specific tests to run
  • Comes with a built-in, lightweight Mock Object facility
  • Mono support

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   Technology
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed
Comments are closed