TestAnnotationRenderer

zio.test.TestAnnotationRenderer$
See theTestAnnotationRenderer companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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

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

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
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.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

The default test annotation renderer used by the DefaultTestReporter.

The default test annotation renderer used by the DefaultTestReporter.

Attributes

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

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

Attributes

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.

Attributes

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.

Attributes

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

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

Attributes

A test annotation renderer that renders string tags.

A test annotation renderer that renders string tags.

Attributes

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.

Attributes