TestStart

class TestStart(val testDuration: Int) : SidewalkCoverageTestEvent

Test start event

Parameters

testDuration

The estimated duration (second) for the coverage test.

Constructors

Link copied to clipboard
fun TestStart(testDuration: Int)

Properties

Link copied to clipboard
val testDuration: Int