BuildTestOrContainerDuration

constructor(@Json(name = "total") total: Long? = null, @Json(name = "own") own: Long? = null, @Json(name = "serial") serial: Long? = null)

Parameters

total

The elapsed wall-clock time in milliseconds when the test or container is running. May be absent if the duration of the current test container or case is unknown. For example, the duration of forked suites is not captured in sbt.

own

The time in milliseconds spent in the setup or cleanup of test containers. Absent for test cases.

serial

The sum of the time spent in milliseconds if tests and containers were running sequentially. Absent for test cases.