Interface StatefulGenerator<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void reset()
      Resets the state of the generator to the state it had immediately after construction.
      • Methods inherited from interface de.cuioss.test.generator.internal.net.java.quickcheck.Generator

        next
    • Method Detail

      • reset

        void reset()
        Resets the state of the generator to the state it had immediately after construction.

        Makes a heavy weight generator reusable.