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