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 - 
Method Summary
Modifier and TypeMethodDescriptionvoidorderMethods(org.junit.jupiter.api.MethodOrdererContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 orderMethodsin interfaceorg.junit.jupiter.api.MethodOrderer
 
 -