Packages

c

zio.test.junit

JUnitRunnableSpec

abstract class JUnitRunnableSpec extends ZIOSpecDefault

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JUnitRunnableSpec
  2. ZIOSpecDefault
  3. ZIOSpec
  4. ZIOSpecAbstract
  5. ZIOApp
  6. ZIOAppVersionSpecific
  7. ZIOAppPlatformSpecific
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JUnitRunnableSpec()

Type Members

  1. type Environment = TestEnvironment
    Definition Classes
    ZIOSpec → ZIOApp
  2. abstract type Failure
    Definition Classes
    ZIOSpecAbstract

Abstract Value Members

  1. abstract def spec: ZSpec[TestEnvironment, Any]
    Definition Classes
    ZIOSpecDefault → ZIOSpecAbstract

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
    Definition Classes
    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[TestAspectAtLeastR[Environment with TestEnvironment with ZIOAppArgs]]
    Definition Classes
    ZIOSpecAbstract
  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[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. def installSignalHandlers(implicit trace: ZTraceElement): UIO[Any]
    Attributes
    protected
    Definition Classes
    ZIOApp
  18. final def invoke(args: Chunk[String])(implicit trace: ZTraceElement): ZIO[ZEnv, Any, Any]
    Definition Classes
    ZIOApp
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val layer: ZLayer[ZIOAppArgs, Any, TestEnvironment]
    Definition Classes
    ZIOSpecDefault → ZIOApp
  21. final def main(args0: Array[String]): Unit
    Definition Classes
    ZIOAppPlatformSpecific
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def run: ZIO[ZEnv with ZIOAppArgs, Any, Any]
    Definition Classes
    ZIOSpecAbstract → ZIOApp
  26. def runSpec: ZIO[Environment with TestEnvironment with ZIOAppArgs with TestLogger, Any, Any]
    Attributes
    protected
    Definition Classes
    ZIOSpecAbstract
  27. def runtime: Runtime[ZEnv]
    Definition Classes
    ZIOApp
  28. def suite[In](label: String)(specs: In*)(implicit suiteConstructor: SuiteConstructor[In], trace: ZTraceElement): Spec[OutEnvironment, OutError, OutSuccess]
    Definition Classes
    ZIOSpec
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. final val tag: zio.EnvironmentTag[TestEnvironment]
    Definition Classes
    ZIOSpec → ZIOApp
  31. def test[In](label: String)(assertion: => In)(implicit testConstructor: TestConstructor[Nothing, In], trace: ZTraceElement): Out
    Definition Classes
    ZIOSpec
  32. def testReporter(testRenderer: TestRenderer, testAnnotationRenderer: TestAnnotationRenderer)(implicit trace: ZTraceElement): TestReporter[Any]
    Definition Classes
    ZIOSpecAbstract
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. implicit macro def validateEnv[R, E, A](zio: ZIO[R, E, A]): ZIO[Environment with ZEnv with ZIOAppArgs, E, A]
    Definition Classes
    ZIOAppVersionSpecific
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ZIOSpecDefault

Inherited from ZIOSpec[TestEnvironment]

Inherited from ZIOSpecAbstract

Inherited from ZIOApp

Inherited from ZIOAppVersionSpecific

Inherited from ZIOAppPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped