Class HelidonImplicitResetOrderer

java.lang.Object
io.helidon.microprofile.testing.junit5.HelidonImplicitResetOrderer
All Implemented Interfaces:
org.junit.jupiter.api.MethodOrderer

public class HelidonImplicitResetOrderer extends Object implements org.junit.jupiter.api.MethodOrderer
A method orderer that orders the methods that requires their own container last. The resulting ordering groups the methods that share the same container in order to avoid a restart.
See Also:
  • 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
    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

    Methods inherited from interface org.junit.jupiter.api.MethodOrderer

    getDefaultExecutionMode
  • Constructor Details

    • HelidonImplicitResetOrderer

      public HelidonImplicitResetOrderer()
  • Method Details

    • orderMethods

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