-
-
Notifications
You must be signed in to change notification settings - Fork 3
ForgeryFactory
Xavier Gouchet edited this page Dec 14, 2019
·
2 revisions
interface ForgeryFactory<out T :
Any
>
A ForgeryFactory is a class able to generate an object of the desired type based on a given Forge instance.
T
- the type of the object to forge
abstract fun getForgery(forge:
Forge
): T
forge
- the forge instance to use to generate a forgery
Return a new instance of type T, randomly generated with the help of the forge instance
Xavier F. Gouchet – @xgouchet
Distributed under the MIT license. See LICENSE.md for more information.
https://github.com/xgouchet/Elymr
- Home
- Getting Started
- Core Module
- Integrations
- Reference (core)
- Reference (junit4)
- Reference (junit5)
- Reference (spek)