zio.test.render.ConsoleRenderer
See theConsoleRenderer companion object
Attributes
- Companion:
- object
- Graph
- Supertypes
- Known subtypes
- object ConsoleRenderer.type
Members list
Concise view
Value members
Concrete methods
override def renderEvent(event: ExecutionEvent, includeCause: Boolean)(implicit trace: Trace): Seq[ExecutionResult]
Attributes
- Definition Classes
def renderForSummary(results: Seq[ExecutionResult], testAnnotationRenderer: TestAnnotationRenderer): Seq[String]
Inherited methods
Attributes
- Inherited from:
- TestRenderer
def renderAssertFailure(result: TestResult, labels: List[String], depth: Int, annotations: TestAnnotationMap): ExecutionResult
Attributes
- Inherited from:
- TestRenderer
Attributes
- Inherited from:
- TestRenderer
Attributes
- Inherited from:
- TestRenderer
def renderFailureCase(failureCase: FailureCase, offset: Int, testLabel: Option[String]): Chunk[Line]
Attributes
- Inherited from:
- TestRenderer
Attributes
- Inherited from:
- TestRenderer
def renderRuntimeCause[E](cause: Cause[E], labels: List[String], depth: Int, includeCause: Boolean)(implicit trace: Trace): ExecutionResult
Attributes
- Inherited from:
- TestRenderer
def rendered(caseType: ResultType, label: String, result: Status, offset: Int, lines: Line*): ExecutionResult
Attributes
- Inherited from:
- TestRenderer
def renderedWithSummary(caseType: ResultType, label: String, result: Status, offset: Int, lines: List[Line], summaryLines: List[Line]): ExecutionResult
Attributes
- Inherited from:
- TestRenderer
def testCaseOutput(labels: List[String], results: Either[TestFailure[Any], TestSuccess], includeCause: Boolean, annotations: TestAnnotationMap)(implicit trace: Trace): (List[Line], List[Line])
Attributes
- Inherited from:
- TestRenderer