CompileMacro

org.scalatest.matchers.CompileMacro
object CompileMacro

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object given_FromExpr_Error extends FromExpr[Error]

Attributes

Supertypes
trait FromExpr[Error]
class Object
trait Matchable
class Any
Self type
object given_FromExpr_ErrorKind extends FromExpr[ErrorKind]

Attributes

Supertypes
trait FromExpr[ErrorKind]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def assertCompileImpl[T](self: Expr[T], typeChecked: Expr[List[Error]], compileWord: Expr[CompileWord], pos: Expr[Position])(shouldOrMust: String)(using Quotes): Expr[Assertion]
def assertNotCompileImpl[T](self: Expr[T], typeChecked: Expr[Boolean], compileWord: Expr[CompileWord], pos: Expr[Position])(shouldOrMust: String)(using Quotes): Expr[Assertion]
def assertNotTypeCheckImpl(self: Expr[_], typeChecked: Expr[List[Error]], typeCheckWord: Expr[TypeCheckWord], pos: Expr[Position])(shouldOrMust: String)(using Quotes): Expr[Assertion]