Package org.junit.jupiter.api.extension
Interface PreInterruptContext
-
@API(status=MAINTAINED, since="5.13.3") public interface PreInterruptContextPreInterruptContextencapsulates the context in which anbeforeThreadInterruptmethod is called.- Since:
- 5.12
- See Also:
PreInterruptCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ThreadgetThreadToInterrupt()Get theThreadwhich will be interrupted.
-