Assertion

zio.test.Assertion
See theAssertion companion object
final case class Assertion[-A](arrow: TestArrow[A, Boolean])

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def &&[A1 <: A](that: Assertion[A1]): Assertion[A1]
def ??(message: String): Assertion[A]
def label(message: String): Assertion[A]
def run(value: => A)(implicit sourceLocation: SourceLocation): TestResult
def test(value: A)(implicit sourceLocation: SourceLocation): Boolean
def ||[A1 <: A](that: Assertion[A1]): Assertion[A1]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product