IOChecker

doobie.munit.analysisspec.IOChecker
trait IOChecker extends Checker[IO]

Implementation of Checker[IO]

Attributes

Source
analysisspec.scala
Graph
Supertypes
trait Checker[IO]
trait CheckerBase[IO]
class Object
trait Matchable
class Any
Self type
Assertions

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Checker
Source
analysisspec.scala
def colors: Colors

Attributes

Inherited from:
CheckerBase
Source
analysis.scala
def transactor: Transactor[M]

Attributes

Inherited from:
CheckerBase
Source
analysis.scala

Implicits

Implicits

implicit override val M: Sync[IO]

Attributes

Source
analysisspec.scala
implicit override val U: UnsafeRun[IO]

Attributes

Source
analysisspec.scala