org.testifyproject.external:external-docker-java

Parent module of shaded external third party libraries.

License

License

Categories

Categories

Java Languages Docker Container Virtualization Tools
GroupId

GroupId

org.testifyproject.external
ArtifactId

ArtifactId

external-docker-java
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Parent module of shaded external third party libraries.
Project Organization

Project Organization

Testify Project

Download external-docker-java

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.1.3
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : jcl-over-slf4j jar 1.7.12

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.6.2
org.assertj : assertj-core jar 3.5.2

Project Modules

There are no modules declared in this project.

Build Tools

Build Status Github Releases Maven Central License

Overview

A collection of tools and configuration files for managing builds.

Learning

  • Testify documentation is available [here][docs].
  • Take a look at [Test Driven Development][tdd-presentation] presentation.
  • Examples code can be found [here][examples].
  • Read [Java for Small Team][java-for-small-team] eBook.

Issue Tracking

Report issues via the Github Issues. Think you've found a bug? Please consider submitting a reproduction project via the a new Github Issue.

Building from Source

Testify uses a Maven-based build system. To build from source follow the bellow instructions:

Prerequisites

Check out sources

git clone [email protected]:testify-project/build-tools.git

or

git clone https://github.com/testify-project/build-tools.git

Install all Testify jars into your local Maven cache

./mvnw install -Dmaven.test.skip

Compile and test and build all jars

./mvnw clean install

Staying in Touch

Hit us up on Gitter.

License

The Testify is released under Apache Software License, Version 2.0.

Enjoy and keep on Testifying!

org.testifyproject.external

Testify Project

A Java Testing Framework faithful to sound testing principles and best practices.

Versions

Version
1.0.0
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1