getActual

@Nullable
abstract fun getActual(): String(source)

Returns a string representation of the actual value for an assertion failure.

If the current instance does not represent an assertion failure, or the test failure doesn't provide any information about expected and actual values then the method returns null.

Return

The actual value