TestRenderer
trait TestRenderer
Value members
Abstract methods
def renderEvent(event: ExecutionEvent, includeCause: Boolean)(implicit trace: Trace): Seq[ExecutionResult]
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 renderFailureCase(failureCase: FailureCase, offset: Int, testLabel: Option[String]): Chunk[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])