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

TestFailureResult

interface TestFailureResult : TestOperationResult, FailureResult

Describes how a test operation finished with failures.

Since
2.4

Inherited Functions

getFailures

abstract fun getFailures(): MutableList<out Failure>

Returns the failures that occurred while running the operation, if any.