Unit test: DUnit

xiaoxiao2021-03-06  109

Dunit: Extreme Test Framework for Borland Delphi Programming

A new functional module is integrated in Delphi 2005: Unit Testing. Here the DUNIT is a unit test tool developed for Delphi4-7.

People doing testing or understanding extreme programming (known as xprogramming) generally know Dunit. Dunit's inspiration from Kent Beck and Erich Gamma jointly developed JUnit (a framework for Java unit test), Juanco Anez rewritten it into a dedicated tool dedicated to Delphi, and now maintained by SourceForge's Dunit Group. Its idea is that when you develop or modify the program code, you will develop a corresponding test program, rather than delaying them to the test phase. If you can update the test program at any time and do it repeatedly, you can easily have a reliable program code, and more grasp the original program code when you modify and reconstruct it (Refactorings), so The application is equal to the ability to self-test. Home and Download: http://dunit.sourceforge.net Description Document (Traditional): http://dunit.sourceforge.net/readme_cht.html

转载请注明原文地址:https://www.9cbs.com/read-97700.html

New Post(0)