ParameterizeFailedError now extends MultipleFailuresError, providing a list of failures that tools can hook into. The listed errors are not decorated with additional parameter argument info, so tools can see the raw errors that were thrown and handle them appropriately.
On IntelliJ, for example, this means each failure from assertEquals() and the like will have a "" link that pulls up a diff UI for the actual/expected values.
Resolves #13
ParameterizeFailedError
now extendsMultipleFailuresError
, providing a list of failures that tools can hook into. The listed errors are not decorated with additional parameter argument info, so tools can see the raw errors that were thrown and handle them appropriately.On IntelliJ, for example, this means each failure from" link that pulls up a diff UI for the actual/expected values.
assertEquals()
and the like will have a "