Artifacts using Generex (85)
Sort:
popular
|
newest
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
6. Kotest65 usages
io.kotest » kotest-property-jvmApache
Kotlin Test Framework
Last Release on Feb 5, 2023
8. Pact JVM Model25 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 18, 2020
10. Kotest17 usages
io.kotest » kotest-assertions-jvmApache
Kotlin Test Framework
Last Release on Jun 20, 2020