diff --git a/docs/snapshot/api/index-files/index-15.html b/docs/snapshot/api/index-files/index-15.html index 5a5183019a03..9375f41dfbe0 100644 --- a/docs/snapshot/api/index-files/index-15.html +++ b/docs/snapshot/api/index-files/index-15.html @@ -131,11 +131,11 @@

O

 
orderChildren(UnaryOperator<List<TestDescriptor>>) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
Order the children from this descriptor.
+
Order the children of this descriptor.
orderChildren(UnaryOperator<List<TestDescriptor>>) - Method in interface org.junit.platform.engine.TestDescriptor
-
Order the children from this descriptor.
+
Order the children of this descriptor.
orderClasses(ClassOrdererContext) - Method in class org.junit.jupiter.api.ClassOrderer.ClassName
diff --git a/docs/snapshot/api/index-files/index-16.html b/docs/snapshot/api/index-files/index-16.html index e0a244d2ce33..29b5b160b50a 100644 --- a/docs/snapshot/api/index-files/index-16.html +++ b/docs/snapshot/api/index-files/index-16.html @@ -81,7 +81,8 @@

P

PARALLEL_CLASS_EXECUTION - Static variable in class org.junit.vintage.engine.Constants
-
Indicates whether parallel execution is enabled for test classes in the JUnit Vintage engine.
+
Indicates whether parallel execution is enabled for test classes in the + JUnit Vintage engine.
PARALLEL_CONFIG_CUSTOM_CLASS_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
@@ -127,7 +128,8 @@

P

PARALLEL_METHOD_EXECUTION - Static variable in class org.junit.vintage.engine.Constants
-
Indicates whether parallel execution is enabled for test methods in the JUnit Vintage engine.
+
Indicates whether parallel execution is enabled for test methods in the + JUnit Vintage engine.
PARALLEL_POOL_SIZE - Static variable in class org.junit.vintage.engine.Constants
diff --git a/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/TestDescriptor.html b/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/TestDescriptor.html index b42a2c2f0688..23357467a6b4 100644 --- a/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/TestDescriptor.html +++ b/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/TestDescriptor.html @@ -246,7 +246,7 @@

Method Summary

default void
orderChildren(UnaryOperator<List<TestDescriptor>> orderer)
-
Order the children from this descriptor.
+
Order the children of this descriptor.
default void
prune()
@@ -486,17 +486,18 @@

orderChildren

@API(since="1.12", status=EXPERIMENTAL) default void orderChildren(UnaryOperator<List<TestDescriptor>> orderer)
-
Order the children from this descriptor. +
Order the children of this descriptor.

The orderer is provided a modifiable list of child test - descriptors in this test descriptor; never null. The + descriptors of this test descriptor; never null. The orderer must return a list containing the same descriptors in any order; potentially the same list, but never null. If descriptors - were added or removed, an exception is thrown.

+ are added or removed, an exception is thrown.
Parameters:
-
orderer - a unary operator to order the children of this test - descriptor.
+
orderer - a unary operator to order the children of this test descriptor
+
Since:
+
1.12
diff --git a/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/class-use/TestDescriptor.html b/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/class-use/TestDescriptor.html index 2fa383deecd8..8622787ced94 100644 --- a/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/class-use/TestDescriptor.html +++ b/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/class-use/TestDescriptor.html @@ -411,7 +411,7 @@

Uses of default void
-
Order the children from this descriptor.
+
Order the children of this descriptor.
Constructors in org.junit.platform.engine with parameters of type TestDescriptor
@@ -514,7 +514,7 @@

Uses of void
-
Order the children from this descriptor.
+
Order the children of this descriptor.
diff --git a/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/support/descriptor/AbstractTestDescriptor.html b/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/support/descriptor/AbstractTestDescriptor.html index a55bf0ad1dac..8e3378ba6c5a 100644 --- a/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/support/descriptor/AbstractTestDescriptor.html +++ b/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/support/descriptor/AbstractTestDescriptor.html @@ -234,7 +234,7 @@

Method Summary

void
orderChildren(UnaryOperator<List<TestDescriptor>> orderer)
-
Order the children from this descriptor.
+
Order the children of this descriptor.
void
removeChild(TestDescriptor child)
@@ -534,19 +534,18 @@

removeFromHierarchy

orderChildren

public void orderChildren(UnaryOperator<List<TestDescriptor>> orderer)
-
Order the children from this descriptor. +
Order the children of this descriptor.

The orderer is provided a modifiable list of child test - descriptors in this test descriptor; never null. The + descriptors of this test descriptor; never null. The orderer must return a list containing the same descriptors in any order; potentially the same list, but never null. If descriptors - were added or removed, an exception is thrown.

+ are added or removed, an exception is thrown.
Specified by:
orderChildren in interface TestDescriptor
Parameters:
-
orderer - a unary operator to order the children of this test - descriptor.
+
orderer - a unary operator to order the children of this test descriptor
diff --git a/docs/snapshot/api/org.junit.vintage.engine/org/junit/vintage/engine/Constants.html b/docs/snapshot/api/org.junit.vintage.engine/org/junit/vintage/engine/Constants.html index 4a0bac5bdbd6..72cd0ffcba19 100644 --- a/docs/snapshot/api/org.junit.vintage.engine/org/junit/vintage/engine/Constants.html +++ b/docs/snapshot/api/org.junit.vintage.engine/org/junit/vintage/engine/Constants.html @@ -119,7 +119,8 @@

Field Summary

static final String
PARALLEL_CLASS_EXECUTION
-
Indicates whether parallel execution is enabled for test classes in the JUnit Vintage engine.
+
Indicates whether parallel execution is enabled for test classes in the + JUnit Vintage engine.
static final String
PARALLEL_EXECUTION_ENABLED
@@ -129,7 +130,8 @@

Field Summary

static final String
PARALLEL_METHOD_EXECUTION
-
Indicates whether parallel execution is enabled for test methods in the JUnit Vintage engine.
+
Indicates whether parallel execution is enabled for test methods in the + JUnit Vintage engine.
static final String
PARALLEL_POOL_SIZE
@@ -208,10 +210,11 @@

PARALLEL_CLASS_EXECUTION

@API(status=EXPERIMENTAL, since="5.12") public static final String PARALLEL_CLASS_EXECUTION
-
Indicates whether parallel execution is enabled for test classes in the JUnit Vintage engine. +
Indicates whether parallel execution is enabled for test classes in the + JUnit Vintage engine. -

Set this property to true to enable parallel execution of test classes. - Defaults to false.

+

Set this property to true to enable parallel execution of test + classes. Defaults to false.

Since:
5.12
@@ -230,10 +233,11 @@

PARALLEL_METHOD_EXECUTION

@API(status=EXPERIMENTAL, since="5.12") public static final String PARALLEL_METHOD_EXECUTION
-
Indicates whether parallel execution is enabled for test methods in the JUnit Vintage engine. +
Indicates whether parallel execution is enabled for test methods in the + JUnit Vintage engine. -

Set this property to true to enable parallel execution of test methods. - Defaults to false.

+

Set this property to true to enable parallel execution of test + methods. Defaults to false.

Since:
5.12