fromTestFrameworkFailure

Creates a new TestFailure instance from a test framework failure.

Return

the new instance

Parameters

failure

the failure


open fun fromTestFrameworkFailure(failure: Throwable, @Nullable causes: List<TestFailure>): TestFailure(source)

Creates a new TestFailure instance from a test framework failure.

Return

the new instance

Parameters

failure

the failure

causes

the list of cause failures; can be null