Uses of Interface
org.junit.jupiter.api.extension.ExecutableInvoker
Packages that use 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
Methods in org.junit.jupiter.api.extension that return ExecutableInvokerModifier 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
Classes in org.junit.jupiter.engine.execution that implement ExecutableInvoker