gradle
8.6-rc-2
API
gradle
/
org.gradle.tooling
/
FileComparisonTestAssertionFailure
File
Comparison
Test
Assertion
Failure
API
@
Incubating
interface
FileComparisonTestAssertionFailure
:
TestAssertionFailure
(
source
)
Represent a test assertion failure where the test fails due to a broken assertion.
Members
Functions
get
Actual
Link copied to clipboard
API
abstract
fun
getActual
(
)
:
String
get
Actual
Content
Link copied to clipboard
API
@
Nullable
abstract
fun
getActualContent
(
)
:
Array
<
Byte
>
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
abstract
fun
getExpected
(
)
:
String
get
Expected
Content
Link copied to clipboard
API
@
Nullable
abstract
fun
getExpectedContent
(
)
:
Array
<
Byte
>
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