Package

dog

Permalink

package dog

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. dog
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type AssertionNel[A] = NonEmptyList[AssertionResult[A]]

    Permalink
  2. type AssertionResult[A] = \/[NotPassedCause, A]

    Permalink
  3. trait Dog extends AnyRef

    Permalink
  4. final case class DogEvent[A](fullyQualifiedName: String, fingerprint: Fingerprint, selector: Selector, status: Status, throwable: OptionalThrowable, duration: Long, result: TestResult[A]) extends Event with Product with Serializable

    Permalink
  5. class DogFramework extends Framework

    Permalink
  6. abstract class DogListener extends AnyRef

    Permalink
  7. final class DogRunner extends Runner

    Permalink
  8. type TestCase[A] = Kleisli[TestResult, Endo[Param], A]

    Permalink

Value Members

  1. object DogListener

    Permalink
  2. object DogRunner

    Permalink
  3. implicit def toTestCase[A](result: AssertionResult[A]): TestCase[A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped