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

    Permalink
  6. sealed abstract class NotPassedCause extends AnyRef

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

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

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

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

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

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

    Permalink
  13. type TestCaseApRunner = NaturalTransformation[TestFixture, TestAp]

    Permalink
  14. implicit class TestCaseApSyntax[A] extends AnyRef

    Permalink
  15. type TestCaseRunner = NaturalTransformation[TestFixture, Test]

    Permalink
  16. implicit class TestCaseSyntax[A] extends AnyRef

    Permalink
  17. abstract class TestExecutor extends AnyRef

    Permalink
  18. type TestFixture[A] = LazyTuple2[Config, ComposableTest[A]]

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

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

    Permalink
  21. 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