Class

zio.test.sbt

BaseTestTask

Related Doc: package sbt

Permalink

abstract class BaseTestTask extends sbt.testing.Task

Linear Supertypes
sbt.testing.Task, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseTestTask
  2. Task
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseTestTask(taskDef: TaskDef, testClassLoader: ClassLoader, sendSummary: SendSummary, args: TestArgs, spec: ZIOSpecAbstract)

    Permalink

Abstract Value Members

  1. abstract def execute(eventHandler: EventHandler, loggers: Array[Logger], continuation: (Array[sbt.testing.Task]) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Task

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 ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val args: TestArgs

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def constructLayer[Environment](specLayer: ZLayer[ZIOAppArgs with Scope, Any, Environment], console: Console)(implicit trace: ZTraceElement): ZLayer[Any, Error, Environment with TestEnvironment with TestLogger with ZIOAppArgs with Scope]

    Permalink
    Attributes
    protected
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def execute(eventHandler: EventHandler, loggers: Array[Logger]): Array[sbt.testing.Task]

    Permalink
    Definition Classes
    BaseTestTask → Task
  11. def executeZ(eventHandler: EventHandler)(implicit trace: ZTraceElement): ZIO[Any, Throwable, Unit]

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def run(eventHandler: EventHandler, spec: ZIOSpecAbstract)(implicit trace: ZTraceElement): ZIO[Any, Throwable, Unit]

    Permalink
    Attributes
    protected
  20. val sendSummary: SendSummary

    Permalink
  21. def sharedFilledTestlayer(console: Console)(implicit trace: ZTraceElement): ZLayer[Any, Nothing, TestEnvironment with TestLogger with ZIOAppArgs with Scope]

    Permalink
    Attributes
    protected
  22. val spec: ZIOSpecAbstract

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def tags(): Array[String]

    Permalink
    Definition Classes
    BaseTestTask → Task
  25. val taskDef: TaskDef

    Permalink
    Definition Classes
    BaseTestTask → Task
  26. val testClassLoader: ClassLoader

    Permalink
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

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

Inherited from sbt.testing.Task

Inherited from AnyRef

Inherited from Any

Ungrouped