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. type Config = Endo[Param]

  4. trait Dog extends AnyRef

    Annotations
    @EnableReflectiveInstantiation()
  5. 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

  6. class DogFramework extends Framework

  7. abstract class DogListener extends AnyRef

  8. final class DogRunner extends Runner

  9. type Test[A] = Kleisli[TestResult, Config, A]

  10. type TestAp[A] = Kleisli[ValidationResult, Config, A]

  11. type TestCase[A] = Free[TestFixture, A]

  12. type TestCaseAp[A] = FreeAp[TestFixture, A]

  13. type TestCaseApRunner = NaturalTransformation[TestFixture, TestAp]

  14. type TestCaseRunner = NaturalTransformation[TestFixture, Test]

  15. type TestFixture[A] = LazyTuple2[Config, ComposableTest[A]]

Value Members

  1. object DefaultTestCaseApRunner extends TestCaseApRunner

  2. object DefaultTestCaseRunner extends TestCaseRunner

  3. object DogListener

  4. object DogRunner

Inherited from AnyRef

Inherited from Any

Ungrouped