Uses of Interface
org.junit.jupiter.api.extension.ExecutableInvoker
Package
Description
JUnit Jupiter API for writing extensions.
Internal classes for test execution within the JUnit Jupiter test engine.
-
Uses of ExecutableInvoker in org.junit.jupiter.api.extension
Modifier and TypeMethodDescriptionExtensionContext.getExecutableInvoker()
Get anExecutableInvoker
to invoke methods and constructors with support for dynamic resolution of parameters. -
Uses of ExecutableInvoker in org.junit.jupiter.engine.execution