Artifacts using Generex (109)
This library is a port of Ruby's stympy/faker gem (as well as Perl's Data::Faker library) that generates fake data.
It's useful when you're developing a new project and need some pretty data for showcase.
Last Release on Feb 10, 2020
5. Kotest128 usages
io.kotest » kotest-property-jvmApache
Kotlin Test Framework
Last Release on Jun 6, 2024
7. Datafaker66 usages
net.datafaker » datafakerApache
This library is an improved fork of JavaFaker (as well as Ruby's stympy/faker gem and Perl's Data::Faker library)
that generates fake data. It's useful when you're developing a new project and need some pretty data for showcase.
Last Release on Nov 19, 2024
9. Pact JVM Model26 usages
au.com.dius » pact-jvm-modelApache
Pact model
==========
The model project is responsible for providing:
* a model to represent pacts
* serialization and deserialization
* comparison between two parts of the pact model
* conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-provider requires
You should never need to include this project directly
Last Release on Apr 29, 2020
Pact consumer
=============
Pact Consumer is used by projects that are consumers of an API.
Most projects will want to use pact-consumer via one of the test framework specific projects. If your favourite
framework is not implemented, this module should give you all the hooks you need.
Provides a DSL for use with Java to build consumer pacts.
## Dependency
The library is available on maven central using:
* group-id = `au.com.dius`
* artifact-id = `pact-jvm-consumer`
## DSL Usage
Example in a JUnit ...
Last Release on Apr 29, 2020