mmm-ui-test-all

Aggregation of all ui modules for automated unit testing.

License

License

GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm-ui-test-all
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

mmm-ui-test-all
Aggregation of all ui modules for automated unit testing.
Project URL

Project URL

https://m-m-m.github.io/
Project Organization

Project Organization

mmm-team
Source Code Management

Source Code Management

https://github.com/m-m-m/ui-test/tree/master

Download mmm-ui-test-all

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-test-all/ -->
<dependency>
    <groupId>io.github.m-m-m</groupId>
    <artifactId>mmm-ui-test-all</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-test-all/
implementation 'io.github.m-m-m:mmm-ui-test-all:0.2.0'
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-test-all/
implementation ("io.github.m-m-m:mmm-ui-test-all:0.2.0")
'io.github.m-m-m:mmm-ui-test-all:jar:0.2.0'
<dependency org="io.github.m-m-m" name="mmm-ui-test-all" rev="0.2.0">
  <artifact name="mmm-ui-test-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.m-m-m', module='mmm-ui-test-all', version='0.2.0')
)
libraryDependencies += "io.github.m-m-m" % "mmm-ui-test-all" % "0.2.0"
[io.github.m-m-m/mmm-ui-test-all "0.2.0"]

Dependencies

compile (13)

Group / Artifact Type Version
io.github.m-m-m : mmm-ui-spi-all jar 0.2.0
io.github.m-m-m : mmm-ui-test-chart jar 0.2.0
io.github.m-m-m : mmm-ui-test-controller jar 0.2.0
io.github.m-m-m : mmm-ui-test-data jar 0.2.0
io.github.m-m-m : mmm-ui-test-form jar 0.2.0
io.github.m-m-m : mmm-ui-test-format jar 0.2.0
io.github.m-m-m : mmm-ui-test-media jar 0.2.0
io.github.m-m-m : mmm-ui-test-menu jar 0.2.0
io.github.m-m-m : mmm-ui-test-number jar 0.2.0
io.github.m-m-m : mmm-ui-test-tab jar 0.2.0
io.github.m-m-m : mmm-ui-test-temporal jar 0.2.0
io.github.m-m-m : mmm-ui-test-window jar 0.2.0
io.github.m-m-m : mmm-ui-test-core jar 0.2.0

Project Modules

There are no modules declared in this project.

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;
io.github.m-m-m

Marvelous-Micro-Modules

Versions

Version
0.2.0