Class Alphanumeric

    • Field Summary

      • Fields inherited from class org.junit.runner.manipulation.Sorter

        NULL
    • Constructor Summary

      Constructors 
      Constructor Description
      Alphanumeric()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Ordering create​(Ordering.Context context)
      Creates an Ordering instance using the given context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • Alphanumeric

        public Alphanumeric()
    • Method Detail

      • create

        public Ordering create​(Ordering.Context context)
        Description copied from interface: Ordering.Factory
        Creates an Ordering instance using the given context. Implementations of this method that do not need to use the context can return the same instance every time.
        Specified by:
        create in interface Ordering.Factory