ExecCase

zio.test.Spec$.ExecCase
final case class ExecCase[+Spec](exec: ExecutionStrategy, spec: Spec) extends SpecCase[Any, Nothing, Spec]

Attributes

Graph
Supertypes
trait Product
trait Equals
class SpecCase[Any, Nothing, Spec]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

final def map[B](f: Spec => B)(implicit trace: Trace): SpecCase[R, E, B]

Attributes

Inherited from:
SpecCase

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product