TestRenderer

class Object
trait Matchable
class Any

Value members

Abstract methods

def renderEvent(event: ExecutionEvent, includeCause: Boolean)(implicit trace: Trace): Seq[ExecutionResult]
protected def renderOutput(results: Seq[ExecutionResult])(implicit trace: Trace): Seq[String]
def renderSummary(summary: Summary): String

Concrete methods

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
def testCaseOutput(labels: List[String], results: Either[TestFailure[Any], TestSuccess], includeCause: Boolean, annotations: TestAnnotationMap)(implicit trace: Trace): (List[Line], List[Line])