toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.test
/
TestProgressEvent
Test
Progress
Event
API
interface
TestProgressEvent
:
ProgressEvent
(
source
)
Root interface for all events that signal progress while executing a test or test suite.
Since
2.4
Inheritors
TestStartEvent
TestFinishEvent
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
TestOperationDescriptor
Returns the description of the test for which progress is reported.
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Event
Time
Link copied to clipboard
API
abstract
fun
getEventTime
(
)
:
Long