org.scalatest.concurrent
Strategy for signaling 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 TimeLimits and TimeLimitedTests.
TimeLimits
TimeLimitedTests
Invokes interrupt on the passed Thread.
the Thread to interrupt
Strategy for signaling an operation in which
interruptis called on theThreadpassed toapply.This object can be used for configuration when using traits
TimeLimitsandTimeLimitedTests.