final case class Assertion[-A](arrow: TestArrow[A, Boolean]) extends Product with Serializable
- Self Type
- Assertion[A]
- Alphabetic
- By Inheritance
- Assertion
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def &&[A1 <: A](that: Assertion[A1]): Assertion[A1]
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ??(message: String): Assertion[A]
- val arrow: TestArrow[A, Boolean]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def label(message: String): Assertion[A]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def negate: Assertion[A]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def render: String
- def run(value: => A)(implicit sourceLocation: SourceLocation): TestResult
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def test(value: A)(implicit sourceLocation: SourceLocation): Boolean
- def unary_!: Assertion[A]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def ||[A1 <: A](that: Assertion[A1]): Assertion[A1]