Packages

o

org.scalatest.concurrent

DoNotInterrupt

object DoNotInterrupt extends Interruptor

Interruption strategy in which nothing is done to try and interrupt an operation.

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

Source
DoNotInterrupt.scala
Linear Supertypes
Interruptor, (Thread) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoNotInterrupt
  2. Interruptor
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def andThen[A](g: (Unit) ⇒ A): (Thread) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(testThread: Thread): Unit

    Does nothing.

    Does nothing.

    testThread

    unused by this strategy

    Definition Classes
    DoNotInterruptInterruptor → Function1
  3. def compose[A](g: (A) ⇒ Thread): (A) ⇒ Unit
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any