-
Notifications
You must be signed in to change notification settings - Fork 201
Test Loggers
A Test Logger handles the selection of available tests, running selected tests, and consolidation of the results.
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.
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.
The GUI FMX Logger is a FireMonkey based graphical interface for Delphi XE8 and higher.
The NUnit XML Logger is a file based logger that outputs NUnit compatible XML for use with build tools and CI servers.