Interface DynamicContainer.Configuration
- All Superinterfaces:
DynamicNode.Configuration<DynamicContainer.Configuration>
- Enclosing class:
DynamicContainer
@API(status=EXPERIMENTAL,
since="6.1")
public static sealed interface DynamicContainer.Configuration
extends DynamicNode.Configuration<DynamicContainer.Configuration>
Configuration of a DynamicContainer.- Since:
- 6.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionchildExecutionMode(ExecutionMode executionMode) Set the child execution mode to use for the configuredDynamicContainer.default DynamicContainer.Configurationchildren(Iterable<? extends DynamicNode> children) Set the children of the configuredDynamicContainer.children(Stream<? extends DynamicNode> children) Set the children of the configuredDynamicContainer.default DynamicContainer.Configurationchildren(DynamicNode... children) Set the children of the configuredDynamicContainer.Methods inherited from interface DynamicNode.Configuration
displayName, executionMode, testSourceUri
-
Method Details
-
childExecutionMode
Set the child execution mode to use for the configuredDynamicContainer.- Returns:
- this configuration for method chaining
-
children
- Parameters:
children- the children; nevernullor containingnullelements- Returns:
- this configuration for method chaining
-
children
- Parameters:
children- the children; nevernullor containingnullelements- Returns:
- this configuration for method chaining
-
children
- Parameters:
children- the children; nevernullor containingnullelements- Returns:
- this configuration for method chaining
-