DoNotSignal

org.scalatest.concurrent.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.

Attributes

Graph
Supertypes
trait Signaler
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(testThread: Thread): Unit

Does nothing.

Does nothing.

Value parameters

testThread

unused by this strategy

Attributes