an Ordinal
that can be used to place this event in order in the context of
other events reported during the same run
the number of tests expected during this run
a ConfigMap
of key-value pairs that can be used by custom Reporter
s
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 Location
that provides information indicating where in the source code an event originated.
an optional object that can be used to pass custom information to the reporter about the RunStarting
event
a name for the Thread
about whose activity this event was reported
a Long
indicating the time this event was reported, expressed in terms of the
number of milliseconds since the standard base time known as "the epoch": January 1, 1970, 00:00:00 GMT
IllegalArgumentException
if testCount
is less than zero.
Comparing this
event with the event passed as that
.
Comparing this
event with the event passed as that
. Returns
x, where x < 0 iff this < that, x == 0 iff this == that, x > 0 iff this > that.
the event to compare to this event
a ConfigMap
of key-value pairs that can be used by custom Reporter
s
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 Formatter
that provides extra information that can be used by reporters in determining
how to present this event to the user
An optional Location
that provides information indicating where in the source code an event originated.
An optional Location
that provides information indicating where in the source code an event originated.
an Ordinal
that can be used to place this event in order in the context of
other events reported during the same run
an Ordinal
that can be used to place this event in order in the context of
other events reported during the same run
an optional object that can be used to pass custom information to the reporter about the RunStarting
event
an optional object that can be used to pass custom information to the reporter about the RunStarting
event
the number of tests expected during this run
a name for the Thread
about whose activity this event was reported
a name for the Thread
about whose activity this event was reported
a Long
indicating the time this event was reported, expressed in terms of the
number of milliseconds since the standard base time known as "the epoch": January 1, 1970, 00:00:00 GMT
a Long
indicating the time this event was reported, expressed in terms of the
number of milliseconds since the standard base time known as "the epoch": January 1, 1970, 00:00:00 GMT
Event that indicates a runner is about run a suite of tests.
For example, object
Runner
reportsRunStarting
to indicate that the firstexecute
method of a run's initialSuite
is about to be invoked.To create instances of this class you may use the factory method. For example, given a report function named
report
, you could fire aRunStarting
event like this:report(RunStarting(ordinal, testCount))
an
Ordinal
that can be used to place this event in order in the context of other events reported during the same runthe number of tests expected during this run
a
ConfigMap
of key-value pairs that can be used by customReporter
san optional
Formatter
that provides extra information that can be used by reporters in determining how to present this event to the userAn optional
Location
that provides information indicating where in the source code an event originated.an optional object that can be used to pass custom information to the reporter about the
RunStarting
eventa name for the
Thread
about whose activity this event was reporteda
Long
indicating the time this event was reported, expressed in terms of the number of milliseconds since the standard base time known as "the epoch": January 1, 1970, 00:00:00 GMTIllegalArgumentException
iftestCount
is less than zero.