public interface WatchedByCoroner
startCoroner
and stopCoroner
methods should be called before and after the test runs.
The Coroner will display its report if the test takes longer than the
(dilated) expectedTestDuration
to run.
If displayThreadCounts is set to true, then the Coroner will print thread counts during start and stop.
Modifier and Type | Method and Description |
---|---|
boolean |
displayThreadCounts() |
scala.concurrent.duration.FiniteDuration |
expectedTestDuration() |
scala.concurrent.duration.FiniteDuration |
startAndStopDuration() |
void |
startCoroner() |
void |
stopCoroner() |