from Test Framework Failure
Creates a new TestFailure instance from a test framework failure.
Return
the new instance
Parameters
failure
the failure
open fun fromTestFrameworkFailure(failure: Throwable, 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