-
-
Notifications
You must be signed in to change notification settings - Fork 3
LongProperty
class LongProperty :
ForgeryProperty
<
Long
>
This class implements a ReadOnlyProperty, forging a random long within a given range.
min
- the minimum value (inclusive), default = Long#MIN_VALUE
max
- the maximum value (exclusive), default = Long#MAX_VALUE
LongProperty(min:
Long
= Long.MIN_VALUE, max:
Long
= Long.MAX_VALUE)
This class implements a ReadOnlyProperty, forging a random long within a given range.
min
- the minimum value (inclusive), default = Long#MIN_VALUE
max
- the maximum value (exclusive), default = Long#MAX_VALUE
fun getForgery(forge:
Forge
):
Long
Inheritdoc
fun longForgery(min:
Long
= Long.MIN_VALUE, max:
Long
= Long.MAX_VALUE):
ForgeryProperty
<
Long
>
Creates a ReadOnlyProperty that will forge a random long within the given range.
min
- the minimum value (inclusive), default = Long#MIN_VALUE
max
- the maximum value (exclusive), default = Long#MAX_VALUE
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)