gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.tooling
/
TestAssertionFailure
Test
Assertion
Failure
@
Incubating
interface
TestAssertionFailure
:
TestFailure
Represent a test assertion failure where the test fails due to a broken assertion.
Members
Functions
get
Actual
Link copied to clipboard
@
Nullable
abstract
fun
getActual
(
)
:
String
Returns the string representation of the actual value.
get
Causes
Link copied to clipboard
abstract
fun
getCauses
(
)
:
List
<
out
Failure
>
get
Class
Name
Link copied to clipboard
abstract
fun
getClassName
(
)
:
String
get
Description
Link copied to clipboard
abstract
fun
getDescription
(
)
:
String
get
Expected
Link copied to clipboard
@
Nullable
abstract
fun
getExpected
(
)
:
String
Returns the string representation of the expected value.
get
Message
Link copied to clipboard
abstract
fun
getMessage
(
)
:
String
get
Stacktrace
Link copied to clipboard
abstract
fun
getStacktrace
(
)
:
String