Overview of DUnitX
masterDUnitX is a modern test framework for Delphi (version 2010 or later) that incorporates concepts from DUnit and NUnit. It leverages modern Delphi language and RTL features to provide an attribute-based testing experience.
repository·master·Indexed 19 days ago
https://github.com/vsofttechnologies/dunitxA modern, attribute-based testing framework for Delphi 2010 and later. DUnitX provides cross-platform testing for Win32, Win64, and OSX, featuring NUnit and JUnit compatible XML logging, a built-in console runner, and a comprehensive Assert class.
DUnitX provides several core capabilities for Delphi developers:
Setup and TearDown at both the individual test method level and the test fixture level.Assert class for validating test conditions.If you want to use the latest version of DUnitX from this repository instead of the version bundled with RAD Studio, follow these steps:
DUnitXIDEExpertXXX.bpl) from your installed packages list in the IDE.DUnitX_IDE_Expert_XXXX.dproj file that matches your specific Delphi version. Compile and install this package.repo\Source folder of the cloned repository.DUnitX.Init unit to your test projects.