Class TestDataBuilder
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.data.builder.TestDataBuilder
public class TestDataBuilder extends Object
Used to build randomized textual data to help support different type characters testing on each run.
This can include alphabets, numbers, special characters, new line, spaces, leading characters etc.
- Author:
- Madhav Krishna
-
Constructor Summary
Constructors Constructor Description TestDataBuilder() -
Method Summary
-
Constructor Details
-
TestDataBuilder
public TestDataBuilder()
-
-
Method Details
-
setLength
-
setMaxWordLength
-
includeAlphabets
-
includeAlphabetsLower
-
includeAlphabetsUpper
-
setAlphabetsLower
-
setAlphabetsUpper
-
includeNumbers
-
setNumbers
-
includeSpecialCharacters
-
setSpecialCharacters
-
includeNewLine
-
includeWhiteSpaces
-
includeLeadingAndTrailingWhiteSpace
public TestDataBuilder includeLeadingAndTrailingWhiteSpace(boolean includeLeadingAndTrailingWhiteSpace) -
includeLeadingWhiteSpace
-
includeTrailingWhiteSpace
-
build
-
build
-