toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling
/
TestAssertionFailure
Test
Assertion
Failure
API
@
Incubating
interface
TestAssertionFailure
:
TestFailure
(
source
)
Represent a test assertion failure where the test fails due to a broken assertion.
Since
7.6
Inheritors
FileComparisonTestAssertionFailure
Members
Functions
get
Actual
Link copied to clipboard
API
@
Nullable
abstract
fun
getActual
(
)
:
String
Returns the string representation of the actual value.
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
get
Description
Link copied to clipboard
API
abstract
fun
getDescription
(
)
:
String
get
Expected
Link copied to clipboard
API
@
Nullable
abstract
fun
getExpected
(
)
:
String
Returns the string representation of the expected value.
get
Message
Link copied to clipboard
API
abstract
fun
getMessage
(
)
:
String
get
Stacktrace
Link copied to clipboard
API
abstract
fun
getStacktrace
(
)
:
String