Last Version

com.github.dockerunit:dockerunit-junit5 0.2.0

Java Framework for testing of dockerised applications and services. Glue module for JUnit5

License

License

Categories

Categories

Docker Container Virtualization Tools JUnit Unit Testing
GroupId

GroupId

com.github.dockerunit
ArtifactId

ArtifactId

dockerunit-junit5
Version

Version

0.2.0
Type

Type

jar
Description

Description

Java Framework for testing of dockerised applications and services. Glue module for JUnit5
Project URL

Project URL

https://github.com/dockerunit/dockerunit-junit5
Source Code Management

Source Code Management

https://github.com/dockerunit/dockerunit-junit5.git

Download dockerunit-junit5 0.2.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.dockerunit : dockerunit-core jar 0.2.0
org.junit.jupiter : junit-jupiter-api jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

runtime (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar

Project Modules

There are no modules declared in this project.