org.scalatest.events

Formatter

class Formatter extends AnyRef

Abstract class for the optional formatter objects that must be passed to the Events reported during a ScalaTest run.

Abstract class for the optional formatter objects that must be passed to the Events reported during a ScalaTest run.

attributes: sealed abstract
linear super types: AnyRef, Any
known subclasses: MotionToSuppress, IndentedText
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Formatter
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Instance constructors

  1. new Formatter ()