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