trait TestRenderer extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestRenderer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def renderEvent(event: ExecutionEvent, includeCause: Boolean)(implicit trace: Trace): Seq[ExecutionResult]
-
abstract
def
renderOutput(results: Seq[ExecutionResult])(implicit trace: Trace): Seq[String]
- Attributes
- protected
- abstract def renderSummary(summary: Summary): String
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 render(reporterEvent: ExecutionEvent, includeCause: Boolean)(implicit trace: Trace): Seq[String]
- def renderAssertFailure(result: TestResult, labels: List[String], depth: Int, annotations: TestAnnotationMap): ExecutionResult
- def renderAssertionResult(assertionResult: TestTrace[Boolean], offset: Int): Message
- def renderCause(cause: Cause[Any], offset: Int)(implicit trace: Trace): Message
- def renderFailureCase(failureCase: FailureCase, offset: Int, testLabel: Option[String]): Chunk[Line]
- def renderFailureLabel(label: String, offset: Int): Line
- def renderRuntimeCause[E](cause: Cause[E], labels: List[String], depth: Int, includeCause: Boolean)(implicit trace: Trace): ExecutionResult
- def rendered(caseType: ResultType, label: String, result: Status, offset: Int, lines: Line*): ExecutionResult
- def renderedWithSummary(caseType: ResultType, label: String, result: Status, offset: Int, lines: List[Line], summaryLines: List[Line]): ExecutionResult
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def testCaseOutput(labels: List[String], results: Either[TestFailure[Any], TestSuccess], includeCause: Boolean, annotations: TestAnnotationMap)(implicit trace: Trace): (List[Line], List[Line])
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()