Type Members
- final case class ExecCase[+Spec](exec: ExecutionStrategy, spec: Spec) extends SpecCase[Any, Nothing, Spec] with Product with Serializable
- final case class LabeledCase[+Spec](label: String, spec: Spec) extends SpecCase[Any, Nothing, Spec] with Product with Serializable
- final case class MultipleCase[+Spec](specs: Chunk[Spec]) extends SpecCase[Any, Nothing, Spec] with Product with Serializable
- final class ProvideSomeLayer[R0, -R, +E] extends AnyVal
- final class ProvideSomeLayerShared[R0, -R, +E] extends AnyVal
- final case class ScopedCase[-R, +E, +Spec](scoped: ZIO[Scope with R, TestFailure[E], Spec]) extends SpecCase[R, E, Spec] with Product with Serializable
- final class ScopedPartiallyApplied[R] extends AnyVal
- sealed abstract class SpecCase[-R, +E, +A] extends AnyRef
- final case class TestCase[-R, +E](test: ZIO[R, TestFailure[E], TestSuccess], annotations: TestAnnotationMap) extends SpecCase[R, E, Nothing] with Product with Serializable
- final class UpdateService[-R, +E, M] extends AnyVal
- final class UpdateServiceAt[-R, +E, Service] extends AnyVal
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- val empty: Spec[Any, Nothing]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def exec[R, E](exec: ExecutionStrategy, spec: Spec[R, E]): Spec[R, E]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def labeled[R, E](label: String, spec: Spec[R, E]): Spec[R, E]
- final def multiple[R, E](specs: Chunk[Spec[R, E]]): Spec[R, E]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def scoped[R]: ScopedPartiallyApplied[R]
- final def synchronized[T0](arg0: => T0): T0
- final def test[R, E](test: ZIO[R, TestFailure[E], TestSuccess], annotations: TestAnnotationMap)(implicit trace: Trace): Spec[R, E]
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Deprecated Value Members
- def finalize(): Unit