JUnit5-Docker

A JUnit5 extension that allows you to start containers from your tests

License

License

Categories

Categories

Docker Container Virtualization Tools JUnit Unit Testing
GroupId

GroupId

com.github.faustxvi
ArtifactId

ArtifactId

junit5-docker
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

JUnit5-Docker
A JUnit5 extension that allows you to start containers from your tests
Project URL

Project URL

https://faustxvi.github.io/junit5-docker/
Source Code Management

Source Code Management

https://github.com/FaustXVI/junit5-docker

Download junit5-docker

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.docker-java : docker-java jar 3.0.13
org.junit.jupiter : junit-jupiter-api jar 5.0.0

test (15)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5
org.apache.httpcomponents : httpcore jar 4.4.5
org.junit.jupiter : junit-jupiter-engine jar 5.0.0
org.junit.platform : junit-platform-engine jar 1.0.0
org.junit.platform : junit-platform-launcher jar 1.0.0
ch.qos.logback : logback-classic jar 1.1.7
ch.qos.logback : logback-core jar 1.1.7
org.mockito : mockito-core jar 2.1.0
org.assertj : assertj-core jar 3.5.2
nl.jqno.equalsverifier : equalsverifier jar 2.1.7
info.cukes : cucumber-core jar 1.2.5
info.cukes : cucumber-java jar 1.2.5
info.cukes : cucumber-junit jar 1.2.5
junit : junit jar 4.12
info.cukes : cucumber-picocontainer jar 1.2.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
1.0.0-RC5
1.0.0-RC4
1.0.0-RC3
1.0.0-RC2
1.0.0-RC1