zio.test.TestClock.SuspendedWarningData
See theSuspendedWarningData companion class
object SuspendedWarningData
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
SuspendedWarningData.type
Members list
Type members
Classlikes
case object Done extends SuspendedWarningData
final case class Pending(fiber: Fiber[IOException, Unit]) extends SuspendedWarningData
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass SuspendedWarningDataclass Objecttrait Matchableclass AnyShow all
case object Start extends SuspendedWarningData
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
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
In this article