What unit testing frameworks do people use?

What unit testing frameworks do people use?
The ones I know of are:
* DUnit - Comes with Delphi but, to me, seems to be a bit dated these days
* DUnit2 - A step up from DUnit but still seems to be a bit dated and doesn't seem to be maintained (currently preferred)
* DUnitX - Maturing quickly but lacking a GUI front end (I think)

Add-ons:
* DUnitLite - add-on for DUnit
* DelphiSpec - behaviour driven development based upon Cucumber and Gherkin - add-on for DUnit and DUnitX
* dBehave -  behaviour driven development - old and not maintained

What other frameworks/add-ons are out there? And do you use it?

Comments