e

exparity-stub

A Java library to support creation of test stubs. The library can create complete object graphs populated completely randomly, or can be populated with a mix of random and configured values.
https://github.com/eXparity/exparity-stub
New BSD License
Stewart Bissett
Files download
File Operation
exparity-stub-2.0.8.jar download
exparity-stub-2.0.8.pom download
exparity-stub-2.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.exparity</groupId>
  <artifactId>exparity-stub</artifactId>
  <version>2.0.8</version>
</dependency>
Gradle Groovy
implementation 'org.exparity:exparity-stub:2.0.8'
Gradle Kotlin
implementation("org.exparity:exparity-stub:2.0.8")
Scala SBT
libraryDependencies += "org.exparity" % "exparity-stub" % "2.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.exparity', module='exparity-stub', version='2.0.8')
)
Apache Ivy
<dependency org="org.exparity" name="exparity-stub" rev="2.0.8" />
Leiningen
[org.exparity/exparity-stub "2.0.8"]
Apache Buildr
'org.exparity:exparity-stub:jar:2.0.8'