DoNotSignal

object DoNotSignal extends Signaler

Signaling strategy in which nothing is done to try and signal or interrupt an operation.

This object can be used for configuration when using traits TimeLimits and TimeLimitedTests.

trait Signaler
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(testThread: Thread): Unit

Does nothing.

Does nothing.

Value parameters:
testThread

unused by this strategy