Uses of Interface
org.junit.jupiter.api.extension.ExecutableInvoker
-
Packages that use ExecutableInvoker Package Description org.junit.jupiter.api.extension JUnit Jupiter API for writing extensions.org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.execution 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 ExecutableInvoker Modifier and Type Method Description ExecutableInvoker
ExtensionContext. getExecutableInvoker()
Get anExecutableInvoker
to invoke methods and constructors with support for dynamic resolution of parameters. -
Uses of ExecutableInvoker in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as ExecutableInvoker Modifier and Type Field Description private ExecutableInvoker
AbstractExtensionContext. executableInvoker
Methods in org.junit.jupiter.engine.descriptor that return ExecutableInvoker Modifier and Type Method Description ExecutableInvoker
AbstractExtensionContext. getExecutableInvoker()
-
Uses of ExecutableInvoker in org.junit.jupiter.engine.execution
Classes in org.junit.jupiter.engine.execution that implement ExecutableInvoker Modifier and Type Class Description class
DefaultExecutableInvoker
-