Test Loggers - VSoftTechnologies/DUnitX GitHub Wiki
A Test Logger handles the selection of available tests, running selected tests, and consolidation of the results.
Console Logger
The Console Logger is the default logger on a new project and compiles the test application as a console app. Output is directed to the console with individual test results along with a summary at the end of execution. Various behaviours can be modified via command line options.
GUI VCL Logger
The GUI VCL Logger is a VCL based graphical interface for Delphi 2010 and higher that has a number of features to aid in rapid interactive debugging of tests.
GUI FMX Logger
The GUI FMX Logger is a FireMonkey based graphical interface for Delphi XE8 and higher.
NUnit XML Logger
The NUnit XML Logger is a file based logger that outputs NUnit compatible XML for use with build tools and CI servers.