ScopedCase

final case class ScopedCase[-R, +E, +Spec](scoped: ZIO[Scope & R, TestFailure[E], Spec]) extends SpecCase[R, E, Spec]
trait Product
trait Equals
class SpecCase[R, E, Spec]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def map[B](f: Spec => B)(implicit trace: Trace): SpecCase[R, E, B]
Inherited from:
SpecCase
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product