eu.coldrye.junit:junit-common

Commonly used code for junit-testing projects

Лицензия

Лицензия

Категории

Категории

JUnit Тестирование компонентов
Группа

Группа

eu.coldrye.junit
Идентификатор

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

junit-common
Последняя версия

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

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

eu.coldrye.junit:junit-common
Commonly used code for junit-testing projects
Ссылка на сайт

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

https://github.com/coldrye-java/junit-testing/tree/master/junit-common

Скачать junit-common

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.2
org.junit.jupiter : junit-jupiter-api jar 5.2.0
org.slf4j : slf4j-api jar 1.7.25
org.junit.platform : junit-platform-commons jar 1.2.0

provided (1)

Идентификатор библиотеки Тип Версия
org.apiguardian : apiguardian-api jar 1.0.0

test (6)

Идентификатор библиотеки Тип Версия
org.junit.platform : junit-platform-launcher jar 1.2.0
org.junit.platform : junit-platform-engine jar 1.2.0
org.junit.jupiter : junit-jupiter-engine jar 5.2.0
org.junit.platform : junit-platform-runner jar 1.2.0
org.mockito : mockito-all jar 1.10.19
uk.org.lidalia : slf4j-test jar 1.2.0

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

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

junit-testing

This project aims to provide you with useful extensions for and other additions to JUnit5.

junit-common

Provides commonly used code for junit-testing projects.

junit-testing-common

Provides commonly used test code for junit-testing projects.

enum-test-base

Abstract test base class for enums. The default behaviour is to ensure 100% coverage on standard enums, so there is no longer an excuse for you not to write any tests for your enums.

file-assertions

Assertions for files and their content.

junit-env-extension

The extension provides you with an infrastructure for setting up and tearing down long running environments during your tests, something that you would not want to do before or after each test or before or after each test class.

For example starting and stopping an embedded Hadoop mini cluster or an embedded Kafka. Another example would be to pull and start a given docker image before that the first test is executed and tear it down when all tests have been executed.

junit-env-hadoop-mini-clusters

Work in progress.

References

eu.coldrye.junit
coldrye sub organization for the Java language ecosystem

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

Версия
1.2.0
1.1.1
1.1.0
1.0.0