org.scalatest.concurrent
Strategy for interrupting an operation in which interrupt is called on the Thread passed to apply.
interrupt
Thread
apply
This object can be used for configuration when using traits Timeouts and TimeLimitedTests.
Timeouts
TimeLimitedTests
Invokes interrupt on the passed Thread.
the Thread to interrupt
Strategy for interrupting an operation in which
interruptis called on theThreadpassed toapply.This object can be used for configuration when using traits
TimeoutsandTimeLimitedTests.