Class

zio.test

ZIOSpec

Related Doc: package test

Permalink

abstract class ZIOSpec[R] extends ZIOSpecAbstract with ZIOSpecVersionSpecific[R]

Self Type
ZIOSpec[R]
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZIOSpec
  2. ZIOSpecVersionSpecific
  3. ZIOSpecAbstract
  4. ZIOSpecAbstractVersionSpecific
  5. ZIOApp
  6. ZIOAppVersionSpecific
  7. ZIOAppPlatformSpecific
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZIOSpec()(implicit arg0: zio.EnvironmentTag[R])

    Permalink

Type Members

  1. type Environment = R

    Permalink
    Definition Classes
    ZIOSpec → ZIOApp

Abstract Value Members

  1. abstract def bootstrap: ZLayer[Any, Any, Environment]

    Permalink
    Definition Classes
    ZIOSpecAbstract → ZIOApp
  2. abstract def spec: Spec[Environment with TestEnvironment with Scope, Any]

    Permalink
    Definition Classes
    ZIOSpecAbstract

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def <>(that: ZIOSpecAbstract)(implicit trace: Trace): ZIOSpecAbstract

    Permalink
    Definition Classes
    ZIOSpecAbstract
  4. final def <>(that: ZIOApp)(implicit trace: Trace): ZIOApp

    Permalink
    Definition Classes
    ZIOApp
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def aspects: Chunk[TestAspectAtLeastR[Environment with TestEnvironment]]

    Permalink
    Definition Classes
    ZIOSpecAbstract
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final val environmentTag: zio.EnvironmentTag[R]

    Permalink
    Definition Classes
    ZIOSpec → ZIOApp
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def exit(code: ExitCode)(implicit trace: Trace): UIO[Unit]

    Permalink
    Definition Classes
    ZIOApp
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getArgs(implicit trace: Trace): ZIO[ZIOAppArgs, Nothing, Chunk[String]]

    Permalink
    Definition Classes
    ZIOApp
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def installSignalHandlers(runtime: Runtime[Any])(implicit trace: Trace): UIO[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    ZIOApp
  18. final def invoke(args: Chunk[String])(implicit trace: Trace): ZIO[Any, Any, Any]

    Permalink
    Definition Classes
    ZIOApp
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def main(args0: Array[String]): Unit

    Permalink
    Definition Classes
    ZIOAppPlatformSpecific
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def run: ZIO[Environment with ZIOAppArgs with Scope, Any, Summary]

    Permalink
    Definition Classes
    ZIOSpecAbstract → ZIOApp
  25. final def runSpec(implicit trace: Trace): ZIO[Environment with TestEnvironment with ZIOAppArgs with Scope, Throwable, Summary]

    Permalink
    Attributes
    protected
    Definition Classes
    ZIOSpecAbstract
  26. def runtime: Runtime[Any]

    Permalink
    Definition Classes
    ZIOApp
  27. def suite[In](label: String)(specs: In*)(implicit suiteConstructor: SuiteConstructor[In], sourceLocation: SourceLocation, trace: Trace): Spec[OutEnvironment, OutError]

    Permalink
  28. macro def suiteAll(name: String)(spec: Any): Spec[Nothing, Nothing]

    Permalink
    Definition Classes
    ZIOSpecVersionSpecific
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def test[In](label: String)(assertion: ⇒ In)(implicit testConstructor: TestConstructor[Nothing, In], sourceLocation: SourceLocation, trace: Trace): Out

    Permalink

    Builds a spec with a single test.

  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. implicit macro def validateEnv[R1, R, E](spec: Spec[R, E]): Spec[R1, E]

    Permalink

    This implicit conversion macro will ensure that the provided ZIO effect does not require more than the provided environment.

    This implicit conversion macro will ensure that the provided ZIO effect does not require more than the provided environment.

    If it is missing requirements, it will report a descriptive error message. Otherwise, the effect will be returned unmodified.

    Definition Classes
    ZIOSpecAbstractVersionSpecific
  33. implicit macro def validateEnv[R1, R, E, A](zio: ZIO[R, E, A]): ZIO[R1, E, A]

    Permalink
    Definition Classes
    ZIOAppVersionSpecific
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ZIOSpecVersionSpecific[R]

Inherited from ZIOSpecAbstract

Inherited from ZIOApp

Inherited from ZIOAppVersionSpecific

Inherited from ZIOAppPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped