TeaVM JUnit runner

TeaVM implementation of JUnit API

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-junit
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

TeaVM JUnit runner
TeaVM implementation of JUnit API

Download teavm-junit

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.teavm : teavm-tooling jar 0.7.0
org.teavm : teavm-classlib jar 0.7.0
net.sourceforge.htmlunit : htmlunit jar 2.33

provided (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.testng : testng jar 7.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6.1
0.6.0
0.5.1
0.5.0