Packages

c

zio.test

ZIOSpecAbstract

abstract class ZIOSpecAbstract extends ZIOApp

Self Type
ZIOSpecAbstract
Annotations
@EnableReflectiveInstantiation()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZIOSpecAbstract
  2. ZIOApp
  3. ZIOAppPlatformSpecific
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZIOSpecAbstract()

Type Members

  1. abstract type Environment <: Has[_]
    Definition Classes
    ZIOApp

Abstract Value Members

  1. abstract def layer: ZLayer[Has[ZIOAppArgs], Any, Environment]
    Definition Classes
    ZIOApp
  2. abstract def spec: ZSpec[Environment with environment.TestEnvironment with Has[ZIOAppArgs], Any]
  3. implicit abstract def tag: zio.Tag[Environment]
    Definition Classes
    ZIOApp

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def <>(that: ZIOSpecAbstract)(implicit trace: ZTraceElement): ZIOSpecAbstract
  4. final def <>(that: ZIOApp)(implicit trace: ZTraceElement): ZIOApp
    Definition Classes
    ZIOApp
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def aspects: Chunk[TestAspect[Nothing, Environment with environment.TestEnvironment with Has[ZIOAppArgs], Nothing, Any]]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def exit(code: ExitCode)(implicit trace: ZTraceElement): UIO[Unit]
    Definition Classes
    ZIOApp
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getArgs(implicit trace: ZTraceElement): ZIO[Has[ZIOAppArgs], Nothing, Chunk[String]]
    Definition Classes
    ZIOApp
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hook: RuntimeConfigAspect
    Definition Classes
    ZIOApp
  17. final def invoke(args: Chunk[String])(implicit trace: ZTraceElement): ZIO[zio.ZEnv, Any, Any]
    Definition Classes
    ZIOApp
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def main(args0: Array[String]): Unit
    Definition Classes
    ZIOAppPlatformSpecific
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def run: ZIO[zio.ZEnv with Has[ZIOAppArgs], Any, Any]
    Definition Classes
    ZIOSpecAbstract → ZIOApp
  24. def runSpec: ZIO[Environment with environment.TestEnvironment with Has[ZIOAppArgs], Any, Any]
    Attributes
    protected
  25. def runtime: Runtime[zio.ZEnv]
    Definition Classes
    ZIOApp
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ZIOApp

Inherited from ZIOAppPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped