Assertion

final case class Assertion[-A](arrow: TestArrow[A, Boolean])
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def &&[A1 <: A](that: Assertion[A1]): Assertion[A1]
def ??(message: String): Assertion[A]
def label(message: String): Assertion[A]
def render: String
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

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product