abstract class ZIOSpecAbstract extends ZIOApp
Instance Constructors
- new ZIOSpecAbstract()
Type Members
- abstract type Environment
- abstract type Failure
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def <>(that: ZIOSpecAbstract)(implicit trace: ZTraceElement): ZIOSpecAbstract
- final def <>(that: ZIOApp)(implicit trace: ZTraceElement): ZIOApp
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def aspects: Chunk[TestAspectAtLeastR[Environment with TestEnvironment with ZIOAppArgs]]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def exit(code: ExitCode)(implicit trace: ZTraceElement): UIO[Unit]
- def finalize(): Unit
- final def getArgs(implicit trace: ZTraceElement): ZIO[ZIOAppArgs, Nothing, Chunk[String]]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def hook: RuntimeConfigAspect
- def installSignalHandlers(implicit trace: ZTraceElement): UIO[Any]
- final def invoke(args: Chunk[String])(implicit trace: ZTraceElement): ZIO[ZEnv, Any, Any]
- final def isInstanceOf[T0]: Boolean
- final def main(args0: Array[String]): Unit
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def run: ZIO[ZEnv with ZIOAppArgs, Any, Any]
- def runSpec: ZIO[Environment with TestEnvironment with ZIOAppArgs with TestLogger, Any, Any]
- def runtime: Runtime[ZEnv]
- final def synchronized[T0](arg0: => T0): T0
- def testReporter(testRenderer: TestRenderer, testAnnotationRenderer: TestAnnotationRenderer)(implicit trace: ZTraceElement): TestReporter[Any]
- def toString(): String
- implicit macro def validateEnv[R, E, A](zio: ZIO[R, E, A]): ZIO[Environment with ZEnv with ZIOAppArgs, E, A]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit