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 Events 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.
An arbitrary line number in a named source file.
Location in source code about which an event concerns.
Event used to provide markup text for document-style reports.
Class that holds information about names for the information events InfoProvided, MarkupProvided,
ScopeOpened, and ScopeClosed.
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.
Marker trait for test completed event's recordedEvents.
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 a scope has been closed.
Event that indicates a new scope has been opened.
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 test was canceled, i.e., it couldn't run because some precondition was not met.
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.
The location in a source file where the class whose by the fully qualified name
is passed as className is declared.
The location in a source file where the method identified by the passed methodId
in the class whose fully qualified name is pased as className is declared.
Singleton object containing an extractor that was in the NameInfo
companion object prior to ScalaTest 2.
A Formatter that indicates reporters may wish to suppress reporting of an Event.
Companion object for case class NameInfo.
Indicates the location should be taken from the stack depth exception, included elsewhere in the event that contained this location.
Companion object for case class Summary.
Interim one that I can quickly put in to get the compile going, and later I can go back carefully and do them correctly.
Deprecated singleton object for the InfoProvided event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on InfoProvided objects.
Deprecated singleton object for the RunAborted event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on RunAborted objects.
Deprecated singleton object for the RunCompleted event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on RunCompleted objects.
Deprecated singleton object for the RunStarting event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on RunStarting objects.
Deprecated singleton object for the RunStopped event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on RunStopped objects.
Deprecated singleton object for the SuiteAborted event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on SuiteAborted objects.
Deprecated singleton object for the SuiteCompleted event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on SuiteCompleted objects.
Deprecated singleton object for the SuiteStarting event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on SuiteStarting objects.
Deprecated singleton object for the TestFailed event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on TestFailed objects.
Deprecated singleton object for the TestIgnored event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on TestIgnored objects.
Deprecated singleton object for the TestPending event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on TestPending objects.
Deprecated singleton object for the TestStarting event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on TestStarting objects.
Deprecated singleton object for the TestSucceeded event, which contains overloaded factory methods
and an extractor method to facilitate pattern matching on TestSucceeded objects.