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

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

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

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

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

  6. type Config = Endo[Param]

  7. sealed abstract class NotPassedCause extends AnyRef

  8. final case class Param(timeout: Duration = ..., executor: TestExecutor = TestExecutor.default) extends Product with Serializable

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

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

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

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

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

  14. type TestCaseApRunner = NaturalTransformation[ComposableTestC, RunnableTestCaseV]

  15. implicit class TestCaseApSyntax[A] extends AnyRef

  16. type TestCaseRunner = NaturalTransformation[ComposableTestC, RunnableTestCase]

  17. abstract class TestExecutor extends AnyRef

  18. sealed abstract class TestResult[A] extends AnyRef

  19. sealed abstract class ValidationResult[A] extends AnyRef

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

Value Members

  1. object AssertionResult extends Serializable

  2. object ComposableTest extends Serializable

  3. object NotPassedCause

  4. object Param extends Serializable

  5. object TestCase

  6. object TestResult

  7. object ValidationResult

Inherited from AnyRef

Inherited from Any

Ungrouped