Class ReverseOrdering.ReverseMethodOrder

java.lang.Object
org.apache.maven.surefire.junitplatform.ReverseOrdering.ReverseMethodOrder
All Implemented Interfaces:
org.junit.jupiter.api.MethodOrderer
Enclosing class:
ReverseOrdering

public static class ReverseOrdering.ReverseMethodOrder extends 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<org.junit.jupiter.api.parallel.ExecutionMode>
     
    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 Details

    • ReverseMethodOrder

      public ReverseMethodOrder()
  • Method Details

    • orderMethods

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

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