Class TestEnumSetGenerator

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract java.util.Set<AnEnum> create​(AnEnum[] elements)  
      java.util.Set<AnEnum> create​(java.lang.Object... elements)
      Creates a new container containing the given elements.
      AnEnum[] createArray​(int length)
      Helper method to create an array of the appropriate type used by this generator.
      java.util.List<AnEnum> order​(java.util.List<AnEnum> insertionOrder)
      Sorts the enums according to their natural ordering.
      SampleElements<AnEnum> samples()
      Returns the sample elements that this generate populates its container with.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait