Fix for issue #1192: NotSerializableException with AssumptionViolatedException by sirchia · Pull Request #1654 · junit-team/junit4 (original) (raw)
Fix for issue #1192: NotSerializableException with AssumptionViolatedException
This PR resolves issues where AssumptionViolatedExceptions can't be serialized due to a non-serializable Matcher and/or value object.
I've added tests to make sure serialization is compatible with previous versions and most of the 'magic' should be documented properly.
Cheers!
Riccardo Sirchia