Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for open source Delphi project with good unit test coverage [closed]

For educational reasons I am looking for an open source Delphi project with good unit test coverage. Projects which are under Test Driven Development are preferred. The size of the project doesn't matter.

Subject should be business or game development, but no web projects.

Any hints?

Edit:

Thanks for the suggestions, but I prefer projects where the requests come from "normal" users, not from programmers like for a CRM or ERP system. For example, a task planner or jump-and-run game. Has anybody seen something like this?

like image 605
Heinz Z. Avatar asked Jan 18 '11 12:01

Heinz Z.


1 Answers

Take a look at DeHL. It makes heavy use of generics, and the author has an extensive test suite to make sure that the collections will work properly and not break the compiler.

like image 181
Mason Wheeler Avatar answered Nov 15 '22 23:11

Mason Wheeler