p

weaver

framework

package framework

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class DogFood[F[_]] extends DogFoodCompat[F]
  2. sealed trait LoggedEvent extends AnyRef
  3. sealed trait RunEvent extends Product with Serializable
  4. final case class RunFinished(failed: Chain[(SuiteName, TestOutcome)]) extends RunEvent with Product with Serializable
  5. trait RunnerCompat[F[_]] extends AnyRef
  6. sealed trait SuiteEvent extends Product with Serializable
  7. final case class SuiteFinished(name: SuiteName) extends SuiteEvent with RunEvent with Product with Serializable
  8. trait SuiteLoader[F[_]] extends AnyRef

    An interface for loading weaver suites from a task def.

  9. final case class SuiteName(name: String) extends AnyVal with Product with Serializable
  10. final case class SuiteStarted(name: SuiteName) extends SuiteEvent with RunEvent with Product with Serializable
  11. final case class TestFinished(outcome: TestOutcome) extends SuiteEvent with RunEvent with Product with Serializable
  12. abstract class WeaverFingerprints[F[_]] extends AnyRef

    Contains reference of the classes the build tool will be looking for when searching for tests

  13. class WeaverFramework[F[_]] extends Framework
  14. class WeaverRunner[F[_]] extends sbt.testing.Runner with RunnerCompat[F]

Value Members

  1. object DogFood extends DogFoodCompanion
  2. object LoggedEvent
  3. object Reporter
  4. object SbtEvent
  5. object WeaverFingerprints

Ungrouped