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. trait Assert extends AnyRef

    Permalink
  2. type AssertionNel[A] = NonEmptyList[AssertionResult[A]]

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

    Permalink
  4. sealed abstract class ComposableTest[A] extends Product with Serializable

    Permalink
  5. type ComposableTestC[A] = LazyTuple2[Config, ComposableTest[A]]

    Permalink
  6. type Config = Endo[Param]

    Permalink
  7. sealed abstract class NotPassedCause extends AnyRef

    Permalink
  8. final case class Param(timeout: Duration = Duration(30, TimeUnit.SECONDS)) extends Product with Serializable

    Permalink
  9. type RunnableTestCase[A] = Kleisli[TestResult, Config, A]

    Permalink
  10. type RunnableTestCaseV[A] = Kleisli[ValidationResult, Config, A]

    Permalink
  11. final case class Skipped(reason: String) extends NotPassedCause with Product with Serializable

    Permalink
  12. type TestCase[A] = Free[ComposableTestC, A]

    Permalink
  13. type TestCaseAp[A] = FreeAp[ComposableTestC, A]

    Permalink
  14. type TestCaseApRunner = NaturalTransformation[ComposableTestC, RunnableTestCaseV]

    Permalink
  15. implicit class TestCaseApSyntax[A] extends AnyRef

    Permalink
  16. type TestCaseRunner = NaturalTransformation[ComposableTestC, RunnableTestCase]

    Permalink
  17. sealed abstract class TestResult[A] extends AnyRef

    Permalink
  18. sealed abstract class ValidationResult[A] extends AnyRef

    Permalink
  19. final case class Violated(reason: String) extends NotPassedCause with Product with Serializable

    Permalink

Value Members

  1. object AssertionResult extends Serializable

    Permalink
  2. object ComposableTest extends Serializable

    Permalink
  3. object NotPassedCause

    Permalink
  4. object Param extends Serializable

    Permalink
  5. object TestCase

    Permalink
  6. object TestResult

    Permalink
  7. object ValidationResult

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped