Uses of Class
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
-
Packages that use InterceptingExecutableInvoker Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine. -
-
Uses of InterceptingExecutableInvoker in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as InterceptingExecutableInvoker Modifier and Type Field Description private static InterceptingExecutableInvoker
ClassBasedTestDescriptor. executableInvoker
private static InterceptingExecutableInvoker
TestFactoryTestDescriptor. executableInvoker
private static InterceptingExecutableInvoker
TestMethodTestDescriptor. executableInvoker
-