Togglz - JUnit 5 integration


License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.togglz
ArtifactId

ArtifactId

togglz-junit5
Last Version

Last Version

2.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Togglz - JUnit 5 integration
Togglz - JUnit 5 integration

Download togglz-junit5

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.togglz : togglz-testing jar 2.8.0

provided (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.2

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.8.0
2.7.2
2.7.1
2.7.0
2.6.1.Final
2.6.0.Final