A base class for the events that can be passed to the report function passed
to the execute
method of a Suite
Abstract class for the optional formatter objects that must be passed to the Event
s reported
during a ScalaTest run
A Formatter
providing information that enables reporters to create more stylized output
Event used to provide information that is not appropriate to report via any other Event
Class that holds information about names for an InfoProvided
event
Class used to specify a sequential order for events reported during a test run, so they can be arranged in that order in a report even if the events were fired in some other order during concurrent or distributed execution
Event that indicates a runner encountered an error while attempting to run a suite of tests
Event that indicates a runner has completed running a suite of tests
Event that indicates a runner is about run a suite of tests
Event that indicates a runner has stopped running a suite of tests prior to completion, likely because of a stop request
Event that indicates the execution of a suite of tests has aborted, likely because of an error, prior to completion
Event that indicates a suite of tests has completed executing
Event that indicates a suite of tests is about to start executing
Class each of whose instances hold summary information about one ScalaTest run
Event that indicates a suite (or other entity) has completed running a test that failed
Event that indicates a suite (or other entity) has ignored a test
Event that indicates a test is pending, i
Event that indicates a suite (or other entity) is about to start running a test
Event that indicates a suite (or other entity) has completed running a test that succeeded
Companion object for the
A
object
MotionToSuppress extends Formatter with Product
Formatter
that indicates reporters may wish to suppress reporting of an Event
Companion object for case class
Companion object for the
Companion object for the
Companion object for the
Companion object for the
Companion object for the
Companion object for the
Companion object for the
Companion object for case class
Companion object for the
Companion object for the
Companion object for the
Companion object for the
object
RunAborted extends AnyRef
object
RunCompleted extends AnyRef
object
RunStarting extends AnyRef
object
RunStopped extends AnyRef
object
SuiteAborted extends AnyRef
object
SuiteCompleted extends AnyRef
object
SuiteStarting extends AnyRef
object
Summary extends AnyRef
object
TestFailed extends AnyRef
object
TestIgnored extends AnyRef
object
TestPending extends AnyRef
object
TestStarting extends AnyRef
object
TestSucceeded extends AnyRef