AnalysisMatchers

doobie.scalatest.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

Inherited methods

def colors: Colors

Attributes

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

Attributes

Inherited from:
CheckerBase
Source:
analysis.scala

Concrete fields

val typecheck: MatcherFactory2[Any, Analyzable, ClassTag]

Attributes

Source:
AnalysisMatchers.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