p

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
Visibility
  1. Public
  2. All

Type Members

  1. type AssertionNel[A] = NonEmptyList[AssertionResult[A]]
  2. type AssertionResult[A] = \/[NotPassedCause, A]
  3. type ComposableTestC[A] = LazyTuple2[Config, ComposableTest[A]]
  4. type Config = Endo[Param]
  5. trait Dog extends AnyRef
    Annotations
    @JSExportDescendentObjects()
  6. 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
  7. class DogFramework extends Framework
  8. abstract class DogListener extends AnyRef
  9. final class DogRunner extends Runner
  10. type RunnableTestCase[A] = Kleisli[TestResult, Config, A]
  11. type RunnableTestCaseV[A] = Kleisli[ValidationResult, Config, A]
  12. type TestCase[A] = Free[ComposableTestC, A]
  13. type TestCaseAp[A] = FreeAp[ComposableTestC, A]
  14. type TestCaseApRunner = NaturalTransformation[ComposableTestC, RunnableTestCaseV]
  15. type TestCaseRunner = NaturalTransformation[ComposableTestC, RunnableTestCase]

Inherited from AnyRef

Inherited from Any

Ungrouped