sealed trait TestTrace[+A] extends AnyRef
- Self Type
- TestTrace[A]
- Alphabetic
- By Inheritance
- TestTrace
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def &&(that: TestTrace[Boolean])(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
- final def <==>(that: TestTrace[Boolean])(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ==>(that: TestTrace[Boolean])(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
- final def >>>[B](that: TestTrace[B]): TestTrace[B]
- final def annotate(annotation: Annotation*): TestTrace[A]
- Annotations
- @tailrec()
- 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
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getGenFailureDetails: Option[GenFailureDetails]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def implies(that: TestTrace[Boolean])(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
- def isDie: Boolean
- def isFailure(implicit ev: <:<[A, Boolean]): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSuccess(implicit ev: <:<[A, Boolean]): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unary_!(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
- def values: List[Any]
- 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()
- final def withCode(fullCode: Option[String]): TestTrace[A]
Apply the code to every node in the tree.
- final def withCompleteCode(completeCode: Option[String]): TestTrace[A]
Apply the code to every node in the tree.
- def withCustomLabel(customLabel: Option[String]): TestTrace[A]
- final def withGenFailureDetails(genFailureDetails: Option[GenFailureDetails]): TestTrace[A]
- def withLocation(location: Option[String]): TestTrace[A]
Apply the location to every node in the tree.
- def withParentSpan(span: Option[Span]): TestTrace[A]
Apply the parent span to every node in the tree.
- final def withSpan(span: Option[Span] = None): TestTrace[A]
Apply the metadata to the rightmost node in the trace.
- final def ||(that: TestTrace[Boolean])(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]