Powerunit - Java Testing framework for JDK 1.9 - Extension to provide async operation in unit test.

This is a test framework for the JDK 1.9 - Extension to provide async operation in unit test.

License

License

GroupId

GroupId

ch.powerunit.extensions
ArtifactId

ArtifactId

powerunit-extensions-async
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Powerunit - Java Testing framework for JDK 1.9 - Extension to provide async operation in unit test.
This is a test framework for the JDK 1.9 - Extension to provide async operation in unit test.
Project URL

Project URL

http://www.powerunit.ch/powerunit-extensions-async
Source Code Management

Source Code Management

https://github.com/powerunit/powerunit-extensions-async/

Download powerunit-extensions-async

How to add to project

<!-- https://jarcasting.com/artifacts/ch.powerunit.extensions/powerunit-extensions-async/ -->
<dependency>
    <groupId>ch.powerunit.extensions</groupId>
    <artifactId>powerunit-extensions-async</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.powerunit.extensions/powerunit-extensions-async/
implementation 'ch.powerunit.extensions:powerunit-extensions-async:1.1.0'
// https://jarcasting.com/artifacts/ch.powerunit.extensions/powerunit-extensions-async/
implementation ("ch.powerunit.extensions:powerunit-extensions-async:1.1.0")
'ch.powerunit.extensions:powerunit-extensions-async:jar:1.1.0'
<dependency org="ch.powerunit.extensions" name="powerunit-extensions-async" rev="1.1.0">
  <artifact name="powerunit-extensions-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.powerunit.extensions', module='powerunit-extensions-async', version='1.1.0')
)
libraryDependencies += "ch.powerunit.extensions" % "powerunit-extensions-async" % "1.1.0"
[ch.powerunit.extensions/powerunit-extensions-async "1.1.0"]

Dependencies

test (6)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3
ch.powerunit : powerunit jar 0.5.0
javax.xml.bind : jaxb-api jar [2.3.0.1,)
com.sun.xml.bind : jaxb-impl jar [2.3.0.1,)
com.sun.xml.bind : jaxb-core jar [2.3.0.1,)
javax.annotation : javax.annotation-api Optional jar 1.3.2

Project Modules

There are no modules declared in this project.

powerunit-extensions-async - Starting from version 1.0.0, only supporting Java 9 and newer

  • Travis ci : Build Status
  • Vulnerabilities : Known Vulnerabilities DepShield Badge Total alerts
  • Coverage : Coverage Status - codecov - Codacy Badge
  • Quality : Codacy Badge - CodeFactor - BCH compliance - codebeat badge
  • Maven : Maven Central
  • Git : mergify-status

This is an extension to powerunit (a unit test framework for java 8). Please check the site for more information.

ch.powerunit.extensions

Versions

Version
1.1.0
1.0.1
1.0.0
0.2.0
0.1.0