Top Description Methods
org.junit.jupiter.api.extension

public Interface DynamicTestInvocationContext

Annotations
@API
status:EXPERIMENTAL
since:5.8
Static Imports
org.apiguardian.api.API.Status.EXPERIMENTAL

DynamicTestInvocationContext represents the context of a single invocation of a dynamic test.
Since
5.8
See Also
org.junit.jupiter.api.DynamicTest

Method Summary

Modifier and TypeMethod and Description
public Executable

Returns:

the executable of the dynamic test invocation, never null
getExecutable
()

Get the Executable of this dynamic test invocation context.

Method Detail

getExecutableback to summary
public Executable getExecutable()

Get the Executable of this dynamic test invocation context.

Returns:Executable

the executable of the dynamic test invocation, never null