@API(status=EXPERIMENTAL,
since="5.0")
public abstract class DynamicNode
extends java.lang.Object
DynamicNode
is the abstract basis class for a container or a test
case generated at runtime.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
displayName |
Constructor and Description |
---|
DynamicNode(java.lang.String displayName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Get the display name of this
DynamicTest . |
java.lang.String |
toString() |