CompileMacro
org.scalatest.matchers.CompileMacro
object CompileMacro
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CompileMacro.type
Members list
Type members
Classlikes
object given_FromExpr_Error extends FromExpr[Error]
Attributes
- Supertypes
-
trait FromExpr[Error]class Objecttrait Matchableclass Any
- Self type
-
given_FromExpr_Error.type
object given_FromExpr_ErrorKind extends FromExpr[ErrorKind]
Attributes
- Supertypes
-
trait FromExpr[ErrorKind]class Objecttrait Matchableclass 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]
Givens
Givens
In this article