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.DynamicTest
,
DynamicContainer
Modifier and Type | Method | Description |
---|---|---|
String |
getDisplayName() |
Get the display name of this
DynamicNode . |
Optional<URI> |
getTestSourceUri() |
Get the custom test source
URI of this DynamicNode . |
String |
toString() |
public String getDisplayName()
DynamicNode
.public Optional<URI> getTestSourceUri()
URI
of this DynamicNode
.Optional
containing the custom test source URI
;
never null
but potentially emptyCopyright © 2019. All rights reserved.