Skip to content
/ ui-test Public

Test implementation of mmm-ui-api for automated UI tests with JUnit

License

Notifications You must be signed in to change notification settings

m-m-m/ui-test

Repository files navigation

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;

About

Test implementation of mmm-ui-api for automated UI tests with JUnit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages