Tagged Questions
6
votes
3answers
694 views
DUnit: How to run tests?
How do i run TestCase's from the IDE?
i created a new project, with a single, simple, form:
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
...
4
votes
5answers
430 views