-
-
Notifications
You must be signed in to change notification settings - Fork 3
ForgeConfiguration
@Testable @Target([AnnotationTarget.CLASS]) @Inherited annotation class ForgeConfiguration
Annotate a test class to configure the Forgery extension.
value
- the ForgeConfigurator instance to use (leave empty if not necessary).
seed
- the seed to reset the Forge for each test.
ForgeConfiguration(value:
KClass
<out ForgeConfigurator> = ForgeConfigurator.NoOp::class, seed:
Long
= 0L)
Annotate a test class to configure the Forgery extension.
value
- the ForgeConfigurator instance to use (leave empty if not necessary).
seed
- the seed to reset the Forge for each test.
val seed:
Long
the seed to reset the Forge for each test.
val value:
KClass
<out ForgeConfigurator>
the ForgeConfigurator instance to use (leave empty if not necessary).
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)