Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.24 KB

README.adoc

File metadata and controls

28 lines (21 loc) · 1.24 KB

logo

Apache License, Version 2.0 Build Status

mmm-ui-test

Maven Central apidoc

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;