zio.test.Spec
See theSpec companion class
object Spec
Attributes
Members list
Type members
Classlikes
final case class ExecCase[+Spec](exec: ExecutionStrategy, spec: Spec) extends SpecCase[Any, Nothing, Spec]
final case class LabeledCase[+Spec](label: String, spec: Spec) extends SpecCase[Any, Nothing, Spec]
final case class MultipleCase[+Spec](specs: Chunk[Spec]) extends SpecCase[Any, Nothing, Spec]
final class ProvideSomeLayer[R0, -R, +E](self: Spec[R, E]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class ProvideSomeLayerShared[R0, -R, +E](self: Spec[R, E]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final case class ScopedCase[-R, +E, +Spec](scoped: ZIO[Scope & R, TestFailure[E], Spec]) extends SpecCase[R, E, Spec]
final class ScopedPartiallyApplied[R](dummy: Boolean) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
- Self type
-
final case class TestCase[-R, +E](test: ZIO[R, TestFailure[E], TestSuccess], annotations: TestAnnotationMap) extends SpecCase[R, E, Nothing]
final class UpdateService[-R, +E, M](self: Spec[R, E]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class UpdateServiceAt[-R, +E, Service](self: Spec[R, E]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
final def test[R, E](test: ZIO[R, TestFailure[E], TestSuccess], annotations: TestAnnotationMap)(implicit trace: Trace): Spec[R, E]
In this article