dog

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

  3. trait Dog extends AnyRef

  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

  5. class DogFramework extends Framework

  6. abstract class DogListener extends AnyRef

  7. final class DogRunner extends Runner

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

Value Members

  1. object DogListener

  2. object DogRunner

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

Inherited from AnyRef

Inherited from Any

Ungrouped