Interface DynamicTest.Configuration
- All Superinterfaces:
DynamicNode.Configuration<DynamicTest.Configuration>
- Enclosing class:
DynamicTest
@API(status=EXPERIMENTAL,
since="6.1")
public static sealed interface DynamicTest.Configuration
extends DynamicNode.Configuration<DynamicTest.Configuration>
Configuration of a DynamicTest.- Since:
- 6.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionexecutable(Executable executable) Set the executable to use for the configuredDynamicTest.Methods inherited from interface DynamicNode.Configuration
displayName, executionMode, testSourceUri
-
Method Details
-
executable
Set the executable to use for the configuredDynamicTest.- Parameters:
executable- the executable; nevernullor blank- Returns:
- this configuration for method chaining
-