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]) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getGenFailureDetails: Option[GenFailureDetails]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def implies(that: TestTrace[Boolean])(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
  18. def isDie: Boolean
  19. def isFailure(implicit ev: <:<[A, Boolean]): Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isSuccess(implicit ev: <:<[A, Boolean]): Boolean
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def unary_!(implicit ev: <:<[A, Boolean]): TestTrace[Boolean]
  28. def values: List[Any]
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def withCode(fullCode: Option[String]): TestTrace[A]

    Apply the code to every node in the tree.

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

    Apply the code to every node in the tree.

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

    Apply the location to every node in the tree.

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

    Apply the parent span to every node in the tree.

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

    Apply the metadata to the rightmost node in the trace.

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

Inherited from AnyRef

Inherited from Any

Ungrouped