api / org.gradle.tooling.events.test / TestStartEvent

TestStartEvent

interface TestStartEvent : TestProgressEvent, StartEvent

An event that informs about a test having started its execution.

Since
2.4

Inherited Functions

getDescriptor

abstract fun getDescriptor(): TestOperationDescriptor

Returns the description of the test for which progress is reported. For JVM-based tests, the descriptor is of sub-type JvmTestOperationDescriptor.