org.scalatest.events

class Formatter

[source: org/scalatest/events/Formatter.scala]

sealed abstract class Formatter
extends AnyRef
Abstract class for the optional formatter objects that must be passed to the Events reported during a ScalaTest run.
Direct Known Subclasses:
MotionToSuppress, IndentedText

Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf

Copyright (C) 2001-2009 Artima, Inc. All rights reserved.