Class RandomCharsGenerator
java.lang.Object
org.qubership.atp.dataset.macros.impl.chars.random.RandomCharsGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringrandomChars(int count) Returns random char sequence.
-
Constructor Details
-
RandomCharsGenerator
public RandomCharsGenerator()
-
-
Method Details
-
randomChars
Returns random char sequence.- Parameters:
count- how many chars will be generated- Returns:
- random characters sequence
-