CompositeRenderer
final case class CompositeRenderer(renderers: Vector[TestAnnotationRenderer]) extends TestAnnotationRenderer
A test annotation renderer that combines multiple other test annotation renderers.
trait Serializable
trait Product
trait Equals
class TestAnnotationRenderer
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
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