Class OrdererUtils
java.lang.Object
org.antublue.test.engine.internal.util.OrdererUtils
-
Method Summary
Modifier and TypeMethodDescriptionorderTestMethods(List<Method> testMethods, org.junit.platform.commons.support.HierarchyTraversalMode hierarchyTraversalMode) Method to order test methods within the hierarchy, keeping the groups by component type / declaring class
-
Method Details
-
orderTestMethods
public static List<Method> orderTestMethods(List<Method> testMethods, org.junit.platform.commons.support.HierarchyTraversalMode hierarchyTraversalMode) Method to order test methods within the hierarchy, keeping the groups by component type / declaring class- Parameters:
testMethods- testMethodshierarchyTraversalMode- hierarchyTraversalMode- Returns:
- the list of methods ordered
-