RegexForgery - xgouchet/Elmyr GitHub Wiki
@Target([AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FIELD, AnnotationTarget.PROPERTY]) annotation class ~~RegexForgery~~
Deprecated: Regex based string forgery can now be created using the StringForgery annotation
Mark a field, property or method parameter as a Regex based String forgery.
Parameters
value
- the regex pattern to match.
Deprecated Regex based string forgery can now be created using the StringForgery annotation
See Also
Constructors
<init>
RegexForgery(value:
String
)
Mark a field, property or method parameter as a Regex based String forgery.
Parameters
value
- the regex pattern to match.
Deprecated Regex based string forgery can now be created using the StringForgery annotation
See Also
Properties
value
val value:
String
the regex pattern to match.