mmm-ui-test
The module mmm-ui-test
provides the implementation of the UI API for automated unit testing. It is a dummy implementation that runs everywhere and headless without any real GUI. However, it is fully functional and sends the same events if widgets get clicked or triggered programatically.
Usage
Maven Dependency:
<dependency>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm-ui-test-all</artifactId>
</dependency>
Module Dependency:
requires transitive io.github.mmm.ui.test.all;