Вышло обновление фреймворка для http://ru.wikipedia.org/wiki/Юнит-тестирование в Дельфи:http://dunit.sourceforge.net/
Основные изменения:
| Цитата |
- добавлена поддержка FASTMM и MadExcept
- увеличина скорость работы
- добавлена возможность отслеживания утечек памяти
|
Подробнее:
| Цитата |
- FASTMM support, including optional memory leak checking on a per test basis, resulting in improved execution speed of many tests.
- New DUnitW32 project group for Delphi 2005+ with new projects DUnitW32, DUnitTestLibW32 and UnitTestsW32.
- New DUnit4Net project group for Delphi 8+ with existing project UnitTests4Net.
- Automatic MadExcept support for stack tracing in TestFramework.pas.
- Optional checking that each test case calls at least one CheckXXX method.
- Optional detection of each test case that overrides the global GUI test case settings.
- Optional halting of a repeated test on the first failure.
- Carried the GUITestRunner.pas changes to the main form creation over to NGUITestRunner.pas and QGUITestRunner.pas.
- Added a display refresh timer to GUITestRunner to ensure display update in long unit tests.
- A couple of minor bug fixes.
|
Поддерживаются версии Дельфи от 5 до 2006.
http://dunit.sourceforge.net/
http://downloads.sourceforge.net/dunit/dunit-9.3.0.zip?modtime=1171319239&big_mirror=0
Новость взята с http://www.delphiplus.org/
Материалы на тему юнит-тестирования на русском: http://ru.wikipedia.org/wiki/Юнит-тестирование http://cylib.iit.nau.edu.ua/Books/ComputerScience/PhilosophyProblem/xprogramming.ru/Articles/LoveUT.html |