TestDuration

zio.test.TestDuration
See theTestDuration companion object
sealed trait TestDuration

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

final def <>(that: TestDuration): TestDuration
final def isZero: Boolean
final def render: String
final def toDuration: Duration
final def toMillis: Long
final def toNanos: Long