Looks like DUNIT is already integrated under Delphi XE. But I can’t find it.
My questions are:
- How can I access it? Do I have to install it manually? I don’t remember Delphi setup to ask me if I want to install DUnit.
- If I have to install it manually, is it better to download the latest version from sourceforge.net or maybe the version delivered by Embarcadero (on Delphi’s CD) (if it exists) integrates better with Delphi?
Update:
I purchased Delphi without CD (the downloadable version). Maybe it is smaller than the version delivered on CD so some tools like DUnit are not included?
dUnit is usually installed with Delphi XE, and you can start a new test project from within the IDE.
For example, launch IDE Insight by pressing Ctrl. and then start writing
test project, you’ll get:Press enter and you’ll be presented an expert to configure your test project using DUnit.