Class

cgta.otest.runner.TestResults

FailedWithEitherTrace

Related Doc: package TestResults

Permalink

case class FailedWithEitherTrace(name: String, trace: Seq[Either[String, StackTraceElement]], duration: Long, failed: Boolean = false, aborted: Boolean = false)(implicit taskDef: TaskDef) extends Failed with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Failed, TestResult, Event, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FailedWithEitherTrace
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Failed
  7. TestResult
  8. Event
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FailedWithEitherTrace(name: String, trace: Seq[Either[String, StackTraceElement]], duration: Long, failed: Boolean = false, aborted: Boolean = false)(implicit taskDef: TaskDef)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val aborted: Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val duration: Long

    Permalink
    Definition Classes
    FailedWithEitherTrace → Event
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. val failed: Boolean

    Permalink
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fingerprint(): Fingerprint

    Permalink
    Definition Classes
    TestResult → Event
  12. def fullyQualifiedName(): String

    Permalink
    Definition Classes
    TestResult → Event
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. val isAborted: Boolean

    Permalink
    Definition Classes
    FailedWithEitherTraceTestResult
  15. val isFailed: Boolean

    Permalink
    Definition Classes
    FailedWithEitherTraceTestResult
  16. def isIgnored: Boolean

    Permalink
    Definition Classes
    TestResult
  17. def isIgnoredOnly: Boolean

    Permalink
    Definition Classes
    TestResult
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def isPassed: Boolean

    Permalink
    Definition Classes
    TestResult
  20. val name: String

    Permalink
    Definition Classes
    FailedWithEitherTraceTestResult
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def selector(): Selector

    Permalink
    Definition Classes
    TestResult → Event
  25. def status(): Status

    Permalink
    Definition Classes
    FailedWithEitherTrace → Event
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. implicit val taskDef: TaskDef

    Permalink
    Definition Classes
    FailedWithEitherTraceTestResult
  28. def throwable(): OptionalThrowable

    Permalink
    Definition Classes
    FailedWithEitherTrace → Event
  29. val trace: Seq[Either[String, StackTraceElement]]

    Permalink
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Failed

Inherited from TestResult

Inherited from Event

Inherited from AnyRef

Inherited from Any

Ungrouped