gradle
8.6
API
gradle
/
org.gradle.tooling
/
TestFailure
Test
Failure
API
@
Incubating
interface
TestFailure
:
Failure
(
source
)
Describes a test failure, that can either be a test assertion failure or a test framework failure.
Inheritors
TestFrameworkFailure
TestAssertionFailure
Members
Functions
get
Causes
Link copied to clipboard
API
abstract
fun
getCauses
(
)
:
List
<
out
Failure
>
get
Class
Name
Link copied to clipboard
API
abstract
fun
getClassName
(
)
:
String
The fully-qualified name of the underlying exception type.
get
Description
Link copied to clipboard
API
abstract
fun
getDescription
(
)
:
String
get
Message
Link copied to clipboard
API
abstract
fun
getMessage
(
)
:
String
get
Stacktrace
Link copied to clipboard
API
abstract
fun
getStacktrace
(
)
:
String
The stringified version of the stacktrace created from the underlying exception.