Module org.junit.jupiter.engine
Class TimeoutInvocationFactory
java.lang.Object
org.junit.jupiter.engine.extension.TimeoutInvocationFactory
- Since:
- 5.9
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
(package private) static class
(package private) static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) <T> InvocationInterceptor.Invocation<T>
create
(Timeout.ThreadMode threadMode, TimeoutInvocationFactory.TimeoutInvocationParameters<T> timeoutInvocationParameters) private ScheduledExecutorService
-
Field Details
-
store
-
-
Constructor Details
-
TimeoutInvocationFactory
TimeoutInvocationFactory(ExtensionContext.Store store)
-
-
Method Details
-
create
<T> InvocationInterceptor.Invocation<T> create(Timeout.ThreadMode threadMode, TimeoutInvocationFactory.TimeoutInvocationParameters<T> timeoutInvocationParameters) -
getThreadExecutorForSameThreadInvocation
-