Package de.cuioss.test.generator.impl
Class LocalTimeGenerator
- java.lang.Object
-
- de.cuioss.test.generator.impl.LocalTimeGenerator
-
- All Implemented Interfaces:
TypedGenerator<LocalTime>
public class LocalTimeGenerator extends Object implements TypedGenerator<LocalTime>
Provide any valid value for LocalTime- Author:
- Eugen Fischer
-
-
Constructor Summary
Constructors Constructor Description LocalTimeGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<LocalTime>getType()LocalTimenext()Generates the next instance.
-
-
-
Constructor Detail
-
LocalTimeGenerator
public LocalTimeGenerator()
-
-
Method Detail
-
next
public LocalTime next()
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<LocalTime>- Returns:
- a newly created instance
-
-