Test

zio.test.Live.Test
final case class Test(zenv: ZEnvironment[Clock & Console & System & Random]) extends Live

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Live
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def provide[R, E, A](zio: ZIO[R, E, A])(implicit trace: Trace): ZIO[R, E, A]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product