LeafRenderer

zio.test.TestAnnotationRenderer$.LeafRenderer
See theLeafRenderer companion object
sealed abstract class LeafRenderer extends TestAnnotationRenderer

A test annotation renderer that renders a single test annotation.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

A symbolic alias for combine.

A symbolic alias for combine.

Attributes

Inherited from:
TestAnnotationRenderer

Combines this test annotation renderer with the specified test annotation renderer to produce a new test annotation renderer that renders both sets of test annotations.

Combines this test annotation renderer with the specified test annotation renderer to produce a new test annotation renderer that renders both sets of test annotations.

Attributes

Inherited from:
TestAnnotationRenderer
def run(ancestors: List[TestAnnotationMap], child: TestAnnotationMap): List[String]

Attributes

Inherited from:
TestAnnotationRenderer