CompositeRenderer

zio.test.TestAnnotationRenderer.CompositeRenderer
final case class CompositeRenderer(renderers: Vector[TestAnnotationRenderer]) extends TestAnnotationRenderer

A test annotation renderer that combines multiple other test annotation renderers.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

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 productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product