zio.test.TestClock.WarningData
See theWarningData companion class
object WarningData
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
WarningData.type
Members list
Type members
Classlikes
case object Done extends WarningData
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass WarningDataclass Objecttrait Matchableclass AnyShow all
- Self type
-
Done.type
final case class Pending(fiber: Fiber[IOException, Unit]) extends WarningData
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass WarningDataclass Objecttrait Matchableclass AnyShow all
case object Start extends WarningData
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass WarningDataclass Objecttrait Matchableclass AnyShow all
- Self type
-
Start.type
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
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.
Attributes
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.
Attributes
State indicating that a test has not used time.
State indicating that a test has not used time.
Attributes
In this article