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
interrupt
is called on theThread
passed toapply
.This object can be used for configuration when using traits
TimeLimits
andTimeLimitedTests
.