Checker

doobie.munit.analysisspec$.Checker
See theChecker companion object
trait Checker[M[_]] extends CheckerBase[M]

Attributes

Companion
object
Source
analysisspec.scala
Graph
Supertypes
trait CheckerBase[M]
class Object
trait Matchable
class Any
Known subtypes
trait IOChecker
Self type
Assertions

Members list

Value members

Concrete methods

def check[A : Analyzable](a: A)(implicit evidence$1: Analyzable[A], loc: Location): Unit

Attributes

Source
analysisspec.scala
def checkOutput[A : TypeName](q: Query0[A])(implicit evidence$2: TypeName[A], loc: Location): Unit

Attributes

Source
analysisspec.scala
def checkOutput[A : TypeName, B : TypeName](q: Query[A, B])(implicit evidence$3: TypeName[A], evidence$4: TypeName[B], loc: Location): Unit

Attributes

Source
analysisspec.scala

Inherited methods

def colors: Colors

Attributes

Inherited from:
CheckerBase
Source
testing.scala

Attributes

Inherited from:
CheckerBase
Source
testing.scala

Implicits

Inherited implicits

implicit def M: Async[M]

Attributes

Inherited from:
CheckerBase
Source
testing.scala
implicit def U: UnsafeRun[M]

Attributes

Inherited from:
CheckerBase
Source
testing.scala