com.github.dockerunit:dockerunit-core

Java Framework for testing of dockerised applications and services. Core package

Лицензия

Лицензия

Категории

Категории

Docker Контейнер Виртуализация
Группа

Группа

com.github.dockerunit
Идентификатор

Идентификатор

dockerunit-core
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Framework for testing of dockerised applications and services. Core package
Ссылка на сайт

Ссылка на сайт

https://github.com/dockerunit/dockerunit-core
Система контроля версий

Система контроля версий

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

Скачать dockerunit-core

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.github.docker-java : docker-java jar 3.2.7
com.github.docker-java : docker-java-api jar 3.2.7
com.github.docker-java : docker-java-core jar 3.2.7

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.16

Модули Проекта

Данный проект не имеет модулей.

central   nexus   licence

circle-ci   codacy-coverage   coverity

codacy   better-code   lgtm-grade   lgtm-alerts


Dockerunit is an extensible framework for testing of dockerised services/applications in JUnit (4 or 5) based test suites.

Quick Start


Documentation


javadoc-core   javadoc-consul   javadoc-junit4   javadoc-junit5

Support / Discussion


discord

Development


Prerequisites

  • Java 8
  • Maven 3.6+
  • Docker (for running integration tests)

Build

mvn clean verify

Tests

mvn test

Contributing


Versioning


This project adheres to semantic versioning.

Modules are always released together, even if a particular module had no changes since the last release it will still have it's version bumped whenever any one module needs to be released.

License


This project is licensed under the Apache 2.0 License - see the LICENSE file for details

com.github.dockerunit

Версии библиотеки

Версия
0.2.0
0.1.1
0.1.0