[Test] Handle any Throwable from test instead of AssertionError
This commit is contained in:
@@ -44,7 +44,7 @@ abstract class Assertions {
|
||||
return collection.joinToString("\n")
|
||||
}
|
||||
|
||||
abstract fun assertAll(exceptions: List<AssertionError>)
|
||||
abstract fun assertAll(exceptions: List<Throwable>)
|
||||
|
||||
abstract fun fail(message: () -> String): Nothing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user