AnalysisMatchers

doobie.specs2.analysismatchers$.AnalysisMatchers
trait AnalysisMatchers[F[_]] extends CheckerBase[F]

Provides matcher syntax for query checking:

sql"select 1".query[Int] must typecheck

Attributes

Source:
analysismatchers.scala
Graph
Supertypes
trait CheckerBase[F]
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def typecheck[T](implicit analyzable: Analyzable[T]): Matcher[T]

Attributes

Source:
analysismatchers.scala

Inherited methods

def colors: Colors

Attributes

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

Attributes

Inherited from:
CheckerBase
Source:
analysis.scala

Implicits

Inherited implicits

implicit def M: Sync[M]

Attributes

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

Attributes

Inherited from:
CheckerBase
Source:
analysis.scala