Main Page
Classes
Files
Directories
Related Pages
Users guide
OpenCTF is based on the DUnit open source test framework and extends it by specialized test classes and helper functions.
An OpenCTF test project contains these elements:
OpenCTF, OpenCTFRunner and test units in the uses clause
Registration of form, frame or datamodule classes (e.g.
OpenCTF.RegisterFormClasses
([TDataModule1, TForm1, TForm2]);
Test execution with
OpenCTFRunner.Run
;
Generated by