WarningData

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Done extends WarningData
final case class Pending(fiber: Fiber[IOException, Unit]) extends WarningData
case object Start extends WarningData

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

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

State indicating that a test has used time but has not adjusted the TestClock with a reference to the fiber that will display the warning message.

State indicating that a test has used time but has not adjusted the TestClock with a reference to the fiber that will display the warning message.

Concrete fields

State indicating that a test has used time or the warning message has already been displayed.

State indicating that a test has used time or the warning message has already been displayed.

State indicating that a test has not used time.

State indicating that a test has not used time.