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