java.lang.Object
de.cuioss.test.generator.impl.NonBlankStringGenerator
- All Implemented Interfaces:
TypedGenerator<String>
Provide any
String which is not empty and not blank.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NonBlankStringGenerator
public NonBlankStringGenerator()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceTypedGenerator<String>- Returns:
- class information; which type this generator is responsible for.
-
next
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<String>- Returns:
- a newly created instance
-