TestAnnotationRenderer

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

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

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

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

sealed abstract class LeafRenderer extends TestAnnotationRenderer

A test annotation renderer that renders a single test annotation.

A test annotation renderer that renders a single test annotation.

Companion:
object
Companion:
class

Value members

Concrete fields

The default test annotation renderer used by the DefaultTestReporter.

The default test annotation renderer used by the DefaultTestReporter.

A test annotation renderer that renders the number of ignored tests.

A test annotation renderer that renders the number of ignored tests.

A test annotation renderer that renders how many times a test was repeated.

A test annotation renderer that renders how many times a test was repeated.

A test annotation renderer that renders how many times a test had to be retried before it succeeded.

A test annotation renderer that renders how many times a test had to be retried before it succeeded.

A test annotation renderer that does not render any test annotations.

A test annotation renderer that does not render any test annotations.

A test annotation renderer that renders string tags.

A test annotation renderer that renders string tags.

A test annotation renderer that renders the time taken to execute each test or suite both in absolute duration and as a percentage of total execution time.

A test annotation renderer that renders the time taken to execute each test or suite both in absolute duration and as a percentage of total execution time.