Togglz - JUnit 5 integration


Лицензия

Лицензия

Категории

Категории

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

Группа

org.togglz
Идентификатор

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

togglz-junit5
Последняя версия

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

2.8.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Togglz - JUnit 5 integration
Togglz - JUnit 5 integration

Скачать togglz-junit5

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.togglz : togglz-testing jar 2.8.0

provided (1)

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

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

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

Togglz

Backers on Open Collective Sponsors on Open Collective Gitter Build Status Maven Central Javadoc

Togglz is an implementation of the Feature Toggles pattern for Java. Feature Toggles are a very common agile development practices in the context of continuous deployment and delivery. The basic idea is to associate a toggle with each new feature you are working on. This allows you to enable or disable these features at application runtime, even for individual users.

Want to learn more? Have a look at an usage example or check the quickstart guide, see http://www.togglz.org/

Contributors

This project exists thanks to all the people who contribute.

org.togglz

Togglz

Feature Flags for the Java platform

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

Версия
2.8.0
2.7.2
2.7.1
2.7.0
2.6.1.Final
2.6.0.Final