Package

zio.test

sbt

Permalink

package sbt

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sbt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseTestTask extends sbt.testing.Task

    Permalink
  2. case class LegacySpecWrapper(abstractRunnableSpec: AbstractRunnableSpec) extends NewOrLegacySpec with Product with Serializable

    Permalink
  3. sealed trait NewOrLegacySpec extends AnyRef

    Permalink
  4. case class NewSpecWrapper(ZIOSpec: ZIOSpecAbstract) extends NewOrLegacySpec with Product with Serializable

    Permalink
  5. type SendSummary = ZIO[Summary, Nothing, Unit]

    Permalink
  6. final class ZMasterTestRunner extends ZTestRunner

    Permalink
  7. final class ZSlaveTestRunner extends ZTestRunner

    Permalink
  8. final case class ZTestEvent(fullyQualifiedName: String, selector: Selector, status: Status, maybeThrowable: Option[Throwable], duration: Long, fingerprint: Fingerprint) extends Event with Product with Serializable

    Permalink
  9. final class ZTestFramework extends Framework

    Permalink
  10. sealed abstract class ZTestRunner extends Runner

    Permalink
  11. sealed class ZTestTask extends BaseTestTask

    Permalink
  12. final class ZTestTaskLegacy extends ZTestTask

    Permalink
  13. final class ZTestTaskNew extends ZTestTask

    Permalink

Value Members

  1. object RunnableSpecFingerprint extends SubclassFingerprint

    Permalink
  2. object SendSummary extends Serializable

    Permalink
  3. object SummaryProtocol

    Permalink

    The ScalaJS SBT Runner uses strings to send and receive summaries.

    The ScalaJS SBT Runner uses strings to send and receive summaries. To transmit structured Summary data, we need to serialize to and from strings.

  4. object ZTestEvent extends Serializable

    Permalink
  5. object ZTestTask

    Permalink
  6. object ZioSpecFingerprint extends SubclassFingerprint

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped