-
-
Notifications
You must be signed in to change notification settings - Fork 3
FloatForgery
Xavier Gouchet edited this page Dec 13, 2019
·
2 revisions
@Target([AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FIELD, AnnotationTarget.PROPERTY]) annotation class FloatForgery
Mark a field, property or method parameter as a primitive float forgery.
FloatForgery(min:
Float
= -java.lang.Float.MAX_VALUE, max:
Float
= java.lang.Float.MAX_VALUE, mean:
Float
= 0f, standardDeviation:
Float
= java.lang.Float.NaN)
Mark a field, property or method parameter as a primitive float forgery.
val max:
Float
val mean:
Float
val min:
Float
val standardDeviation:
Float
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)