Constructs a new SuiteStarting event with the passed parameters, passing None for
formatter, None as the rerunner, None as the payload,
the current threads name as threadname, and the current time as timeStamp.
Constructs a new SuiteStarting event with the passed parameters, passing None for
formatter, None as the rerunner, None as the payload,
the current threads name as threadname, and the current time as timeStamp.
an Ordinal that can be used to place this event in order in the context of
other events reported during the same run
a localized name identifying the suite that is starting, which should include the suite name, suitable for presenting to the user
an optional fully qualifed Suite class name of the suite that is starting
a new SuiteStarting instance initialized with the passed and default values
Constructs a new SuiteStarting event with the passed parameters, passing None as the
rerunner, None as the payload, the current threads name as threadname,
and the current time as timeStamp.
Constructs a new SuiteStarting event with the passed parameters, passing None as the
rerunner, None as the payload, the current threads name as threadname,
and the current time as timeStamp.
an Ordinal that can be used to place this event in order in the context of
other events reported during the same run
a localized name identifying the suite that is starting, which should include the suite name, suitable for presenting to the user
an optional fully qualifed Suite class name of the suite that is starting
an optional formatter that provides extra information that can be used by reporters in determining how to present this event to the user
a new SuiteStarting instance initialized with the passed and default values
Constructs a new SuiteStarting event with the passed parameters, passing None as the
payload, the current threads name as threadname, and the current time as timeStamp.
Constructs a new SuiteStarting event with the passed parameters, passing None as the
payload, the current threads name as threadname, and the current time as timeStamp.
an Ordinal that can be used to place this event in order in the context of
other events reported during the same run
a localized name identifying the suite that is starting, which should include the suite name, suitable for presenting to the user
an optional fully qualifed Suite class name of the suite that is starting
an optional formatter that provides extra information that can be used by reporters in determining how to present this event to the user
an optional Rerunner that can be used to rerun the suite that is starting (if None
is passed, the suite cannot be rerun)
a new SuiteStarting instance initialized with the passed and default values
Constructs a new SuiteStarting event with the passed parameters, passing the current thread's
name as threadname and the current time as timeStamp.
Constructs a new SuiteStarting event with the passed parameters, passing the current thread's
name as threadname and the current time as timeStamp.
an Ordinal that can be used to place this event in order in the context of
other events reported during the same run
a localized name identifying the suite that is starting, which should include the suite name, suitable for presenting to the user
an optional fully qualifed Suite class name of the suite that is starting
an optional formatter that provides extra information that can be used by reporters in determining how to present this event to the user
an optional Rerunner that can be used to rerun the suite that is starting (if None
is passed, the suite cannot be rerun)
an optional object that can be used to pass custom information to the reporter about the SuiteStarting event
a new SuiteStarting instance initialized with the passed and default values
Companion object for the
SuiteStartingevent, which contains overloaded factory methods and an extractor method to facilitate pattern matching onSuiteStartingobjects.All factory methods throw
NullPointerExceptionif any of the passed values arenull.