CompileVariants

Proxy methods to call package private methods from the macro

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def assertMProxy[R, E, A](effect: ZIO[R, E, A], sourceLocation: String)(assertion: AssertionM[A]): ZIO[R, E, TestResult]
def assertProxy[A](value: => A, expression: String, sourceLocation: String)(assertion: Assertion[A]): TestResult
def smartAssertProxy[A](value: => A, expression: String, sourceLocation: String)(assertion: Assertion[A]): TestResult