LeafRenderer

sealed abstract class LeafRenderer extends TestAnnotationRenderer

A test annotation renderer that renders a single test annotation.

Companion:
object
class Object
trait Matchable
class Any

Value members

Inherited methods

A symbolic alias for combine.

A symbolic alias for combine.

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.

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