MultipleCase

zio.test.Spec$.MultipleCase
final case class MultipleCase[+Spec](specs: Chunk[Spec]) extends SpecCase[Any, Nothing, Spec]

Attributes

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

Members list

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