sealed trait TestArrow[-A, +B] extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def &&[A1 <: A](that: TestArrow[A1, Boolean])(implicit ev: <:<[B, Boolean]): TestArrow[A1, Boolean]
- final def ==(arg0: Any): Boolean
- def >>>[C](that: TestArrow[B, C]): TestArrow[A, C]
- def ??(message: String): TestArrow[A, B]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def label(message: String): TestArrow[A, B]
- def meta(span: Option[Span] = None, parentSpan: Option[Span] = None, code: Option[String] = None, location: Option[String] = None, completeCode: Option[String] = None, customLabel: Option[String] = None, genFailureDetails: Option[GenFailureDetails] = None): TestArrow[A, B]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def render: String
- def setGenFailureDetails(details: GenFailureDetails): TestArrow[A, B]
- def span(span: (Int, Int)): TestArrow[A, B]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def unary_![A1 <: A](implicit ev: <:<[B, Boolean]): TestArrow[A1, Boolean]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def withCode(code: String, arguments: Arguments*): TestArrow[A, B]
- def withCode(code: String): TestArrow[A, B]
- def withCompleteCode(completeCode: String): TestArrow[A, B]
- def withLocation(implicit sourceLocation: SourceLocation): TestArrow[A, B]
- def withParentSpan(span: (Int, Int)): TestArrow[A, B]
- def ||[A1 <: A](that: TestArrow[A1, Boolean])(implicit ev: <:<[B, Boolean]): TestArrow[A1, Boolean]
Deprecated Value Members
- def finalize(): Unit