-
-
Notifications
You must be signed in to change notification settings - Fork 3
StringForgeryType
Xavier Gouchet edited this page Dec 13, 2019
·
1 revision
enum class StringForgeryType
The type of String to be forged.
ASCII
Will forge a String with only ASCII printable characters.
ASCII_EXTENDED
Will forge a String with only ASCII Extended printable characters.
ALPHABETICAL
Will forge a String with only alphabetical characters.
ALPHA_NUMERICAL
Will forge a String with only alphabetical or numerical characters.
HEXADECIMAL
Will forge a String with only hexadecimal characters (A to F and digits).
NUMERICAL
Will forge a String with only numerical characters.
WHITESPACE
Will forge a String with only whitespace characters.
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)