Porting DUnit to Muliple platforms required a FireMonkey GUI which in turn needed some FMX Component development.
This repository provides the basic code and sample projects used. To compile a mobile DUnit testing environment see https://github.com/rogerinnova/Delphi-Firemonkey-Dunit/tree/master/Dunitfmx
The Powerpoints included look at ActionLists and ImageLists in the Dunit VCL Form and converting such forms to FireMonkey.
Roger likes the Green Light DUnit testing interface. In order keep this presentation when debugging his libraries in the new compiler environment he has converted the single DUnit VCL form to FMX.
Points covered in powerpoint slides
ActionLists and ImageLists - Fundamental to the DUnit Form
Converting VCL Form code to FireMonkey.
Images in FireMonkey - There is no TImageList in FMX
Styling FireMonkey List Box and Tree View
Developing FireMonkey Components - ImageList
DUnit on a Mac
The repository contains updates to the code originally presented as http://docs.innovasolutions.com.au/Docs/ADUGDelphi/ADUGDecember2014.html