getActualContent

@Nullable
abstract fun getActualContent(): Array<Byte>(source)

Returns the actual content of a file comparison assertion failure.

Since

8.3

Return

the expected file contents or null if the test framework doesn't supply detailed information on assertion failures, or it is not a file comparison failure

See also