SmartAssertMacros

zio.test.SmartAssertMacros

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object MethodCall

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
MethodCall.type
case class PositionContext(start: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Unseal

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Unseal.type

Value members

Concrete methods

def smartAssert(exprs: Expr[Seq[Boolean]])(using Quotes): Expr[TestResult]
def smartAssertSingle(expr: Expr[Boolean])(using Quotes): Expr[TestResult]
def smartAssertSingle_impl(using Quotes)(value: Expr[Boolean]): Expr[TestResult]
def smartAssert_impl(using Quotes)(values: Expr[Seq[Boolean]]): Expr[TestResult]
def transform[A : Type](expr: Expr[A])(implicit evidence$3: Type[A], PositionContext, Quotes): Expr[TestArrow[Any, A]]
def transformAs[Start : Type, End : Type](expr: Expr[TestLens[End]])(start: Expr[TestArrow[Any, Start]])(implicit evidence$1: Type[Start], evidence$2: Type[End], PositionContext, Quotes): Expr[TestArrow[Any, End]]

Extensions

Extensions

extension (using Quotes)(typeRepr: TypeRepr)
def typeTree: TypeTree