getAssumptionFailure

@Nullable
abstract fun getAssumptionFailure(): @Nullable TestFailure(source)

If the test failed with assumption violation, this will contain the failure.

Return

the failure, if any, logged for this test. If none, null is returned.

Since

8.14