Posts Tagged: Delphi


21
Aug 09

DUnit: Loading tests from dll’s

I wanted to split all my unittests for a project into separate packages to keep tings nice and clean. DUnit comes with a unit called TestModules.pas which helps you do that. Continue reading →


14
Aug 09

TDD, Unittesting and Delphi

Lately, I’ve been trying to learn TDD. In this post, I will collect some resources that I find helpfull.

Continue reading →