ota4j-team / opentest4j

Open Test Alliance for the JVM
Apache License 2.0
285 stars 37 forks source link

Change MultipleFailuresError to support Throwables instead of AssertionError #30

Closed gaganis closed 7 years ago

gaganis commented 7 years ago

Creating this issue to track the changes in MultipleFailuresError that are required to fix downstream junit5 project's bug https://github.com/junit-team/junit5/issues/659

The aim of this is to provide junit5's vintage engine a way to collect and report multiple errors when ErrorCollector is used in junit4 tests.