CompileVariants

zio.test.CompileVariants$
See theCompileVariants companion trait

Proxy methods to call package private methods from the macro

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def assertProxy[A](value: => A, expression: String, assertionCode: String)(assertion: Assertion[A])(implicit trace: Trace, sourceLocation: SourceLocation): TestResult
def assertZIOProxy[R, E, A](effect: ZIO[R, E, A], expression: String, assertionCode: String)(assertion: Assertion[A])(implicit trace: Trace, sourceLocation: SourceLocation): ZIO[R, E, TestResult]