getExpectedContent

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

Returns the expected 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