p

zio.test

sbt

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[T] extends sbt.testing.Task
  2. type SendSummary = ZIO[Summary, Nothing, Unit]
  3. final class ZMasterTestRunner extends ZTestRunnerNative
  4. final class ZSlaveTestRunner extends ZTestRunnerNative
  5. final case class ZTestEvent(fullyQualifiedName0: String, selector0: Selector, status0: Status, maybeThrowable: Option[Throwable], duration0: Long, fingerprint0: Fingerprint) extends Event with Product with Serializable
  6. class ZTestEventHandlerSbt extends ZTestEventHandler

    Reports test results to SBT, ensuring that the test task fails if any ZIO test instances fail

  7. final class ZTestFramework extends Framework
  8. sealed abstract class ZTestRunnerNative extends Runner
  9. sealed class ZTestTask extends BaseTestTask[Any]

Value Members

  1. object SendSummary
  2. object SummaryProtocol

    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.

  3. object ZTestEvent extends Serializable
  4. object ZTestTask
  5. object ZioSpecFingerprint extends SubclassFingerprint

Inherited from AnyRef

Inherited from Any

Ungrouped