Packages

sealed trait TestTrace[+A] extends AnyRef

Self Type
TestTrace[A]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestTrace
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def result: Result[A]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def &&(that: TestTrace[Boolean])(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
  4. final def <==>(that: TestTrace[Boolean])(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def ==>(that: TestTrace[Boolean])(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
  7. final def >>>[B](that: TestTrace[B]): TestTrace[B]
  8. final def annotate(annotation: Annotation*): TestTrace[A]
    Annotations
    @tailrec()
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def getGenFailureDetails: Option[GenFailureDetails]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. final def implies(that: TestTrace[Boolean])(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
  17. def isDie: Boolean
  18. def isFailure(implicit ev: <:<[A, Boolean]): Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isSuccess(implicit ev: <:<[A, Boolean]): Boolean
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def unary_!(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
  27. def values: List[Any]
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def withCode(fullCode: Option[String]): TestTrace[A]

    Apply the code to every node in the tree.

  32. final def withCompleteCode(completeCode: Option[String]): TestTrace[A]

    Apply the code to every node in the tree.

  33. def withCustomLabel(customLabel: Option[String]): TestTrace[A]
  34. final def withGenFailureDetails(genFailureDetails: Option[GenFailureDetails]): TestTrace[A]
  35. def withLocation(location: Option[String]): TestTrace[A]

    Apply the location to every node in the tree.

  36. def withParentSpan(span: Option[Span]): TestTrace[A]

    Apply the parent span to every node in the tree.

  37. final def withSpan(span: Option[Span] = None): TestTrace[A]

    Apply the metadata to the rightmost node in the trace.

  38. final def ||(that: TestTrace[Boolean])(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped