gen

Gen provides the Gen monad for Java 8+. Using the Gen monad, developers can implement a generative approach for creating test fixtures that helps to write unit and integration tests in a lean and non-obtrusive way.

License

License

Categories

Categories

Net
GroupId

GroupId

net.mguenther.gen
ArtifactId

ArtifactId

gen
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

gen
Gen provides the Gen monad for Java 8+. Using the Gen monad, developers can implement a generative approach for creating test fixtures that helps to write unit and integration tests in a lean and non-obtrusive way.
Source Code Management

Source Code Management

https://github.com/mguenther/gen/tree/master

Download gen

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.0
org.assertj : assertj-core jar 3.11.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0-rc1