gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.events.test
/
TestFailureResult
Test
Failure
Result
API
interface
TestFailureResult
:
TestOperationResult
,
FailureResult
(
source
)
Describes how a test operation finished with failures.
Since
2.4
Members
Functions
get
End
Time
Link copied to clipboard
API
abstract
fun
getEndTime
(
)
:
Long
get
Failures
Link copied to clipboard
API
abstract
fun
getFailures
(
)
:
List
<
out
Failure
>
get
Start
Time
Link copied to clipboard
API
abstract
fun
getStartTime
(
)
:
Long