Class DummyGenerator<T>

java.lang.Object
de.cuioss.test.valueobjects.generator.impl.DummyGenerator<T>
Type Parameters:
T - identifying the type of objects to be generated
All Implemented Interfaces:
de.cuioss.test.generator.TypedGenerator<T>

public class DummyGenerator<T> extends Object implements de.cuioss.test.generator.TypedGenerator<T>
Dummy variant of TypedGenerator that are used in some corner cases, where you need a TypedGenerator for a contract, but do not need the generated values.
Author:
Oliver Wolff
  • Constructor Details

  • Method Details

    • next

      public T next()
      Specified by:
      next in interface de.cuioss.test.generator.TypedGenerator<T>