TestCase

final case class TestCase[-R, +E](test: ZIO[R, TestFailure[E], TestSuccess], annotations: TestAnnotationMap) extends SpecCase[R, E, Nothing]
trait Product
trait Equals
class SpecCase[R, E, Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def map[B](f: Nothing => 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