toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.test
/
TestStartEvent
Test
Start
Event
API
interface
TestStartEvent
:
TestProgressEvent
,
StartEvent
(
source
)
An event that informs about a test having started its execution.
Since
2.4
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
OperationDescriptor
abstract
fun
getDescriptor
(
)
:
TestOperationDescriptor
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Event
Time
Link copied to clipboard
API
abstract
fun
getEventTime
(
)
:
Long