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 Map of key-value pairs that can be used by custom Reporters
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 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
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 Map of key-value pairs that can be used by custom Reporters
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 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
use productIterator instead
Event that indicates a runner is about run a suite of tests.
For example, object
RunnerreportsRunStartingto indicate that the firstexecutemethod of a run's initialSuiteis about to be invoked.To create instances of this class you may use one of the factory methods provided in its companion object. For example, given a report function named
report, you could fire aRunStartingevent like this:report(RunStarting(ordinal, testCount))an
Ordinalthat 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
Mapof key-value pairs that can be used by customReportersan optional formatter that provides extra information that can be used by reporters in determining how to present this event to the user
an optional object that can be used to pass custom information to the reporter about the
RunStartingeventa name for the
Threadabout whose activity this event was reporteda
Longindicating 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