License |
License |
---|---|
Categories |
CategoriesDocker Container Virtualization Tools JUnit Unit Testing |
GroupId | GroupIdcom.github.faustxvi |
ArtifactId | ArtifactIdjunit5-docker |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnit5-Docker
A JUnit5 extension that allows you to start containers from your tests
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit5-docker-1.0.0.pom | |
junit5-docker-1.0.0.jar | 16 KB |
junit5-docker-1.0.0-sources.jar | 11 KB |
junit5-docker-1.0.0-javadoc.jar | 34 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.docker-java : docker-java | jar | 3.0.13 |
org.junit.jupiter : junit-jupiter-api | jar | 5.0.0 |
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 |