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 @@
default void
orderChildren(UnaryOperator<List<TestDescriptor>> orderer)
default void
prune()
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.
orderer
- a unary operator to order the children of this test
- descriptor.orderer
- a unary operator to order the children of this test descriptordefault void
orderChildren(UnaryOperator<List<TestDescriptor>> orderer)
void
orderChildren(UnaryOperator<List<TestDescriptor>> orderer)
void
orderChildren(UnaryOperator<List<TestDescriptor>> orderer)
void
removeChild(TestDescriptor child)
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.
orderChildren
in interface TestDescriptor
orderer
- a unary operator to order the children of this test
- descriptor.orderer
- a unary operator to order the children of this test descriptorstatic final String
static final String
static final String
static final String
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
.
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
.