Packages

p

flawless

package flawless

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. flawless
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type NoEffect[A] <: Nothing
  2. type Predicate[-A] = (A) ⇒ Assertion
  3. type Suite[+F[_]] = flawless.data.Suite[F]
  4. trait SuiteClass[+F[_]] extends AnyRef

    Optional trait for you to extend, so that all suites are accessible with the same interface.

  5. trait TestApp extends AnyRef

Value Members

  1. val Suite: flawless.data.Suite.type
  2. def runTests[F[_]](args: List[String])(suites: Suite[F])(implicit arg0: Interpreter[F], arg1: ConsoleOut[F], arg2: Sync[F]): F[ExitCode]
  3. object dsl extends AllDsl
  4. object predicates extends AllPredicates
  5. object syntax extends AllDsl with AllPredicates

Inherited from AnyRef

Inherited from Any

Ungrouped