Constructs a new SuiteAborted
event with the passed parameters, passing None
for duration
,
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 SuiteAborted
event with the passed parameters, passing None
for duration
,
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 message suitable for presenting to the user
the name of the suite containing the suite that has aborted
an optional fully qualifed Suite
class name containing the suite that has aborted
an optional Throwable
that, if a Some
, indicates why the suite has aborted,
or a Throwable
created to capture stack trace information about the problem.
a new SuiteAborted
instance initialized with the passed and default values
Constructs a new SuiteAborted
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 SuiteAborted
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 message suitable for presenting to the user
the name of the suite containing the suite that has aborted
an optional fully qualifed Suite
class name containing the suite that has aborted
an optional Throwable
that, if a Some
, indicates why the suite has aborted,
or a Throwable
created to capture stack trace information about the problem.
an optional amount of time, in milliseconds, that was required to execute the suite that has aborted
a new SuiteAborted
instance initialized with the passed and default values
Constructs a new SuiteAborted
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 SuiteAborted
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 message suitable for presenting to the user
the name of the suite containing the suite that has aborted
an optional fully qualifed Suite
class name containing the suite that has aborted
an optional Throwable
that, if a Some
, indicates why the suite has aborted,
or a Throwable
created to capture stack trace information about the problem.
an optional amount of time, in milliseconds, that was required to execute the suite that has aborted
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 SuiteAborted
instance initialized with the passed and default values
Constructs a new SuiteAborted
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 SuiteAborted
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 message suitable for presenting to the user
the name of the suite containing the suite that has aborted
an optional fully qualifed Suite
class name containing the suite that has aborted
an optional Throwable
that, if a Some
, indicates why the suite has aborted,
or a Throwable
created to capture stack trace information about the problem.
an optional amount of time, in milliseconds, that was required to execute the suite that has aborted
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 has aborted (if None
is passed, the suite cannot be rerun)
a new SuiteAborted
instance initialized with the passed and default values
Constructs a new SuiteAborted
event with the passed parameters, passing the current thread's
name as threadname
and the current time as timeStamp
.
Constructs a new SuiteAborted
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 message suitable for presenting to the user
the name of the suite containing the suite that has aborted
an optional fully qualifed Suite
class name containing the suite that has aborted
an optional Throwable
that, if a Some
, indicates why the suite has aborted,
or a Throwable
created to capture stack trace information about the problem.
an optional amount of time, in milliseconds, that was required to execute the suite that has aborted
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 has aborted (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 SuiteAborted
event
a new SuiteAborted
instance initialized with the passed and default values
Companion object for the
SuiteAborted
event, which contains overloaded factory methods and an extractor method to facilitate pattern matching onSuiteAborted
objects.All factory methods throw
NullPointerException
if any of the passed values arenull
.