TestCase

zio.test.Spec$.TestCase
final case class TestCase[-R, +E](test: ZIO[R, TestFailure[E], TestSuccess], annotations: TestAnnotationMap) extends SpecCase[R, E, Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class SpecCase[R, E, Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
SpecCase

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product