Class ReverseOrdering.ReverseMethodOrder

  • All Implemented Interfaces:
    org.junit.jupiter.api.MethodOrderer
    Enclosing class:
    ReverseOrdering

    public static class ReverseOrdering.ReverseMethodOrder
    extends java.lang.Object
    implements org.junit.jupiter.api.MethodOrderer
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.junit.jupiter.api.MethodOrderer

        org.junit.jupiter.api.MethodOrderer.Alphanumeric, org.junit.jupiter.api.MethodOrderer.DisplayName, org.junit.jupiter.api.MethodOrderer.MethodName, org.junit.jupiter.api.MethodOrderer.OrderAnnotation, org.junit.jupiter.api.MethodOrderer.Random
    • Field Summary

      • Fields inherited from interface org.junit.jupiter.api.MethodOrderer

        DEFAULT_ORDER_PROPERTY_NAME
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<org.junit.jupiter.api.parallel.ExecutionMode> getDefaultExecutionMode()  
      void orderMethods​(org.junit.jupiter.api.MethodOrdererContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReverseMethodOrder

        public ReverseMethodOrder()
    • Method Detail

      • orderMethods

        public void orderMethods​(org.junit.jupiter.api.MethodOrdererContext context)
        Specified by:
        orderMethods in interface org.junit.jupiter.api.MethodOrderer
      • getDefaultExecutionMode

        public java.util.Optional<org.junit.jupiter.api.parallel.ExecutionMode> getDefaultExecutionMode()
        Specified by:
        getDefaultExecutionMode in interface org.junit.jupiter.api.MethodOrderer