Uses of Interface
org.junit.jupiter.api.extension.PreInterruptContext
-
Packages that use PreInterruptContext Package Description org.junit.jupiter.api.extension JUnit Jupiter API for writing extensions. -
-
Uses of PreInterruptContext in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension with parameters of type PreInterruptContext Modifier and Type Method Description voidPreInterruptCallback. beforeThreadInterrupt(PreInterruptContext preInterruptContext, ExtensionContext extensionContext)Callback that is invoked before aThreadis interrupted withThread.interrupt().
-