Assertion

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

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product