Stopper

org.scalatest.Stopper
See theStopper companion trait
object Stopper

Companion object to Stopper that holds a factory method that produces a new Stopper whose stopRequested method returns false until after its requestStop has been invoked.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Stopper.type

Members list

Value members

Concrete methods

Factory method that produces a new Stopper whose stopRequested method returns false until after its requestStop has been invoked.

Factory method that produces a new Stopper whose stopRequested method returns false until after its requestStop has been invoked.

The Stopper returned by this method can be safely used by multiple threads concurrently.

Attributes

Returns

a new default stopper