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.e., it hasn't yet been implemented.
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 InfoProvided
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on InfoProvided
objects.
A Formatter
that indicates reporters may wish to suppress reporting of an Event
.
Companion object for case class NameInfo
.
Companion object for the RunAborted
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on RunAborted
objects.
Companion object for the RunCompleted
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on RunCompleted
objects.
Companion object for the RunStarting
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on RunStarting
objects.
Companion object for the RunStopped
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on RunStopped
objects.
Companion object for the SuiteAborted
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on SuiteAborted
objects.
Companion object for the SuiteCompleted
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on SuiteCompleted
objects.
Companion object for the SuiteStarting
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on SuiteStarting
objects.
Companion object for case class Summary
.
Companion object for the TestFailed
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on TestFailed
objects.
Companion object for the TestIgnored
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on TestIgnored
objects.
Companion object for the TestPending
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on TestPending
objects.
Companion object for the TestStarting
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on TestStarting
objects.
Companion object for the TestSucceeded
event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on TestSucceeded
objects.