Extensions

kotlin-faker provides "Faker extensions" for popular third-party testing-related libraries and frameworks.

info

The extension modules require the main kotlin-faker dependency to be on the classpath, unless otherwise specified in the given extension's documentation.

ToC


Kotest Property

Kotlin-faker kotest-property and kotest-property-ksp artifacts provide faker-based Arb generators extensions via KSP compiler plugin for kotest property testing.

See the Kotest Property Extension page for usage details.

A full working example can also be found in the kotest-property-test project.


back-to-toc