- Direct Known Subclasses:
DynamicContainer, DynamicTest
@API(status=MAINTAINED,
since="5.3")
public abstract class DynamicNode
extends Object
DynamicNode serves as the abstract base class for a container or a
test case generated at runtime.
- Since:
- 5.0
- See Also:
-
-
Method Summary
Get the display name of this DynamicNode.
Get the custom test source
URI of this
DynamicNode.
-
Method Details
-
getDisplayName
public String getDisplayName()
Get the display name of this DynamicNode.
- Returns:
- the display name
-
getTestSourceUri
Get the custom test source
URI of this
DynamicNode.
- Returns:
- an
Optional containing the custom test source URI;
never null but potentially empty
- Since:
- 5.3
-