SuspendedWarningData

zio.test.TestClock.SuspendedWarningData
See theSuspendedWarningData companion class

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Done extends SuspendedWarningData

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Done.type
final case class Pending(fiber: Fiber[IOException, Unit]) extends SuspendedWarningData

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Start extends SuspendedWarningData

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Start.type

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def pending(fiber: Fiber[IOException, Unit]): SuspendedWarningData

State indicating that a test has adjusted the clock but a fiber is still running with a reference to the fiber that will display the warning message.

State indicating that a test has adjusted the clock but a fiber is still running with a reference to the fiber that will display the warning message.

Attributes

Concrete fields

State indicating that the warning message has already been displayed.

State indicating that the warning message has already been displayed.

Attributes

State indicating that a test has not adjusted the clock.

State indicating that a test has not adjusted the clock.

Attributes