DUnit is an automated unit testing framework for Borland Delphi. DUnit allows Delphi (Object Pascal) developers to use test-driven development.
DUnit's original code was written by Juanco Anez and is based on JUnit by Kent Beck and Erich Gamma. Several developers now maintain DUnit as a project on SourceForge.
DUnit became a standard part of Delphi starting with Delphi 2005. Two key files provide most of the test framework functionality: TestFramework.pas and GUITestRunner.pas.
DUnit extensions
PascalMock provide an extension to DUnit with the class TMockObjectTestCase which allow to easily use Mock object in unit tests.
External links
| This computer software article is a stub. You can help Wikipedia by expanding it. |
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)




